#EA99B5

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

Shades of Illusion #EA99B5

Tints of Illusion #EA99B5

Color information

#EA99B5 (or 0xEA99B5) is unknown color: approx Illusion. HEX triplet: EA, 99 and B5. RGB value is (234,153,181). Sum of RGB (Red+Green+Blue) = 234+153+181=568 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.20% from 568); Green value is 153 (60.16% from 255 or 26.94% from 568); Blue value is 181 (71.09% from 255 or 31.87% from 568); Max value from RGB is 234 - color contains mainly: red. Hex color #EA99B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA99B5 is #15664A. Grayscale: #B4B4B4. Windows color (decimal): -1402443 or 11901418. OLE color: 11901418.

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

Color convert

RGB234153181-
CMYK00.350.230.08
HSL339.26º65.85%75.88%-
HSV(B)339.26º34.62%91.76%-
XYZ53.6643.6149.31-
YUV180.41128.34166.22-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.20%
GREEN value IS 153 (60.16% from 255) = 26.94%
BLUE value IS 181 (71.09% from 255) = 31.87%
R=41.20%
G=26.94%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415318100.350.230.08339.2665.8575.88
HexEA99B5023178153424c
Octal3522312650432710523102114
Binary111010101001100110110101010001110111100010101001110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA99B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA99B5; }

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

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

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

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

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

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

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

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