#E69EA9

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

Shades of Illusion #E69EA9

Tints of Illusion #E69EA9

Color information

#E69EA9 (or 0xE69EA9) is unknown color: approx Illusion. HEX triplet: E6, 9E and A9. RGB value is (230,158,169). Sum of RGB (Red+Green+Blue) = 230+158+169=557 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.29% from 557); Green value is 158 (62.11% from 255 or 28.37% from 557); Blue value is 169 (66.41% from 255 or 30.34% from 557); Max value from RGB is 230 - color contains mainly: red. Hex color #E69EA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69EA9 is #196156. Grayscale: #B4B4B4. Windows color (decimal): -1663319 or 11116262. OLE color: 11116262.

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

Color convert

RGB230158169-
CMYK00.310.270.10
HSL350.83º59.02%76.08%-
HSV(B)350.83º31.3%90.2%-
XYZ52.0244.1443.31-
YUV180.78121.35163.11-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.29%
GREEN value IS 158 (62.11% from 255) = 28.37%
BLUE value IS 169 (66.41% from 255) = 30.34%
R=41.29%
G=28.37%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015816900.310.270.10350.8359.0276.08
HexE69EA901F1BA15f3b4c
Octal346236251037331253773114
Binary1110011010011110101010010111111101110101010111111110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69EA9; }

 p { color: rgb(230,158,169); }

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

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

 a { background-color: rgb(230,158,169); }

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

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

 span { border-color: rgb(230,158,169); }

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