Shades of Pale Chestnut #E2A5A8
Tints of Pale Chestnut #E2A5A8
RGB
CMYK
RGB Variations
Color information
#E2A5A8 (or 0xE2A5A8) is known color: Pale Chestnut. HEX triplet: E2, A5 and A8. RGB value is (226,165,168). Sum of RGB (Red+Green+Blue) = 226+165+168=559 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.43% from 559); Green value is 165 (64.84% from 255 or 29.52% from 559); Blue value is 168 (66.02% from 255 or 30.05% from 559); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A5A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A5A8 is #1D5A57. Grayscale: #B7B7B7. Windows color (decimal): -1923672 or 11052514. OLE color: 11052514.
HSL color Cylindrical-coordinate representation of color #E2A5A8: hue angle of 357.05º 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 #E2A5A8 is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 165 | 168 | - |
| CMYK | 0 | 0.27 | 0.26 | 0.11 |
| HSL | 357.05º | 0.51% | 0.77% | - |
| HSV(B) | 357.05º | 0.27% | 0.89% | - |
| XYZ | 51.89 | 45.91 | 43.17 | - |
| YUV | 183.58 | 119.21 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 165 | 168 | 0 | 0.27 | 0.26 | 0.11 | 357.05 | 0.51 | 0.77 |
| Hex | E2 | A5 | A8 | 0 | 1B | 1A | B | 165 | 33 | 4D |
| Octal | 342 | 245 | 250 | 0 | 33 | 32 | 13 | 545 | 63 | 115 |
| Binary | 11100010 | 10100101 | 10101000 | 0 | 11011 | 11010 | 1011 | 101100101 | 110011 | 1001101 |
Color Harmonies of #E2A5A8
Complementary color
Monochromatic Colors of #E2A5A8
Black with #E2A5A8
Text Example
Text Example
White with #E2A5A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A5A8; }
p { color: rgb(226,165,168); }
H1.HeaderClassName
{
color: #E2A5A8;
}
.AnyTagClassName
{
color: #E2A5A8;
}
</style>
background-color css
<style>
a { background-color: #E2A5A8; }
a { background-color: rgb(226,165,168); }
div.DivClassName
{
background-color: #E2A5A8;
}
.BgClassName
{
background-color: #E2A5A8;
}
</style>
border-color css
<style>
span { border-color: #E2A5A8; }
span { border-color: rgb(226,165,168); }
td.TdClassName
{
border-color: #E2A5A8;
}
.TagClassName
{
border-color: #E2A5A8;
}
</style>