#EE96B5

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

Shades of Illusion #EE96B5

Tints of Illusion #EE96B5

Color information

#EE96B5 (or 0xEE96B5) is unknown color: approx Illusion. HEX triplet: EE, 96 and B5. RGB value is (238,150,181). Sum of RGB (Red+Green+Blue) = 238+150+181=569 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.83% from 569); Green value is 150 (58.98% from 255 or 26.36% from 569); Blue value is 181 (71.09% from 255 or 31.81% from 569); Max value from RGB is 238 - color contains mainly: red. Hex color #EE96B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE96B5 is #11694A. Grayscale: #B3B3B3. Windows color (decimal): -1141067 or 11900654. OLE color: 11900654.

HSL color Cylindrical-coordinate representation of color #EE96B5: hue angle of 338.86º 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 #EE96B5 is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB238150181-
CMYK00.370.240.07
HSL338.86º72.13%76.08%-
HSV(B)338.86º36.97%93.33%-
XYZ54.5143.3349.21-
YUV179.85128.65169.48-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.83%
GREEN value IS 150 (58.98% from 255) = 26.36%
BLUE value IS 181 (71.09% from 255) = 31.81%
R=41.83%
G=26.36%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815018100.370.240.07338.8672.1376.08
HexEE96B5025187153484c
Octal356226265045307523110114
Binary11101110100101101011010101001011100011110101001110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE96B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE96B5; }

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

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

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

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

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

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

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

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