Shades of Illusion #E5A2AF
Tints of Illusion #E5A2AF
RGB
CMYK
RGB Variations
Color information
#E5A2AF (or 0xE5A2AF) is known color: Illusion. HEX triplet: E5, A2 and AF. RGB value is (229,162,175). Sum of RGB (Red+Green+Blue) = 229+162+175=566 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.46% from 566); Green value is 162 (63.67% from 255 or 28.62% from 566); Blue value is 175 (68.75% from 255 or 30.92% from 566); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A2AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A2AF is #1A5D50. Grayscale: #B7B7B7. Windows color (decimal): -1727825 or 11510501. OLE color: 11510501.
HSL color Cylindrical-coordinate representation of color #E5A2AF: hue angle of 348.36º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E5A2AF is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 162 | 175 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.10 |
| HSL | 348.36º | 0.56% | 0.77% | - |
| HSV(B) | 348.36º | 0.29% | 0.9% | - |
| XYZ | 52.97 | 45.59 | 46.57 | - |
| YUV | 183.52 | 123.2 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 162 | 175 | 0 | 0.29 | 0.24 | 0.10 | 348.36 | 0.56 | 0.77 |
| Hex | E5 | A2 | AF | 0 | 1D | 18 | A | 15C | 38 | 4D |
| Octal | 345 | 242 | 257 | 0 | 35 | 30 | 12 | 534 | 70 | 115 |
| Binary | 11100101 | 10100010 | 10101111 | 0 | 11101 | 11000 | 1010 | 101011100 | 111000 | 1001101 |
Color Harmonies of #E5A2AF
Complementary color
Monochromatic Colors of #E5A2AF
Black with #E5A2AF
Text Example
Text Example
White with #E5A2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A2AF; }
p { color: rgb(229,162,175); }
H1.HeaderClassName
{
color: #E5A2AF;
}
.AnyTagClassName
{
color: #E5A2AF;
}
</style>
background-color css
<style>
a { background-color: #E5A2AF; }
a { background-color: rgb(229,162,175); }
div.DivClassName
{
background-color: #E5A2AF;
}
.BgClassName
{
background-color: #E5A2AF;
}
</style>
border-color css
<style>
span { border-color: #E5A2AF; }
span { border-color: rgb(229,162,175); }
td.TdClassName
{
border-color: #E5A2AF;
}
.TagClassName
{
border-color: #E5A2AF;
}
</style>