Shades of Pale Chestnut #E5A9B0
Tints of Pale Chestnut #E5A9B0
RGB
CMYK
RGB Variations
Color information
#E5A9B0 (or 0xE5A9B0) is known color: Pale Chestnut. HEX triplet: E5, A9 and B0. RGB value is (229,169,176). Sum of RGB (Red+Green+Blue) = 229+169+176=574 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.90% from 574); Green value is 169 (66.41% from 255 or 29.44% from 574); Blue value is 176 (69.14% from 255 or 30.66% from 574); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A9B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A9B0 is #1A564F. Grayscale: #BBBBBB. Windows color (decimal): -1726032 or 11577829. OLE color: 11577829.
HSL color Cylindrical-coordinate representation of color #E5A9B0: hue angle of 353º degrees, saturation: 0.54, 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 #E5A9B0 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 169 | 176 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.10 |
| HSL | 353º | 0.54% | 0.78% | - |
| HSV(B) | 353º | 0.26% | 0.9% | - |
| XYZ | 54.34 | 48.17 | 47.51 | - |
| YUV | 187.74 | 121.38 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 169 | 176 | 0 | 0.26 | 0.23 | 0.10 | 353 | 0.54 | 0.78 |
| Hex | E5 | A9 | B0 | 0 | 1A | 17 | A | 161 | 36 | 4E |
| Octal | 345 | 251 | 260 | 0 | 32 | 27 | 12 | 541 | 66 | 116 |
| Binary | 11100101 | 10101001 | 10110000 | 0 | 11010 | 10111 | 1010 | 101100001 | 110110 | 1001110 |
Color Harmonies of #E5A9B0
Complementary color
Monochromatic Colors of #E5A9B0
Black with #E5A9B0
Text Example
Text Example
White with #E5A9B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A9B0; }
p { color: rgb(229,169,176); }
H1.HeaderClassName
{
color: #E5A9B0;
}
.AnyTagClassName
{
color: #E5A9B0;
}
</style>
background-color css
<style>
a { background-color: #E5A9B0; }
a { background-color: rgb(229,169,176); }
div.DivClassName
{
background-color: #E5A9B0;
}
.BgClassName
{
background-color: #E5A9B0;
}
</style>
border-color css
<style>
span { border-color: #E5A9B0; }
span { border-color: rgb(229,169,176); }
td.TdClassName
{
border-color: #E5A9B0;
}
.TagClassName
{
border-color: #E5A9B0;
}
</style>