#E8A1AF

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

Shades of Illusion #E8A1AF

Tints of Illusion #E8A1AF

Color information

#E8A1AF (or 0xE8A1AF) is unknown color: approx Illusion. HEX triplet: E8, A1 and AF. RGB value is (232,161,175). Sum of RGB (Red+Green+Blue) = 232+161+175=568 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.85% from 568); Green value is 161 (63.28% from 255 or 28.35% from 568); Blue value is 175 (68.75% from 255 or 30.81% from 568); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A1AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8A1AF is #175E50. Grayscale: #B7B7B7. Windows color (decimal): -1531473 or 11510248. OLE color: 11510248.

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

Color convert

RGB232161175-
CMYK00.310.250.09
HSL348.17º60.68%77.06%-
HSV(B)348.17º30.6%90.98%-
XYZ53.7645.7446.55-
YUV183.82123.02162.36-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.85%
GREEN value IS 161 (63.28% from 255) = 28.35%
BLUE value IS 175 (68.75% from 255) = 30.81%
R=40.85%
G=28.35%
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
Decimal23216117500.310.250.09348.1760.6877.06
HexE8A1AF01F19915c3d4d
Octal350241257037311153475115
Binary1110100010100001101011110111111100110011010111001111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A1AF; }

 p { color: rgb(232,161,175); }

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

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

 a { background-color: rgb(232,161,175); }

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

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

 span { border-color: rgb(232,161,175); }

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