#E6A1AE

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

Shades of Illusion #E6A1AE

Tints of Illusion #E6A1AE

Color information

#E6A1AE (or 0xE6A1AE) is unknown color: approx Illusion. HEX triplet: E6, A1 and AE. RGB value is (230,161,174). Sum of RGB (Red+Green+Blue) = 230+161+174=565 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.71% from 565); Green value is 161 (63.28% from 255 or 28.50% from 565); Blue value is 174 (68.36% from 255 or 30.80% from 565); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A1AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A1AE is #195E51. Grayscale: #B7B7B7. Windows color (decimal): -1662546 or 11444710. OLE color: 11444710.

HSL color Cylindrical-coordinate representation of color #E6A1AE: hue angle of 348.7º 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 #E6A1AE is Cyan = 0, Magento = 0.3, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB230161174-
CMYK00.30.240.10
HSL348.7º57.98%76.67%-
HSV(B)348.7º30%90.2%-
XYZ53.0245.3746.01-
YUV183.11122.86161.44-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.71%
GREEN value IS 161 (63.28% from 255) = 28.50%
BLUE value IS 174 (68.36% from 255) = 30.80%
R=40.71%
G=28.50%
B=30.80%

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
Decimal23016117400.30.240.10348.757.9876.67
HexE6A1AE01E18A15d3a4d
Octal346241256036301253572115
Binary1110011010100001101011100111101100010101010111011110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A1AE; }

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

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

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

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

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

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

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

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