Shades of Pale Chestnut #E5AAAF
Tints of Pale Chestnut #E5AAAF
RGB
CMYK
RGB Variations
Color information
#E5AAAF (or 0xE5AAAF) is known color: Pale Chestnut. HEX triplet: E5, AA and AF. RGB value is (229,170,175). Sum of RGB (Red+Green+Blue) = 229+170+175=574 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.90% from 574); Green value is 170 (66.80% from 255 or 29.62% from 574); Blue value is 175 (68.75% from 255 or 30.49% from 574); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AAAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5AAAF is #1A5550. Grayscale: #BCBCBC. Windows color (decimal): -1725777 or 11512549. OLE color: 11512549.
HSL color Cylindrical-coordinate representation of color #E5AAAF: hue angle of 354.92º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E5AAAF is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 170 | 175 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.10 |
| HSL | 354.92º | 0.53% | 0.78% | - |
| HSV(B) | 354.92º | 0.26% | 0.9% | - |
| XYZ | 54.43 | 48.5 | 47.05 | - |
| YUV | 188.21 | 120.55 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 170 | 175 | 0 | 0.26 | 0.24 | 0.10 | 354.92 | 0.53 | 0.78 |
| Hex | E5 | AA | AF | 0 | 1A | 18 | A | 163 | 35 | 4E |
| Octal | 345 | 252 | 257 | 0 | 32 | 30 | 12 | 543 | 65 | 116 |
| Binary | 11100101 | 10101010 | 10101111 | 0 | 11010 | 11000 | 1010 | 101100011 | 110101 | 1001110 |
Color Harmonies of #E5AAAF
Complementary color
Monochromatic Colors of #E5AAAF
Black with #E5AAAF
Text Example
Text Example
White with #E5AAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AAAF; }
p { color: rgb(229,170,175); }
H1.HeaderClassName
{
color: #E5AAAF;
}
.AnyTagClassName
{
color: #E5AAAF;
}
</style>
background-color css
<style>
a { background-color: #E5AAAF; }
a { background-color: rgb(229,170,175); }
div.DivClassName
{
background-color: #E5AAAF;
}
.BgClassName
{
background-color: #E5AAAF;
}
</style>
border-color css
<style>
span { border-color: #E5AAAF; }
span { border-color: rgb(229,170,175); }
td.TdClassName
{
border-color: #E5AAAF;
}
.TagClassName
{
border-color: #E5AAAF;
}
</style>