#EEA0AE

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

Shades of Illusion #EEA0AE

Tints of Illusion #EEA0AE

Color information

#EEA0AE (or 0xEEA0AE) is unknown color: approx Illusion. HEX triplet: EE, A0 and AE. RGB value is (238,160,174). Sum of RGB (Red+Green+Blue) = 238+160+174=572 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.61% from 572); Green value is 160 (62.89% from 255 or 27.97% from 572); Blue value is 174 (68.36% from 255 or 30.42% from 572); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA0AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA0AE is #115F51. Grayscale: #B8B8B8. Windows color (decimal): -1138514 or 11444462. OLE color: 11444462.

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

Color convert

RGB238160174-
CMYK00.330.270.07
HSL349.23º69.64%78.04%-
HSV(B)349.23º32.77%93.33%-
XYZ55.4746.3746.07-
YUV184.92121.84165.86-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.61%
GREEN value IS 160 (62.89% from 255) = 27.97%
BLUE value IS 174 (68.36% from 255) = 30.42%
R=41.61%
G=27.97%
B=30.42%

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
Decimal23816017400.330.270.07349.2369.6478.04
HexEEA0AE0211B715d464e
Octal356240256041337535106116
Binary11101110101000001010111001000011101111110101110110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA0AE; }

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

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

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

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

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

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

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

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