#EAA0AD

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

Shades of Illusion #EAA0AD

Tints of Illusion #EAA0AD

Color information

#EAA0AD (or 0xEAA0AD) is unknown color: approx Illusion. HEX triplet: EA, A0 and AD. RGB value is (234,160,173). Sum of RGB (Red+Green+Blue) = 234+160+173=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 160 (62.89% from 255 or 28.22% from 567); Blue value is 173 (67.97% from 255 or 30.51% from 567); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA0AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA0AD is #155F52. Grayscale: #B7B7B7. Windows color (decimal): -1400659 or 11378922. OLE color: 11378922.

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

Color convert

RGB234160173-
CMYK00.320.260.08
HSL349.46º63.79%77.25%-
HSV(B)349.46º31.62%91.76%-
XYZ54.0545.6545.5-
YUV183.61122.02163.94-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.27%
GREEN value IS 160 (62.89% from 255) = 28.22%
BLUE value IS 173 (67.97% from 255) = 30.51%
R=41.27%
G=28.22%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416017300.320.260.08349.4663.7977.25
HexEAA0AD0201A815d404d
Octal3522402550403210535100115
Binary111010101010000010101101010000011010100010101110110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA0AD; }

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

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

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

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

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

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

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

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