#E9A0AF

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

Shades of Illusion #E9A0AF

Tints of Illusion #E9A0AF

Color information

#E9A0AF (or 0xE9A0AF) is unknown color: approx Illusion. HEX triplet: E9, A0 and AF. RGB value is (233,160,175). Sum of RGB (Red+Green+Blue) = 233+160+175=568 (75% of max value = 765). Red value is 233 (91.41% from 255 or 41.02% from 568); Green value is 160 (62.89% from 255 or 28.17% from 568); Blue value is 175 (68.75% from 255 or 30.81% from 568); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A0AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9A0AF is #165F50. Grayscale: #B7B7B7. Windows color (decimal): -1466193 or 11509993. OLE color: 11509993.

HSL color Cylindrical-coordinate representation of color #E9A0AF: hue angle of 347.67º 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 #E9A0AF is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB233160175-
CMYK00.310.250.09
HSL347.67º62.39%77.06%-
HSV(B)347.67º31.33%91.37%-
XYZ53.9145.5646.51-
YUV183.54123.18163.28-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.02%
GREEN value IS 160 (62.89% from 255) = 28.17%
BLUE value IS 175 (68.75% from 255) = 30.81%
R=41.02%
G=28.17%
B=30.81%

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
Decimal23316017500.310.250.09347.6762.3977.06
HexE9A0AF01F19915c3e4d
Octal351240257037311153476115
Binary1110100110100000101011110111111100110011010111001111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9A0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9A0AF; }

 p { color: rgb(233,160,175); }

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

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

 a { background-color: rgb(233,160,175); }

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

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

 span { border-color: rgb(233,160,175); }

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