Shades of Pale Chestnut #E5AFB1
Tints of Pale Chestnut #E5AFB1
RGB
CMYK
RGB Variations
Color information
#E5AFB1 (or 0xE5AFB1) is known color: Pale Chestnut. HEX triplet: E5, AF and B1. RGB value is (229,175,177). Sum of RGB (Red+Green+Blue) = 229+175+177=581 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.41% from 581); Green value is 175 (68.75% from 255 or 30.12% from 581); Blue value is 177 (69.53% from 255 or 30.46% from 581); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AFB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5AFB1 is #1A504E. Grayscale: #BFBFBF. Windows color (decimal): -1724495 or 11644901. OLE color: 11644901.
HSL color Cylindrical-coordinate representation of color #E5AFB1: hue angle of 357.78º 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 #E5AFB1 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 175 | 177 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.10 |
| HSL | 357.78º | 0.51% | 0.79% | - |
| HSV(B) | 357.78º | 0.24% | 0.9% | - |
| XYZ | 55.58 | 50.49 | 48.41 | - |
| YUV | 191.37 | 119.89 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 175 | 177 | 0 | 0.24 | 0.23 | 0.10 | 357.78 | 0.51 | 0.79 |
| Hex | E5 | AF | B1 | 0 | 18 | 17 | A | 166 | 33 | 4F |
| Octal | 345 | 257 | 261 | 0 | 30 | 27 | 12 | 546 | 63 | 117 |
| Binary | 11100101 | 10101111 | 10110001 | 0 | 11000 | 10111 | 1010 | 101100110 | 110011 | 1001111 |
Color Harmonies of #E5AFB1
Complementary color
Monochromatic Colors of #E5AFB1
Black with #E5AFB1
Text Example
Text Example
White with #E5AFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AFB1; }
p { color: rgb(229,175,177); }
H1.HeaderClassName
{
color: #E5AFB1;
}
.AnyTagClassName
{
color: #E5AFB1;
}
</style>
background-color css
<style>
a { background-color: #E5AFB1; }
a { background-color: rgb(229,175,177); }
div.DivClassName
{
background-color: #E5AFB1;
}
.BgClassName
{
background-color: #E5AFB1;
}
</style>
border-color css
<style>
span { border-color: #E5AFB1; }
span { border-color: rgb(229,175,177); }
td.TdClassName
{
border-color: #E5AFB1;
}
.TagClassName
{
border-color: #E5AFB1;
}
</style>