#EEA0AD

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

Shades of Illusion #EEA0AD

Tints of Illusion #EEA0AD

Color information

#EEA0AD (or 0xEEA0AD) is unknown color: approx Illusion. HEX triplet: EE, A0 and AD. RGB value is (238,160,173). Sum of RGB (Red+Green+Blue) = 238+160+173=571 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.68% from 571); Green value is 160 (62.89% from 255 or 28.02% from 571); Blue value is 173 (67.97% from 255 or 30.30% from 571); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA0AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA0AD is #115F52. Grayscale: #B8B8B8. Windows color (decimal): -1138515 or 11378926. OLE color: 11378926.

HSL color Cylindrical-coordinate representation of color #EEA0AD: hue angle of 350º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EEA0AD is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB238160173-
CMYK00.330.270.07
HSL350º69.64%78.04%-
HSV(B)350º32.77%93.33%-
XYZ55.3746.3445.56-
YUV184.8121.34165.94-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.68%
GREEN value IS 160 (62.89% from 255) = 28.02%
BLUE value IS 173 (67.97% from 255) = 30.30%
R=41.68%
G=28.02%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816017300.330.270.0735069.6478.04
HexEEA0AD0211B715e464e
Octal356240255041337536106116
Binary11101110101000001010110101000011101111110101111010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA0AD; }

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

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

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

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

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

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

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

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