Shades of Illusion #E69AAF
Tints of Illusion #E69AAF
RGB
CMYK
RGB Variations
Color information
#E69AAF (or 0xE69AAF) is known color: Illusion. HEX triplet: E6, 9A and AF. RGB value is (230,154,175). Sum of RGB (Red+Green+Blue) = 230+154+175=559 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.14% from 559); Green value is 154 (60.55% from 255 or 27.55% from 559); Blue value is 175 (68.75% from 255 or 31.31% from 559); Max value from RGB is 230 - color contains mainly: red. Hex color #E69AAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69AAF is #196550. Grayscale: #B3B3B3. Windows color (decimal): -1664337 or 11508454. OLE color: 11508454.
HSL color Cylindrical-coordinate representation of color #E69AAF: hue angle of 343.42º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E69AAF is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 154 | 175 | - |
| CMYK | 0 | 0.33 | 0.24 | 0.10 |
| HSL | 343.42º | 0.6% | 0.75% | - |
| HSV(B) | 343.42º | 0.33% | 0.9% | - |
| XYZ | 51.93 | 43.03 | 46.13 | - |
| YUV | 179.12 | 125.68 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 154 | 175 | 0 | 0.33 | 0.24 | 0.10 | 343.42 | 0.6 | 0.75 |
| Hex | E6 | 9A | AF | 0 | 21 | 18 | A | 157 | 3C | 4B |
| Octal | 346 | 232 | 257 | 0 | 41 | 30 | 12 | 527 | 74 | 113 |
| Binary | 11100110 | 10011010 | 10101111 | 0 | 100001 | 11000 | 1010 | 101010111 | 111100 | 1001011 |
Color Harmonies of #E69AAF
Complementary color
Monochromatic Colors of #E69AAF
Black with #E69AAF
Text Example
Text Example
White with #E69AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69AAF; }
p { color: rgb(230,154,175); }
H1.HeaderClassName
{
color: #E69AAF;
}
.AnyTagClassName
{
color: #E69AAF;
}
</style>
background-color css
<style>
a { background-color: #E69AAF; }
a { background-color: rgb(230,154,175); }
div.DivClassName
{
background-color: #E69AAF;
}
.BgClassName
{
background-color: #E69AAF;
}
</style>
border-color css
<style>
span { border-color: #E69AAF; }
span { border-color: rgb(230,154,175); }
td.TdClassName
{
border-color: #E69AAF;
}
.TagClassName
{
border-color: #E69AAF;
}
</style>