#EA9CAD

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

Shades of Illusion #EA9CAD

Tints of Illusion #EA9CAD

Color information

#EA9CAD (or 0xEA9CAD) is unknown color: approx Illusion. HEX triplet: EA, 9C and AD. RGB value is (234,156,173). Sum of RGB (Red+Green+Blue) = 234+156+173=563 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.56% from 563); Green value is 156 (61.33% from 255 or 27.71% from 563); Blue value is 173 (67.97% from 255 or 30.73% from 563); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9CAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9CAD is #156352. Grayscale: #B5B5B5. Windows color (decimal): -1401683 or 11377898. OLE color: 11377898.

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

Color convert

RGB234156173-
CMYK00.330.260.08
HSL346.92º65%76.47%-
HSV(B)346.92º33.33%91.76%-
XYZ53.3644.2945.27-
YUV181.26123.34165.62-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.56%
GREEN value IS 156 (61.33% from 255) = 27.71%
BLUE value IS 173 (67.97% from 255) = 30.73%
R=41.56%
G=27.71%
B=30.73%

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
Decimal23415617300.330.260.08346.926576.47
HexEA9CAD0211A815b414c
Octal3522342550413210533101114
Binary111010101001110010101101010000111010100010101101110000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9CAD; }

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

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

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

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

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

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

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

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