#EA9DAE

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

Shades of Illusion #EA9DAE

Tints of Illusion #EA9DAE

Color information

#EA9DAE (or 0xEA9DAE) is unknown color: approx Illusion. HEX triplet: EA, 9D and AE. RGB value is (234,157,174). Sum of RGB (Red+Green+Blue) = 234+157+174=565 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.42% from 565); Green value is 157 (61.72% from 255 or 27.79% from 565); Blue value is 174 (68.36% from 255 or 30.80% from 565); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9DAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9DAE is #156251. Grayscale: #B5B5B5. Windows color (decimal): -1401426 or 11443690. OLE color: 11443690.

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

Color convert

RGB234157174-
CMYK00.330.260.08
HSL346.75º64.71%76.67%-
HSV(B)346.75º32.91%91.76%-
XYZ53.6344.6645.84-
YUV181.96123.51165.12-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.42%
GREEN value IS 157 (61.72% from 255) = 27.79%
BLUE value IS 174 (68.36% from 255) = 30.80%
R=41.42%
G=27.79%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415717400.330.260.08346.7564.7176.67
HexEA9DAE0211A815b414d
Octal3522352560413210533101115
Binary111010101001110110101110010000111010100010101101110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9DAE; }

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

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

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

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

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

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

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

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