Shades of Illusion #E69EAE
Tints of Illusion #E69EAE
RGB
CMYK
RGB Variations
Color information
#E69EAE (or 0xE69EAE) is known color: Illusion. HEX triplet: E6, 9E and AE. RGB value is (230,158,174). Sum of RGB (Red+Green+Blue) = 230+158+174=562 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.93% from 562); Green value is 158 (62.11% from 255 or 28.11% from 562); Blue value is 174 (68.36% from 255 or 30.96% from 562); Max value from RGB is 230 - color contains mainly: red. Hex color #E69EAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69EAE is #196151. Grayscale: #B5B5B5. Windows color (decimal): -1663314 or 11443942. OLE color: 11443942.
HSL color Cylindrical-coordinate representation of color #E69EAE: hue angle of 346.67º 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 #E69EAE is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 158 | 174 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.10 |
| HSL | 346.67º | 0.59% | 0.76% | - |
| HSV(B) | 346.67º | 0.31% | 0.9% | - |
| XYZ | 52.5 | 44.33 | 45.83 | - |
| YUV | 181.35 | 123.85 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 158 | 174 | 0 | 0.31 | 0.24 | 0.10 | 346.67 | 0.59 | 0.76 |
| Hex | E6 | 9E | AE | 0 | 1F | 18 | A | 15B | 3B | 4C |
| Octal | 346 | 236 | 256 | 0 | 37 | 30 | 12 | 533 | 73 | 114 |
| Binary | 11100110 | 10011110 | 10101110 | 0 | 11111 | 11000 | 1010 | 101011011 | 111011 | 1001100 |
Color Harmonies of #E69EAE
Complementary color
Monochromatic Colors of #E69EAE
Black with #E69EAE
Text Example
Text Example
White with #E69EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69EAE; }
p { color: rgb(230,158,174); }
H1.HeaderClassName
{
color: #E69EAE;
}
.AnyTagClassName
{
color: #E69EAE;
}
</style>
background-color css
<style>
a { background-color: #E69EAE; }
a { background-color: rgb(230,158,174); }
div.DivClassName
{
background-color: #E69EAE;
}
.BgClassName
{
background-color: #E69EAE;
}
</style>
border-color css
<style>
span { border-color: #E69EAE; }
span { border-color: rgb(230,158,174); }
td.TdClassName
{
border-color: #E69EAE;
}
.TagClassName
{
border-color: #E69EAE;
}
</style>