#EB99AA

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

Shades of Illusion #EB99AA

Tints of Illusion #EB99AA

Color information

#EB99AA (or 0xEB99AA) is unknown color: approx Illusion. HEX triplet: EB, 99 and AA. RGB value is (235,153,170). Sum of RGB (Red+Green+Blue) = 235+153+170=558 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.11% from 558); Green value is 153 (60.16% from 255 or 27.42% from 558); Blue value is 170 (66.80% from 255 or 30.47% from 558); Max value from RGB is 235 - color contains mainly: red. Hex color #EB99AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB99AA is #146655. Grayscale: #B3B3B3. Windows color (decimal): -1336918 or 11180523. OLE color: 11180523.

HSL color Cylindrical-coordinate representation of color #EB99AA: hue angle of 347.56º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EB99AA is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB235153170-
CMYK00.350.280.08
HSL347.56º67.21%76.08%-
HSV(B)347.56º34.89%92.16%-
XYZ52.9143.3543.61-
YUV179.46122.67167.62-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.11%
GREEN value IS 153 (60.16% from 255) = 27.42%
BLUE value IS 170 (66.80% from 255) = 30.47%
R=42.11%
G=27.42%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515317000.350.280.08347.5667.2176.08
HexEB99AA0231C815c434c
Octal3532312520433410534103114
Binary111010111001100110101010010001111100100010101110010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB99AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB99AA; }

 p { color: rgb(235,153,170); }

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

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

 a { background-color: rgb(235,153,170); }

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

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

 span { border-color: rgb(235,153,170); }

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