Shades of Illusion #E69FA9
Tints of Illusion #E69FA9
RGB
CMYK
RGB Variations
Color information
#E69FA9 (or 0xE69FA9) is known color: Illusion. HEX triplet: E6, 9F and A9. RGB value is (230,159,169). Sum of RGB (Red+Green+Blue) = 230+159+169=558 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.22% from 558); Green value is 159 (62.5% from 255 or 28.49% from 558); Blue value is 169 (66.41% from 255 or 30.29% from 558); Max value from RGB is 230 - color contains mainly: red. Hex color #E69FA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69FA9 is #196056. Grayscale: #B5B5B5. Windows color (decimal): -1663063 or 11116518. OLE color: 11116518.
HSL color Cylindrical-coordinate representation of color #E69FA9: hue angle of 351.55º 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 #E69FA9 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 159 | 169 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.10 |
| HSL | 351.55º | 0.59% | 0.76% | - |
| HSV(B) | 351.55º | 0.31% | 0.9% | - |
| XYZ | 52.19 | 44.48 | 43.37 | - |
| YUV | 181.37 | 121.02 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 159 | 169 | 0 | 0.31 | 0.27 | 0.10 | 351.55 | 0.59 | 0.76 |
| Hex | E6 | 9F | A9 | 0 | 1F | 1B | A | 160 | 3B | 4C |
| Octal | 346 | 237 | 251 | 0 | 37 | 33 | 12 | 540 | 73 | 114 |
| Binary | 11100110 | 10011111 | 10101001 | 0 | 11111 | 11011 | 1010 | 101100000 | 111011 | 1001100 |
Color Harmonies of #E69FA9
Complementary color
Monochromatic Colors of #E69FA9
Black with #E69FA9
Text Example
Text Example
White with #E69FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69FA9; }
p { color: rgb(230,159,169); }
H1.HeaderClassName
{
color: #E69FA9;
}
.AnyTagClassName
{
color: #E69FA9;
}
</style>
background-color css
<style>
a { background-color: #E69FA9; }
a { background-color: rgb(230,159,169); }
div.DivClassName
{
background-color: #E69FA9;
}
.BgClassName
{
background-color: #E69FA9;
}
</style>
border-color css
<style>
span { border-color: #E69FA9; }
span { border-color: rgb(230,159,169); }
td.TdClassName
{
border-color: #E69FA9;
}
.TagClassName
{
border-color: #E69FA9;
}
</style>