#e8a0ac

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

Shades of Illusion #E8A0AC

Tints of Illusion #E8A0AC

Color information

#E8A0AC (or 0xE8A0AC) is unknown color: approx Illusion. HEX triplet: E8, A0 and AC. RGB value is (232,160,172). Sum of RGB (Red+Green+Blue) = 232+160+172=564 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.13% from 564); Green value is 160 (62.89% from 255 or 28.37% from 564); Blue value is 172 (67.58% from 255 or 30.50% from 564); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A0AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8A0AC is #175F53. Grayscale: #B6B6B6. Windows color (decimal): -1531732 or 11313384. OLE color: 11313384.

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

Color convert

RGB232160172-
CMYK00.310.260.09
HSL350º61.02%76.86%-
HSV(B)350º31.03%90.98%-
XYZ53.345.2844.96-
YUV182.9121.85163.02-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.13%
GREEN value IS 160 (62.89% from 255) = 28.37%
BLUE value IS 172 (67.58% from 255) = 30.50%
R=41.13%
G=28.37%
B=30.50%

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
Decimal23216017200.310.260.0935061.0276.86
HexE8A0AC01F1A915e3d4d
Octal350240254037321153675115
Binary1110100010100000101011000111111101010011010111101111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e8a0ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e8a0ac; }

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

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

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

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

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

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

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

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