#e6a1af

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

Shades of Illusion #E6A1AF

Tints of Illusion #E6A1AF

Color information

#E6A1AF (or 0xE6A1AF) is unknown color: approx Illusion. HEX triplet: E6, A1 and AF. RGB value is (230,161,175). Sum of RGB (Red+Green+Blue) = 230+161+175=566 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.64% from 566); Green value is 161 (63.28% from 255 or 28.45% from 566); Blue value is 175 (68.75% from 255 or 30.92% from 566); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A1AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A1AF is #195E50. Grayscale: #B7B7B7. Windows color (decimal): -1662545 or 11510246. OLE color: 11510246.

HSL color Cylindrical-coordinate representation of color #E6A1AF: hue angle of 347.83º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E6A1AF is Cyan = 0, Magento = 0.3, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB230161175-
CMYK00.30.240.10
HSL347.83º57.98%76.67%-
HSV(B)347.83º30%90.2%-
XYZ53.1245.4146.52-
YUV183.23123.36161.36-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.64%
GREEN value IS 161 (63.28% from 255) = 28.45%
BLUE value IS 175 (68.75% from 255) = 30.92%
R=40.64%
G=28.45%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23016117500.30.240.10347.8357.9876.67
HexE6A1AF01E18A15c3a4d
Octal346241257036301253472115
Binary1110011010100001101011110111101100010101010111001110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e6a1af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e6a1af; }

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

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

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

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

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

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

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

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