Shades of Illusion #E894AF
Tints of Illusion #E894AF
RGB
CMYK
RGB Variations
Color information
#E894AF (or 0xE894AF) is known color: Illusion. HEX triplet: E8, 94 and AF. RGB value is (232,148,175). Sum of RGB (Red+Green+Blue) = 232+148+175=555 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.80% from 555); Green value is 148 (58.20% from 255 or 26.67% from 555); Blue value is 175 (68.75% from 255 or 31.53% from 555); Max value from RGB is 232 - color contains mainly: red. Hex color #E894AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E894AF is #176B50. Grayscale: #B0B0B0. Windows color (decimal): -1534801 or 11506920. OLE color: 11506920.
HSL color Cylindrical-coordinate representation of color #E894AF: hue angle of 340.71º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E894AF is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 148 | 175 | - |
| CMYK | 0 | 0.36 | 0.25 | 0.09 |
| HSL | 340.71º | 0.65% | 0.75% | - |
| HSV(B) | 340.71º | 0.36% | 0.91% | - |
| XYZ | 51.61 | 41.43 | 45.83 | - |
| YUV | 176.19 | 127.33 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 148 | 175 | 0 | 0.36 | 0.25 | 0.09 | 340.71 | 0.65 | 0.75 |
| Hex | E8 | 94 | AF | 0 | 24 | 19 | 9 | 155 | 41 | 4B |
| Octal | 350 | 224 | 257 | 0 | 44 | 31 | 11 | 525 | 101 | 113 |
| Binary | 11101000 | 10010100 | 10101111 | 0 | 100100 | 11001 | 1001 | 101010101 | 1000001 | 1001011 |
Color Harmonies of #E894AF
Complementary color
Monochromatic Colors of #E894AF
Black with #E894AF
Text Example
Text Example
White with #E894AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E894AF; }
p { color: rgb(232,148,175); }
H1.HeaderClassName
{
color: #E894AF;
}
.AnyTagClassName
{
color: #E894AF;
}
</style>
background-color css
<style>
a { background-color: #E894AF; }
a { background-color: rgb(232,148,175); }
div.DivClassName
{
background-color: #E894AF;
}
.BgClassName
{
background-color: #E894AF;
}
</style>
border-color css
<style>
span { border-color: #E894AF; }
span { border-color: rgb(232,148,175); }
td.TdClassName
{
border-color: #E894AF;
}
.TagClassName
{
border-color: #E894AF;
}
</style>