Shades of Illusion #E7A0AB
Tints of Illusion #E7A0AB
RGB
CMYK
RGB Variations
Color information
#E7A0AB (or 0xE7A0AB) is known color: Illusion. HEX triplet: E7, A0 and AB. RGB value is (231,160,171). Sum of RGB (Red+Green+Blue) = 231+160+171=562 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.10% from 562); Green value is 160 (62.89% from 255 or 28.47% from 562); Blue value is 171 (67.19% from 255 or 30.43% from 562); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A0AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A0AB is #185F54. Grayscale: #B6B6B6. Windows color (decimal): -1597269 or 11247847. OLE color: 11247847.
HSL color Cylindrical-coordinate representation of color #E7A0AB: hue angle of 350.7º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E7A0AB is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 160 | 171 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.09 |
| HSL | 350.7º | 0.6% | 0.77% | - |
| HSV(B) | 350.7º | 0.31% | 0.91% | - |
| XYZ | 52.88 | 45.07 | 44.44 | - |
| YUV | 182.48 | 121.52 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 160 | 171 | 0 | 0.31 | 0.26 | 0.09 | 350.7 | 0.6 | 0.77 |
| Hex | E7 | A0 | AB | 0 | 1F | 1A | 9 | 15F | 3C | 4D |
| Octal | 347 | 240 | 253 | 0 | 37 | 32 | 11 | 537 | 74 | 115 |
| Binary | 11100111 | 10100000 | 10101011 | 0 | 11111 | 11010 | 1001 | 101011111 | 111100 | 1001101 |
Color Harmonies of #E7A0AB
Complementary color
Monochromatic Colors of #E7A0AB
Black with #E7A0AB
Text Example
Text Example
White with #E7A0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A0AB; }
p { color: rgb(231,160,171); }
H1.HeaderClassName
{
color: #E7A0AB;
}
.AnyTagClassName
{
color: #E7A0AB;
}
</style>
background-color css
<style>
a { background-color: #E7A0AB; }
a { background-color: rgb(231,160,171); }
div.DivClassName
{
background-color: #E7A0AB;
}
.BgClassName
{
background-color: #E7A0AB;
}
</style>
border-color css
<style>
span { border-color: #E7A0AB; }
span { border-color: rgb(231,160,171); }
td.TdClassName
{
border-color: #E7A0AB;
}
.TagClassName
{
border-color: #E7A0AB;
}
</style>