#E69FAE

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

Shades of Illusion #E69FAE

Tints of Illusion #E69FAE

Color information

#E69FAE (or 0xE69FAE) is unknown color: approx Illusion. HEX triplet: E6, 9F and AE. RGB value is (230,159,174). Sum of RGB (Red+Green+Blue) = 230+159+174=563 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.85% from 563); Green value is 159 (62.5% from 255 or 28.24% from 563); Blue value is 174 (68.36% from 255 or 30.91% from 563); Max value from RGB is 230 - color contains mainly: red. Hex color #E69FAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69FAE is #196051. Grayscale: #B5B5B5. Windows color (decimal): -1663058 or 11444198. OLE color: 11444198.

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

Color convert

RGB230159174-
CMYK00.310.240.10
HSL347.32º58.68%76.27%-
HSV(B)347.32º30.87%90.2%-
XYZ52.6744.6845.89-
YUV181.94123.52162.28-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.85%
GREEN value IS 159 (62.5% from 255) = 28.24%
BLUE value IS 174 (68.36% from 255) = 30.91%
R=40.85%
G=28.24%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015917400.310.240.10347.3258.6876.27
HexE69FAE01F18A15b3b4c
Octal346237256037301253373114
Binary1110011010011111101011100111111100010101010110111110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69FAE; }

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

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

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

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

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

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

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

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