Shades of Pale Chestnut #E2A4AA
Tints of Pale Chestnut #E2A4AA
RGB
CMYK
RGB Variations
Color information
#E2A4AA (or 0xE2A4AA) is known color: Pale Chestnut. HEX triplet: E2, A4 and AA. RGB value is (226,164,170). Sum of RGB (Red+Green+Blue) = 226+164+170=560 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.36% from 560); Green value is 164 (64.45% from 255 or 29.29% from 560); Blue value is 170 (66.80% from 255 or 30.36% from 560); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A4AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A4AA is #1D5B55. Grayscale: #B7B7B7. Windows color (decimal): -1923926 or 11183330. OLE color: 11183330.
HSL color Cylindrical-coordinate representation of color #E2A4AA: hue angle of 354.19º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E2A4AA is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 164 | 170 | - |
| CMYK | 0 | 0.27 | 0.25 | 0.11 |
| HSL | 354.19º | 0.52% | 0.76% | - |
| HSV(B) | 354.19º | 0.27% | 0.89% | - |
| XYZ | 51.9 | 45.62 | 44.1 | - |
| YUV | 183.22 | 120.54 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 164 | 170 | 0 | 0.27 | 0.25 | 0.11 | 354.19 | 0.52 | 0.76 |
| Hex | E2 | A4 | AA | 0 | 1B | 19 | B | 162 | 34 | 4C |
| Octal | 342 | 244 | 252 | 0 | 33 | 31 | 13 | 542 | 64 | 114 |
| Binary | 11100010 | 10100100 | 10101010 | 0 | 11011 | 11001 | 1011 | 101100010 | 110100 | 1001100 |
Color Harmonies of #E2A4AA
Complementary color
Monochromatic Colors of #E2A4AA
Black with #E2A4AA
Text Example
Text Example
White with #E2A4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A4AA; }
p { color: rgb(226,164,170); }
H1.HeaderClassName
{
color: #E2A4AA;
}
.AnyTagClassName
{
color: #E2A4AA;
}
</style>
background-color css
<style>
a { background-color: #E2A4AA; }
a { background-color: rgb(226,164,170); }
div.DivClassName
{
background-color: #E2A4AA;
}
.BgClassName
{
background-color: #E2A4AA;
}
</style>
border-color css
<style>
span { border-color: #E2A4AA; }
span { border-color: rgb(226,164,170); }
td.TdClassName
{
border-color: #E2A4AA;
}
.TagClassName
{
border-color: #E2A4AA;
}
</style>