What is hex #EE82EE color?

 
The hex code #EE82EE is also know by an other name that is Violet.
This color is composed of 238% red, 130% green and 238% blue. So we can say that the RGB value is (238,130,238)
You need to use it for a printer? The CMYK colors code equivalent of hex #EE82EE is C:0 M:45 Y:0, K:7) .
In the HSV/HSB scale, #EE82EE has a hue of 300°, 45% saturation and a brightness value of 93%.
If you want to know all about the hex #EE82EE, you can find below others details like Web safe equivalent, closest Pantone color, closest RAL color but also others informations like grayscale equivalent according to some algorithms.
You can also find all about color palettes of hex #EE82EE (complementary, analogous, triadic, tetradic...).

Hex #EE82EE Color Codes & Equivalents

Color Name [Violet]
RGB Values (238,130,238)
CMYK Values (0%, 45%, 0%, 7%)
HSV/HSB Values (300°, 45%, 93%)
Closest Web Safe
#FF99FF
Inverse Color
#117d11
Closest Pantone®
237 C
Closest RAL
RAL 9003 [Signal white]
Complementary Color
#82ee82

#EE82EE Converted to Grayscale Codes

Average
#cacaca
Lightness (Desaturation)
#b8b8b8
Weighted (BT601)
#afafaf
Luma (BT709)
#a1a1a1

Hex #EE82EE Color Palettes – Complementary, Analogous, Triadic...

Complementary Palette

The complementary color of #EE82EE is #82ee82. To get this value, we need to use the RGB metrics, and take this opposite color at the end of the color wheel, so for #EE82EE you will find #82ee82. When placed next to each other, they create the strongest contrast for those two colors. Complementary colors may also be called "opposite colors". So if you need to grab attention, you should use it.

#EE82EE #82ee82

Analogous Palette

The analogous color scheme of #EE82EE is composed with colors #B882EE and #EE82B8. Colors are called analogous colors when they are very similar to each other. They are located to the right and left of your main color #EE82EE with a 30° separation on the RGB color wheel. An analogous color palette is best used with either warm or cool colors, creating a look that has a certain temperature as well as proper color harmony.

#B882EE #EE82EE #EE82B8

Split-Complementary Palette

The split-complementary color scheme of #EE82EE is composed with colors #82EEB8 and #B8EE82. A split-complementary color palette is like an analogous palette but you will take the complementary color as base instead of your main color. This choice, however, also makes the split complementary color combinations less vibrant and eye-catching, but it's also a good choice for beginners as you can hardly go wrong.

#EE82EE #82EEB8 #B8EE82

Triadic Palette

The triadic color scheme of #EE82EE is composed with colors #82EEEE and #EEEE82. They are located to the right and left of your main color #EE82EE with a 120° separation on the RGB color wheel. With it you have the maximum variation in hue and offering by the same occasion the best possible contrast when taken together.

#EE82EE #82EEEE #EEEE82

Tetradic Palette

The tetradic color scheme of #EE82EE is composed with colors #EEEE82, #82EE82 and #8282EE A tetradic color scheme, an outstanding variant of the twin color scheme, with an equal distance between all colors. All four colors are divided evenly around the color wheel. Like this there being no clear dominance of one color overs others. Colorful palettes create a sense of diversity, optimism and openness which are positive for a consumer brand. You can find the tetradic color scheme on big tech company logo like Google, Slack, Zoho, Microsoft, eBay for example. Fort a better result, you can also adjust saturation and brightness.

#EE82EE #EEEE82 #82EE82 #8282EE

Square Palette

The square color scheme of #EE82EE is composed with colors #EEB882, #82EE82 and #82B8EE To get this color, it's pretty the same method that analogous or triadic, but instead, you will take an angle of 90° on the RGB Wheel between each colors. The square palette looks a lot like the Tetradic palette but it is less dark which is nicer in my opinion.

#EE82EE #EEB882 #82EE82 #82B8EE

Tints, Tones & Shades of Hex #EE82EE

Tints

Tints are created by adding white, resulting in lighter shades of #EE82EE.

#EE82EE #F093F0 #F2A5F2 #F5B7F5 #F7C9F7 #FADBFA #FCEDFC #FFFFFF

Tones

Tones are made by mixing with gray, softening the original color.

#EE82EE #E788E7 #E08FE0 #D996D9 #D29DD2 #CBA4CB #C4ABC4 #BDB2BD

Shades

Shades result from adding black, creating darker variations.

#EE82EE #EB70EB #E95EE9 #E64CE6 #E43AE4 #E128E1 #D81DD8 #C61AC6

Hex #EE82EE in programming languages

If you are a developer, you will find below the color codes to use according to your programming language (HTML, JAVA, Pyhton, .NET), enjoy!

HTML, CSS #EE82EE
Java new Color(238,130,238);
Python Color(#EE82EE)
.NET Color.FromArgb(255, 238,130,238);
Swift / iOS UIColor(red: 0.93, green: 0.51, blue: 0.93, alpha: 1)
Kotlin / Android Color.rgb(238, 130, 238)