#EA9DAC

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

Shades of Illusion #EA9DAC

Tints of Illusion #EA9DAC

Color information

#EA9DAC (or 0xEA9DAC) is unknown color: approx Illusion. HEX triplet: EA, 9D and AC. RGB value is (234,157,172). Sum of RGB (Red+Green+Blue) = 234+157+172=563 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.56% from 563); Green value is 157 (61.72% from 255 or 27.89% from 563); Blue value is 172 (67.58% from 255 or 30.55% from 563); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9DAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9DAC is #156253. Grayscale: #B5B5B5. Windows color (decimal): -1401428 or 11312618. OLE color: 11312618.

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

Color convert

RGB234157172-
CMYK00.330.260.08
HSL348.31º64.71%76.67%-
HSV(B)348.31º32.91%91.76%-
XYZ53.4444.5844.82-
YUV181.73122.51165.28-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.56%
GREEN value IS 157 (61.72% from 255) = 27.89%
BLUE value IS 172 (67.58% from 255) = 30.55%
R=41.56%
G=27.89%
B=30.55%

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
Decimal23415717200.330.260.08348.3164.7176.67
HexEA9DAC0211A815c414d
Octal3522352540413210534101115
Binary111010101001110110101100010000111010100010101110010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9DAC; }

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

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

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

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

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

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

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

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