Shades of Illusion #E8A2B1
Tints of Illusion #E8A2B1
RGB
CMYK
RGB Variations
Color information
#E8A2B1 (or 0xE8A2B1) is known color: Illusion. HEX triplet: E8, A2 and B1. RGB value is (232,162,177). Sum of RGB (Red+Green+Blue) = 232+162+177=571 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.63% from 571); Green value is 162 (63.67% from 255 or 28.37% from 571); Blue value is 177 (69.53% from 255 or 31.00% from 571); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A2B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8A2B1 is #175D4E. Grayscale: #B8B8B8. Windows color (decimal): -1531215 or 11641576. OLE color: 11641576.
HSL color Cylindrical-coordinate representation of color #E8A2B1: hue angle of 347.14º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E8A2B1 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 162 | 177 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.09 |
| HSL | 347.14º | 0.6% | 0.77% | - |
| HSV(B) | 347.14º | 0.3% | 0.91% | - |
| XYZ | 54.13 | 46.17 | 47.65 | - |
| YUV | 184.64 | 123.69 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 162 | 177 | 0 | 0.30 | 0.24 | 0.09 | 347.14 | 0.6 | 0.77 |
| Hex | E8 | A2 | B1 | 0 | 1E | 18 | 9 | 15B | 3C | 4D |
| Octal | 350 | 242 | 261 | 0 | 36 | 30 | 11 | 533 | 74 | 115 |
| Binary | 11101000 | 10100010 | 10110001 | 0 | 11110 | 11000 | 1001 | 101011011 | 111100 | 1001101 |
Color Harmonies of #E8A2B1
Complementary color
Monochromatic Colors of #E8A2B1
Black with #E8A2B1
Text Example
Text Example
White with #E8A2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A2B1; }
p { color: rgb(232,162,177); }
H1.HeaderClassName
{
color: #E8A2B1;
}
.AnyTagClassName
{
color: #E8A2B1;
}
</style>
background-color css
<style>
a { background-color: #E8A2B1; }
a { background-color: rgb(232,162,177); }
div.DivClassName
{
background-color: #E8A2B1;
}
.BgClassName
{
background-color: #E8A2B1;
}
</style>
border-color css
<style>
span { border-color: #E8A2B1; }
span { border-color: rgb(232,162,177); }
td.TdClassName
{
border-color: #E8A2B1;
}
.TagClassName
{
border-color: #E8A2B1;
}
</style>