#EE84EF

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

Shades of Violet #EE84EF

Tints of Violet #EE84EF

Color information

#EE84EF (or 0xEE84EF) is unknown color: approx Violet. HEX triplet: EE, 84 and EF. RGB value is (238,132,239). Sum of RGB (Red+Green+Blue) = 238+132+239=609 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.08% from 609); Green value is 132 (51.95% from 255 or 21.67% from 609); Blue value is 239 (93.75% from 255 or 39.24% from 609); Max value from RGB is 239 - color contains mainly: blue. Hex color #EE84EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE84EF is #117B10. Grayscale: #AFAFAF. Windows color (decimal): -1145617 or 15697134. OLE color: 15697134.

HSL color Cylindrical-coordinate representation of color #EE84EF: hue angle of 299.44º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EE84EF is Cyan = 0.00, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB238132239-
CMYK0.000.4500.06
HSL299.44º76.98%72.75%-
HSV(B)299.44º44.77%93.73%-
XYZ59.0940.9186.44-
YUV175.89163.62172.3-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.08%
GREEN value IS 132 (51.95% from 255) = 21.67%
BLUE value IS 239 (93.75% from 255) = 39.24%
R=39.08%
G=21.67%
B=39.24%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2381322390.000.4500.06299.4476.9872.75
HexEE84EF02D0612b4d49
Octal35620435705506453115111
Binary1110111010000100111011110101101011010010101110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE84EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE84EF; }

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

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

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

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

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

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

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

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