Shades of Illusion #E5A0AD
Tints of Illusion #E5A0AD
RGB
CMYK
RGB Variations
Color information
#E5A0AD (or 0xE5A0AD) is known color: Illusion. HEX triplet: E5, A0 and AD. RGB value is (229,160,173). Sum of RGB (Red+Green+Blue) = 229+160+173=562 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.75% from 562); Green value is 160 (62.89% from 255 or 28.47% from 562); Blue value is 173 (67.97% from 255 or 30.78% from 562); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A0AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A0AD is #1A5F52. Grayscale: #B6B6B6. Windows color (decimal): -1728339 or 11378917. OLE color: 11378917.
HSL color Cylindrical-coordinate representation of color #E5A0AD: hue angle of 348.7º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E5A0AD is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 160 | 173 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.10 |
| HSL | 348.7º | 0.57% | 0.76% | - |
| HSV(B) | 348.7º | 0.3% | 0.9% | - |
| XYZ | 52.43 | 44.82 | 45.42 | - |
| YUV | 182.11 | 122.86 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 160 | 173 | 0 | 0.30 | 0.24 | 0.10 | 348.7 | 0.57 | 0.76 |
| Hex | E5 | A0 | AD | 0 | 1E | 18 | A | 15D | 39 | 4C |
| Octal | 345 | 240 | 255 | 0 | 36 | 30 | 12 | 535 | 71 | 114 |
| Binary | 11100101 | 10100000 | 10101101 | 0 | 11110 | 11000 | 1010 | 101011101 | 111001 | 1001100 |
Color Harmonies of #E5A0AD
Complementary color
Monochromatic Colors of #E5A0AD
Black with #E5A0AD
Text Example
Text Example
White with #E5A0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A0AD; }
p { color: rgb(229,160,173); }
H1.HeaderClassName
{
color: #E5A0AD;
}
.AnyTagClassName
{
color: #E5A0AD;
}
</style>
background-color css
<style>
a { background-color: #E5A0AD; }
a { background-color: rgb(229,160,173); }
div.DivClassName
{
background-color: #E5A0AD;
}
.BgClassName
{
background-color: #E5A0AD;
}
</style>
border-color css
<style>
span { border-color: #E5A0AD; }
span { border-color: rgb(229,160,173); }
td.TdClassName
{
border-color: #E5A0AD;
}
.TagClassName
{
border-color: #E5A0AD;
}
</style>