#EEA1AD

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

Shades of Illusion #EEA1AD

Tints of Illusion #EEA1AD

Color information

#EEA1AD (or 0xEEA1AD) is unknown color: approx Illusion. HEX triplet: EE, A1 and AD. RGB value is (238,161,173). Sum of RGB (Red+Green+Blue) = 238+161+173=572 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.61% from 572); Green value is 161 (63.28% from 255 or 28.15% from 572); Blue value is 173 (67.97% from 255 or 30.24% from 572); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA1AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA1AD is #115E52. Grayscale: #B9B9B9. Windows color (decimal): -1138259 or 11379182. OLE color: 11379182.

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

Color convert

RGB238161173-
CMYK00.320.270.07
HSL350.65º69.37%78.24%-
HSV(B)350.65º32.35%93.33%-
XYZ55.5546.6845.62-
YUV185.39121.01165.52-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.61%
GREEN value IS 161 (63.28% from 255) = 28.15%
BLUE value IS 173 (67.97% from 255) = 30.24%
R=41.61%
G=28.15%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816117300.320.270.07350.6569.3778.24
HexEEA1AD0201B715f454e
Octal356241255040337537105116
Binary11101110101000011010110101000001101111110101111110001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA1AD; }

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

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

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

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

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

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

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

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