Shades of Illusion #E69EA8
Tints of Illusion #E69EA8
RGB
CMYK
RGB Variations
Color information
#E69EA8 (or 0xE69EA8) is known color: Illusion. HEX triplet: E6, 9E and A8. RGB value is (230,158,168). Sum of RGB (Red+Green+Blue) = 230+158+168=556 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.37% from 556); Green value is 158 (62.11% from 255 or 28.42% from 556); Blue value is 168 (66.02% from 255 or 30.22% from 556); Max value from RGB is 230 - color contains mainly: red. Hex color #E69EA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69EA8 is #196157. Grayscale: #B4B4B4. Windows color (decimal): -1663320 or 11050726. OLE color: 11050726.
HSL color Cylindrical-coordinate representation of color #E69EA8: hue angle of 351.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 #E69EA8 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 158 | 168 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.10 |
| HSL | 351.67º | 0.59% | 0.76% | - |
| HSV(B) | 351.67º | 0.31% | 0.9% | - |
| XYZ | 51.93 | 44.1 | 42.82 | - |
| YUV | 180.67 | 120.85 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 158 | 168 | 0 | 0.31 | 0.27 | 0.10 | 351.67 | 0.59 | 0.76 |
| Hex | E6 | 9E | A8 | 0 | 1F | 1B | A | 160 | 3B | 4C |
| Octal | 346 | 236 | 250 | 0 | 37 | 33 | 12 | 540 | 73 | 114 |
| Binary | 11100110 | 10011110 | 10101000 | 0 | 11111 | 11011 | 1010 | 101100000 | 111011 | 1001100 |
Color Harmonies of #E69EA8
Complementary color
Monochromatic Colors of #E69EA8
Black with #E69EA8
Text Example
Text Example
White with #E69EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69EA8; }
p { color: rgb(230,158,168); }
H1.HeaderClassName
{
color: #E69EA8;
}
.AnyTagClassName
{
color: #E69EA8;
}
</style>
background-color css
<style>
a { background-color: #E69EA8; }
a { background-color: rgb(230,158,168); }
div.DivClassName
{
background-color: #E69EA8;
}
.BgClassName
{
background-color: #E69EA8;
}
</style>
border-color css
<style>
span { border-color: #E69EA8; }
span { border-color: rgb(230,158,168); }
td.TdClassName
{
border-color: #E69EA8;
}
.TagClassName
{
border-color: #E69EA8;
}
</style>