#EE96EC

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

Shades of Violet #EE96EC

Tints of Violet #EE96EC

Color information

#EE96EC (or 0xEE96EC) is unknown color: approx Violet. HEX triplet: EE, 96 and EC. RGB value is (238,150,236). Sum of RGB (Red+Green+Blue) = 238+150+236=624 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.14% from 624); Green value is 150 (58.98% from 255 or 24.04% from 624); Blue value is 236 (92.58% from 255 or 37.82% from 624); Max value from RGB is 238 - color contains mainly: red. Hex color #EE96EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE96EC is #116913. Grayscale: #B9B9B9. Windows color (decimal): -1141012 or 15505134. OLE color: 15505134.

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

Color convert

RGB238150236-
CMYK00.370.010.07
HSL301.36º72.13%76.08%-
HSV(B)301.36º36.97%93.33%-
XYZ61.3146.0585.01-
YUV186.12156.15165.01-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.14%
GREEN value IS 150 (58.98% from 255) = 24.04%
BLUE value IS 236 (92.58% from 255) = 37.82%
R=38.14%
G=24.04%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815023600.370.010.07301.3672.1376.08
HexEE96EC0251712d484c
Octal35622635404517455110114
Binary1110111010010110111011000100101111110010110110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE96EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE96EC; }

 p { color: rgb(238,150,236); }

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

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

 a { background-color: rgb(238,150,236); }

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

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

 span { border-color: rgb(238,150,236); }

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