#E69DAA

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

Shades of Illusion #E69DAA

Tints of Illusion #E69DAA

Color information

#E69DAA (or 0xE69DAA) is unknown color: approx Illusion. HEX triplet: E6, 9D and AA. RGB value is (230,157,170). Sum of RGB (Red+Green+Blue) = 230+157+170=557 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.29% from 557); Green value is 157 (61.72% from 255 or 28.19% from 557); Blue value is 170 (66.80% from 255 or 30.52% from 557); Max value from RGB is 230 - color contains mainly: red. Hex color #E69DAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69DAA is #196255. Grayscale: #B4B4B4. Windows color (decimal): -1663574 or 11181542. OLE color: 11181542.

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

Color convert

RGB230157170-
CMYK00.320.260.10
HSL349.32º59.35%75.88%-
HSV(B)349.32º31.74%90.2%-
XYZ51.9543.8443.75-
YUV180.31122.18163.44-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.29%
GREEN value IS 157 (61.72% from 255) = 28.19%
BLUE value IS 170 (66.80% from 255) = 30.52%
R=41.29%
G=28.19%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015717000.320.260.10349.3259.3575.88
HexE69DAA0201AA15d3b4c
Octal346235252040321253573114
Binary11100110100111011010101001000001101010101010111011110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69DAA; }

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

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

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

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

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

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

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

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