#E7A0AF

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

Shades of Illusion #E7A0AF

Tints of Illusion #E7A0AF

Color information

#E7A0AF (or 0xE7A0AF) is unknown color: approx Illusion. HEX triplet: E7, A0 and AF. RGB value is (231,160,175). Sum of RGB (Red+Green+Blue) = 231+160+175=566 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.81% from 566); Green value is 160 (62.89% from 255 or 28.27% from 566); Blue value is 175 (68.75% from 255 or 30.92% from 566); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A0AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A0AF is #185F50. Grayscale: #B6B6B6. Windows color (decimal): -1597265 or 11509991. OLE color: 11509991.

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

Color convert

RGB231160175-
CMYK00.310.240.09
HSL347.32º59.66%76.67%-
HSV(B)347.32º30.74%90.59%-
XYZ53.2645.2346.48-
YUV182.94123.52162.28-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.81%
GREEN value IS 160 (62.89% from 255) = 28.27%
BLUE value IS 175 (68.75% from 255) = 30.92%
R=40.81%
G=28.27%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116017500.310.240.09347.3259.6676.67
HexE7A0AF01F18915b3c4d
Octal347240257037301153374115
Binary1110011110100000101011110111111100010011010110111111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A0AF; }

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

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

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

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

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

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

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

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