#EE84EA

Color #EE84EA Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet #EE84EA

Tints of Violet #EE84EA

Color information

#EE84EA (or 0xEE84EA) is unknown color: approx Violet. HEX triplet: EE, 84 and EA. RGB value is (238,132,234). Sum of RGB (Red+Green+Blue) = 238+132+234=604 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.40% from 604); Green value is 132 (51.95% from 255 or 21.85% from 604); Blue value is 234 (91.80% from 255 or 38.74% from 604); Max value from RGB is 238 - color contains mainly: red. Hex color #EE84EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE84EA is #117B15. Grayscale: #AFAFAF. Windows color (decimal): -1145622 or 15369454. OLE color: 15369454.

HSL color Cylindrical-coordinate representation of color #EE84EA: hue angle of 302.26º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EE84EA is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB238132234-
CMYK00.450.020.07
HSL302.26º75.71%72.55%-
HSV(B)302.26º44.54%93.33%-
XYZ58.3640.6282.61-
YUV175.32161.12172.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 238 (93.36% from 255) = 39.40%
GREEN value IS 132 (51.95% from 255) = 21.85%
BLUE value IS 234 (91.80% from 255) = 38.74%
R=39.40%
G=21.85%
B=38.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813223400.450.020.07302.2675.7172.55
HexEE84EA02D2712e4c49
Octal35620435205527456114111
Binary11101110100001001110101001011011011110010111010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE84EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE84EA; }

 p { color: rgb(238,132,234); }

 H1.HeaderClassName
 {
   color: #EE84EA;
 }
 .AnyTagClassName
 {
   color: #EE84EA;
 }
</style>
background-color css

<style>
 a { background-color: #EE84EA; }

 a { background-color: rgb(238,132,234); }

 div.DivClassName
 {
   background-color: #EE84EA;
 }
 .BgClassName
 {
   background-color: #EE84EA;
 }
</style>
border-color css

<style>
 span { border-color: #EE84EA; }

 span { border-color: rgb(238,132,234); }

 td.TdClassName
 {
   border-color: #EE84EA;
 }
 .TagClassName
 {
   border-color: #EE84EA;
 }
</style>