#EA99AA

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

Shades of Illusion #EA99AA

Tints of Illusion #EA99AA

Color information

#EA99AA (or 0xEA99AA) is unknown color: approx Illusion. HEX triplet: EA, 99 and AA. RGB value is (234,153,170). Sum of RGB (Red+Green+Blue) = 234+153+170=557 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.01% from 557); Green value is 153 (60.16% from 255 or 27.47% from 557); Blue value is 170 (66.80% from 255 or 30.52% from 557); Max value from RGB is 234 - color contains mainly: red. Hex color #EA99AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA99AA is #156655. Grayscale: #B3B3B3. Windows color (decimal): -1402454 or 11180522. OLE color: 11180522.

HSL color Cylindrical-coordinate representation of color #EA99AA: hue angle of 347.41º degrees, saturation: 0.66, 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 #EA99AA is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB234153170-
CMYK00.350.270.08
HSL347.41º65.85%75.88%-
HSV(B)347.41º34.62%91.76%-
XYZ52.5843.1843.59-
YUV179.16122.84167.12-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.01%
GREEN value IS 153 (60.16% from 255) = 27.47%
BLUE value IS 170 (66.80% from 255) = 30.52%
R=42.01%
G=27.47%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415317000.350.270.08347.4165.8575.88
HexEA99AA0231B815b424c
Octal3522312520433310533102114
Binary111010101001100110101010010001111011100010101101110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA99AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA99AA; }

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

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

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

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

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

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

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

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