Shades of Illusion #E69EAA
Tints of Illusion #E69EAA
RGB
CMYK
RGB Variations
Color information
#E69EAA (or 0xE69EAA) is known color: Illusion. HEX triplet: E6, 9E and AA. RGB value is (230,158,170). Sum of RGB (Red+Green+Blue) = 230+158+170=558 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.22% from 558); Green value is 158 (62.11% from 255 or 28.32% from 558); Blue value is 170 (66.80% from 255 or 30.47% from 558); Max value from RGB is 230 - color contains mainly: red. Hex color #E69EAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69EAA is #196155. Grayscale: #B4B4B4. Windows color (decimal): -1663318 or 11181798. OLE color: 11181798.
HSL color Cylindrical-coordinate representation of color #E69EAA: hue angle of 350º 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 #E69EAA is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 158 | 170 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.10 |
| HSL | 350º | 0.59% | 0.76% | - |
| HSV(B) | 350º | 0.31% | 0.9% | - |
| XYZ | 52.12 | 44.18 | 43.81 | - |
| YUV | 180.9 | 121.85 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 158 | 170 | 0 | 0.31 | 0.26 | 0.10 | 350 | 0.59 | 0.76 |
| Hex | E6 | 9E | AA | 0 | 1F | 1A | A | 15E | 3B | 4C |
| Octal | 346 | 236 | 252 | 0 | 37 | 32 | 12 | 536 | 73 | 114 |
| Binary | 11100110 | 10011110 | 10101010 | 0 | 11111 | 11010 | 1010 | 101011110 | 111011 | 1001100 |
Color Harmonies of #E69EAA
Complementary color
Monochromatic Colors of #E69EAA
Black with #E69EAA
Text Example
Text Example
White with #E69EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69EAA; }
p { color: rgb(230,158,170); }
H1.HeaderClassName
{
color: #E69EAA;
}
.AnyTagClassName
{
color: #E69EAA;
}
</style>
background-color css
<style>
a { background-color: #E69EAA; }
a { background-color: rgb(230,158,170); }
div.DivClassName
{
background-color: #E69EAA;
}
.BgClassName
{
background-color: #E69EAA;
}
</style>
border-color css
<style>
span { border-color: #E69EAA; }
span { border-color: rgb(230,158,170); }
td.TdClassName
{
border-color: #E69EAA;
}
.TagClassName
{
border-color: #E69EAA;
}
</style>