#EA9DAD

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

Shades of Illusion #EA9DAD

Tints of Illusion #EA9DAD

Color information

#EA9DAD (or 0xEA9DAD) is unknown color: approx Illusion. HEX triplet: EA, 9D and AD. RGB value is (234,157,173). Sum of RGB (Red+Green+Blue) = 234+157+173=564 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.49% from 564); Green value is 157 (61.72% from 255 or 27.84% from 564); Blue value is 173 (67.97% from 255 or 30.67% from 564); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9DAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9DAD is #156252. Grayscale: #B5B5B5. Windows color (decimal): -1401427 or 11378154. OLE color: 11378154.

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

Color convert

RGB234157173-
CMYK00.330.260.08
HSL347.53º64.71%76.67%-
HSV(B)347.53º32.91%91.76%-
XYZ53.5344.6245.33-
YUV181.85123.01165.2-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.49%
GREEN value IS 157 (61.72% from 255) = 27.84%
BLUE value IS 173 (67.97% from 255) = 30.67%
R=41.49%
G=27.84%
B=30.67%

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
Decimal23415717300.330.260.08347.5364.7176.67
HexEA9DAD0211A815c414d
Octal3522352550413210534101115
Binary111010101001110110101101010000111010100010101110010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9DAD; }

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

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

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

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

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

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

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

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