#E7A0AC

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

Shades of Illusion #E7A0AC

Tints of Illusion #E7A0AC

Color information

#E7A0AC (or 0xE7A0AC) is unknown color: approx Illusion. HEX triplet: E7, A0 and AC. RGB value is (231,160,172). Sum of RGB (Red+Green+Blue) = 231+160+172=563 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.03% from 563); Green value is 160 (62.89% from 255 or 28.42% from 563); Blue value is 172 (67.58% from 255 or 30.55% from 563); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A0AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A0AC is #185F53. Grayscale: #B6B6B6. Windows color (decimal): -1597268 or 11313383. OLE color: 11313383.

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

Color convert

RGB231160172-
CMYK00.310.260.09
HSL349.86º59.66%76.67%-
HSV(B)349.86º30.74%90.59%-
XYZ52.9745.1144.94-
YUV182.6122.02162.52-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.03%
GREEN value IS 160 (62.89% from 255) = 28.42%
BLUE value IS 172 (67.58% from 255) = 30.55%
R=41.03%
G=28.42%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116017200.310.260.09349.8659.6676.67
HexE7A0AC01F1A915e3c4d
Octal347240254037321153674115
Binary1110011110100000101011000111111101010011010111101111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A0AC; }

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

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

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

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

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

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

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

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