#E69DA9

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

Shades of Illusion #E69DA9

Tints of Illusion #E69DA9

Color information

#E69DA9 (or 0xE69DA9) is unknown color: approx Illusion. HEX triplet: E6, 9D and A9. RGB value is (230,157,169). Sum of RGB (Red+Green+Blue) = 230+157+169=556 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.37% from 556); Green value is 157 (61.72% from 255 or 28.24% from 556); Blue value is 169 (66.41% from 255 or 30.40% from 556); Max value from RGB is 230 - color contains mainly: red. Hex color #E69DA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69DA9 is #196256. Grayscale: #B4B4B4. Windows color (decimal): -1663575 or 11116006. OLE color: 11116006.

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

Color convert

RGB230157169-
CMYK00.320.270.10
HSL350.14º59.35%75.88%-
HSV(B)350.14º31.74%90.2%-
XYZ51.8543.843.26-
YUV180.19121.68163.52-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.37%
GREEN value IS 157 (61.72% from 255) = 28.24%
BLUE value IS 169 (66.41% from 255) = 30.40%
R=41.37%
G=28.24%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.27
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015716900.320.270.10350.1459.3575.88
HexE69DA90201BA15e3b4c
Octal346235251040331253673114
Binary11100110100111011010100101000001101110101010111101110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69DA9; }

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

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

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

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

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

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

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

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