Shades of Illusion #E5A1AD
Tints of Illusion #E5A1AD
RGB
CMYK
RGB Variations
Color information
#E5A1AD (or 0xE5A1AD) is known color: Illusion. HEX triplet: E5, A1 and AD. RGB value is (229,161,173). Sum of RGB (Red+Green+Blue) = 229+161+173=563 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.67% from 563); Green value is 161 (63.28% from 255 or 28.60% from 563); Blue value is 173 (67.97% from 255 or 30.73% from 563); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A1AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A1AD is #1A5E52. Grayscale: #B6B6B6. Windows color (decimal): -1728083 or 11379173. OLE color: 11379173.
HSL color Cylindrical-coordinate representation of color #E5A1AD: hue angle of 349.41º 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 #E5A1AD is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 161 | 173 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.10 |
| HSL | 349.41º | 0.57% | 0.76% | - |
| HSV(B) | 349.41º | 0.3% | 0.9% | - |
| XYZ | 52.6 | 45.16 | 45.48 | - |
| YUV | 182.7 | 122.53 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 161 | 173 | 0 | 0.30 | 0.24 | 0.10 | 349.41 | 0.57 | 0.76 |
| Hex | E5 | A1 | AD | 0 | 1E | 18 | A | 15D | 39 | 4C |
| Octal | 345 | 241 | 255 | 0 | 36 | 30 | 12 | 535 | 71 | 114 |
| Binary | 11100101 | 10100001 | 10101101 | 0 | 11110 | 11000 | 1010 | 101011101 | 111001 | 1001100 |
Color Harmonies of #E5A1AD
Complementary color
Monochromatic Colors of #E5A1AD
Black with #E5A1AD
Text Example
Text Example
White with #E5A1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A1AD; }
p { color: rgb(229,161,173); }
H1.HeaderClassName
{
color: #E5A1AD;
}
.AnyTagClassName
{
color: #E5A1AD;
}
</style>
background-color css
<style>
a { background-color: #E5A1AD; }
a { background-color: rgb(229,161,173); }
div.DivClassName
{
background-color: #E5A1AD;
}
.BgClassName
{
background-color: #E5A1AD;
}
</style>
border-color css
<style>
span { border-color: #E5A1AD; }
span { border-color: rgb(229,161,173); }
td.TdClassName
{
border-color: #E5A1AD;
}
.TagClassName
{
border-color: #E5A1AD;
}
</style>