#EA9DA8

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

Shades of Illusion #EA9DA8

Tints of Illusion #EA9DA8

Color information

#EA9DA8 (or 0xEA9DA8) is unknown color: approx Illusion. HEX triplet: EA, 9D and A8. RGB value is (234,157,168). Sum of RGB (Red+Green+Blue) = 234+157+168=559 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.86% from 559); Green value is 157 (61.72% from 255 or 28.09% from 559); Blue value is 168 (66.02% from 255 or 30.05% from 559); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9DA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9DA8 is #156257. Grayscale: #B5B5B5. Windows color (decimal): -1401432 or 11050474. OLE color: 11050474.

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

Color convert

RGB234157168-
CMYK00.330.280.08
HSL351.43º64.71%76.67%-
HSV(B)351.43º32.91%91.76%-
XYZ53.0644.4342.83-
YUV181.28120.51165.61-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.86%
GREEN value IS 157 (61.72% from 255) = 28.09%
BLUE value IS 168 (66.02% from 255) = 30.05%
R=41.86%
G=28.09%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415716800.330.280.08351.4364.7176.67
HexEA9DA80211C815f414d
Octal3522352500413410537101115
Binary111010101001110110101000010000111100100010101111110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9DA8; }

 p { color: rgb(234,157,168); }

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

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

 a { background-color: rgb(234,157,168); }

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

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

 span { border-color: rgb(234,157,168); }

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