Shades of Pale Chestnut #E5AFB0
Tints of Pale Chestnut #E5AFB0
RGB
CMYK
RGB Variations
Color information
#E5AFB0 (or 0xE5AFB0) is known color: Pale Chestnut. HEX triplet: E5, AF and B0. RGB value is (229,175,176). Sum of RGB (Red+Green+Blue) = 229+175+176=580 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.48% from 580); Green value is 175 (68.75% from 255 or 30.17% from 580); Blue value is 176 (69.14% from 255 or 30.34% from 580); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AFB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5AFB0 is #1A504F. Grayscale: #BFBFBF. Windows color (decimal): -1724496 or 11579365. OLE color: 11579365.
HSL color Cylindrical-coordinate representation of color #E5AFB0: hue angle of 358.89º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E5AFB0 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 175 | 176 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.10 |
| HSL | 358.89º | 0.51% | 0.79% | - |
| HSV(B) | 358.89º | 0.24% | 0.9% | - |
| XYZ | 55.48 | 50.45 | 47.89 | - |
| YUV | 191.26 | 119.39 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 175 | 176 | 0 | 0.24 | 0.23 | 0.10 | 358.89 | 0.51 | 0.79 |
| Hex | E5 | AF | B0 | 0 | 18 | 17 | A | 167 | 33 | 4F |
| Octal | 345 | 257 | 260 | 0 | 30 | 27 | 12 | 547 | 63 | 117 |
| Binary | 11100101 | 10101111 | 10110000 | 0 | 11000 | 10111 | 1010 | 101100111 | 110011 | 1001111 |
Color Harmonies of #E5AFB0
Complementary color
Monochromatic Colors of #E5AFB0
Black with #E5AFB0
Text Example
Text Example
White with #E5AFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AFB0; }
p { color: rgb(229,175,176); }
H1.HeaderClassName
{
color: #E5AFB0;
}
.AnyTagClassName
{
color: #E5AFB0;
}
</style>
background-color css
<style>
a { background-color: #E5AFB0; }
a { background-color: rgb(229,175,176); }
div.DivClassName
{
background-color: #E5AFB0;
}
.BgClassName
{
background-color: #E5AFB0;
}
</style>
border-color css
<style>
span { border-color: #E5AFB0; }
span { border-color: rgb(229,175,176); }
td.TdClassName
{
border-color: #E5AFB0;
}
.TagClassName
{
border-color: #E5AFB0;
}
</style>