#E9A1AE

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

Shades of Illusion #E9A1AE

Tints of Illusion #E9A1AE

Color information

#E9A1AE (or 0xE9A1AE) is unknown color: approx Illusion. HEX triplet: E9, A1 and AE. RGB value is (233,161,174). Sum of RGB (Red+Green+Blue) = 233+161+174=568 (75% of max value = 765). Red value is 233 (91.41% from 255 or 41.02% from 568); Green value is 161 (63.28% from 255 or 28.35% from 568); Blue value is 174 (68.36% from 255 or 30.63% from 568); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A1AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9A1AE is #165E51. Grayscale: #B8B8B8. Windows color (decimal): -1465938 or 11444713. OLE color: 11444713.

HSL color Cylindrical-coordinate representation of color #E9A1AE: hue angle of 349.17º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E9A1AE is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB233161174-
CMYK00.310.250.09
HSL349.17º62.07%77.25%-
HSV(B)349.17º30.9%91.37%-
XYZ53.9945.8746.05-
YUV184.01122.35162.94-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.02%
GREEN value IS 161 (63.28% from 255) = 28.35%
BLUE value IS 174 (68.36% from 255) = 30.63%
R=41.02%
G=28.35%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23316117400.310.250.09349.1762.0777.25
HexE9A1AE01F19915d3e4d
Octal351241256037311153576115
Binary1110100110100001101011100111111100110011010111011111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9A1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9A1AE; }

 p { color: rgb(233,161,174); }

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

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

 a { background-color: rgb(233,161,174); }

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

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

 span { border-color: rgb(233,161,174); }

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