Shades of Pale Chestnut #E2A5AB
Tints of Pale Chestnut #E2A5AB
RGB
CMYK
RGB Variations
Color information
#E2A5AB (or 0xE2A5AB) is known color: Pale Chestnut. HEX triplet: E2, A5 and AB. RGB value is (226,165,171). Sum of RGB (Red+Green+Blue) = 226+165+171=562 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.21% from 562); Green value is 165 (64.84% from 255 or 29.36% from 562); Blue value is 171 (67.19% from 255 or 30.43% from 562); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A5AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A5AB is #1D5A54. Grayscale: #B7B7B7. Windows color (decimal): -1923669 or 11249122. OLE color: 11249122.
HSL color Cylindrical-coordinate representation of color #E2A5AB: hue angle of 354.1º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E2A5AB is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 165 | 171 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.11 |
| HSL | 354.1º | 0.51% | 0.77% | - |
| HSV(B) | 354.1º | 0.27% | 0.89% | - |
| XYZ | 52.17 | 46.02 | 44.66 | - |
| YUV | 183.92 | 120.71 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 165 | 171 | 0 | 0.27 | 0.24 | 0.11 | 354.1 | 0.51 | 0.77 |
| Hex | E2 | A5 | AB | 0 | 1B | 18 | B | 162 | 33 | 4D |
| Octal | 342 | 245 | 253 | 0 | 33 | 30 | 13 | 542 | 63 | 115 |
| Binary | 11100010 | 10100101 | 10101011 | 0 | 11011 | 11000 | 1011 | 101100010 | 110011 | 1001101 |
Color Harmonies of #E2A5AB
Complementary color
Monochromatic Colors of #E2A5AB
Black with #E2A5AB
Text Example
Text Example
White with #E2A5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A5AB; }
p { color: rgb(226,165,171); }
H1.HeaderClassName
{
color: #E2A5AB;
}
.AnyTagClassName
{
color: #E2A5AB;
}
</style>
background-color css
<style>
a { background-color: #E2A5AB; }
a { background-color: rgb(226,165,171); }
div.DivClassName
{
background-color: #E2A5AB;
}
.BgClassName
{
background-color: #E2A5AB;
}
</style>
border-color css
<style>
span { border-color: #E2A5AB; }
span { border-color: rgb(226,165,171); }
td.TdClassName
{
border-color: #E2A5AB;
}
.TagClassName
{
border-color: #E2A5AB;
}
</style>