Shades of Pale Chestnut #E1A2AE
Tints of Pale Chestnut #E1A2AE
RGB
CMYK
RGB Variations
Color information
#E1A2AE (or 0xE1A2AE) is known color: Pale Chestnut. HEX triplet: E1, A2 and AE. RGB value is (225,162,174). Sum of RGB (Red+Green+Blue) = 225+162+174=561 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.11% from 561); Green value is 162 (63.67% from 255 or 28.88% from 561); Blue value is 174 (68.36% from 255 or 31.02% from 561); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A2AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A2AE is #1E5D51. Grayscale: #B6B6B6. Windows color (decimal): -1989970 or 11444961. OLE color: 11444961.
HSL color Cylindrical-coordinate representation of color #E1A2AE: hue angle of 348.57º degrees, saturation: 0.51, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E1A2AE is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 162 | 174 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.12 |
| HSL | 348.57º | 0.51% | 0.76% | - |
| HSV(B) | 348.57º | 0.28% | 0.88% | - |
| XYZ | 51.61 | 44.9 | 45.99 | - |
| YUV | 182.21 | 123.37 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 162 | 174 | 0 | 0.28 | 0.23 | 0.12 | 348.57 | 0.51 | 0.76 |
| Hex | E1 | A2 | AE | 0 | 1C | 17 | C | 15D | 33 | 4C |
| Octal | 341 | 242 | 256 | 0 | 34 | 27 | 14 | 535 | 63 | 114 |
| Binary | 11100001 | 10100010 | 10101110 | 0 | 11100 | 10111 | 1100 | 101011101 | 110011 | 1001100 |
Color Harmonies of #E1A2AE
Complementary color
Monochromatic Colors of #E1A2AE
Black with #E1A2AE
Text Example
Text Example
White with #E1A2AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A2AE; }
p { color: rgb(225,162,174); }
H1.HeaderClassName
{
color: #E1A2AE;
}
.AnyTagClassName
{
color: #E1A2AE;
}
</style>
background-color css
<style>
a { background-color: #E1A2AE; }
a { background-color: rgb(225,162,174); }
div.DivClassName
{
background-color: #E1A2AE;
}
.BgClassName
{
background-color: #E1A2AE;
}
</style>
border-color css
<style>
span { border-color: #E1A2AE; }
span { border-color: rgb(225,162,174); }
td.TdClassName
{
border-color: #E1A2AE;
}
.TagClassName
{
border-color: #E1A2AE;
}
</style>