#EE96AB

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

Shades of Illusion #EE96AB

Tints of Illusion #EE96AB

Color information

#EE96AB (or 0xEE96AB) is unknown color: approx Illusion. HEX triplet: EE, 96 and AB. RGB value is (238,150,171). Sum of RGB (Red+Green+Blue) = 238+150+171=559 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.58% from 559); Green value is 150 (58.98% from 255 or 26.83% from 559); Blue value is 171 (67.19% from 255 or 30.59% from 559); Max value from RGB is 238 - color contains mainly: red. Hex color #EE96AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE96AB is #116954. Grayscale: #B2B2B2. Windows color (decimal): -1141077 or 11245294. OLE color: 11245294.

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

Color convert

RGB238150171-
CMYK00.370.280.07
HSL345.68º72.13%76.08%-
HSV(B)345.68º36.97%93.33%-
XYZ53.5242.9343.99-
YUV178.71123.65170.29-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.58%
GREEN value IS 150 (58.98% from 255) = 26.83%
BLUE value IS 171 (67.19% from 255) = 30.59%
R=42.58%
G=26.83%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815017100.370.280.07345.6872.1376.08
HexEE96AB0251C715a484c
Octal356226253045347532110114
Binary11101110100101101010101101001011110011110101101010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE96AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE96AB; }

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

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

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

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

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

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

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

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