Shades of Illusion #E69EA9
Tints of Illusion #E69EA9
RGB
CMYK
RGB Variations
Color information
#E69EA9 (or 0xE69EA9) is known color: Illusion. HEX triplet: E6, 9E and A9. RGB value is (230,158,169). Sum of RGB (Red+Green+Blue) = 230+158+169=557 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.29% from 557); Green value is 158 (62.11% from 255 or 28.37% from 557); Blue value is 169 (66.41% from 255 or 30.34% from 557); Max value from RGB is 230 - color contains mainly: red. Hex color #E69EA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69EA9 is #196156. Grayscale: #B4B4B4. Windows color (decimal): -1663319 or 11116262. OLE color: 11116262.
HSL color Cylindrical-coordinate representation of color #E69EA9: hue angle of 350.83º 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 #E69EA9 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 158 | 169 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.10 |
| HSL | 350.83º | 0.59% | 0.76% | - |
| HSV(B) | 350.83º | 0.31% | 0.9% | - |
| XYZ | 52.02 | 44.14 | 43.31 | - |
| YUV | 180.78 | 121.35 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 158 | 169 | 0 | 0.31 | 0.27 | 0.10 | 350.83 | 0.59 | 0.76 |
| Hex | E6 | 9E | A9 | 0 | 1F | 1B | A | 15F | 3B | 4C |
| Octal | 346 | 236 | 251 | 0 | 37 | 33 | 12 | 537 | 73 | 114 |
| Binary | 11100110 | 10011110 | 10101001 | 0 | 11111 | 11011 | 1010 | 101011111 | 111011 | 1001100 |
Color Harmonies of #E69EA9
Complementary color
Monochromatic Colors of #E69EA9
Black with #E69EA9
Text Example
Text Example
White with #E69EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69EA9; }
p { color: rgb(230,158,169); }
H1.HeaderClassName
{
color: #E69EA9;
}
.AnyTagClassName
{
color: #E69EA9;
}
</style>
background-color css
<style>
a { background-color: #E69EA9; }
a { background-color: rgb(230,158,169); }
div.DivClassName
{
background-color: #E69EA9;
}
.BgClassName
{
background-color: #E69EA9;
}
</style>
border-color css
<style>
span { border-color: #E69EA9; }
span { border-color: rgb(230,158,169); }
td.TdClassName
{
border-color: #E69EA9;
}
.TagClassName
{
border-color: #E69EA9;
}
</style>