Shades of Pale Chestnut #E1A5A9
Tints of Pale Chestnut #E1A5A9
RGB
CMYK
RGB Variations
Color information
#E1A5A9 (or 0xE1A5A9) is known color: Pale Chestnut. HEX triplet: E1, A5 and A9. RGB value is (225,165,169). Sum of RGB (Red+Green+Blue) = 225+165+169=559 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.25% from 559); Green value is 165 (64.84% from 255 or 29.52% from 559); Blue value is 169 (66.41% from 255 or 30.23% from 559); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A5A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A5A9 is #1E5A56. Grayscale: #B7B7B7. Windows color (decimal): -1989207 or 11118049. OLE color: 11118049.
HSL color Cylindrical-coordinate representation of color #E1A5A9: hue angle of 356º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E1A5A9 is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 165 | 169 | - |
| CMYK | 0 | 0.27 | 0.25 | 0.12 |
| HSL | 356º | 0.5% | 0.76% | - |
| HSV(B) | 356º | 0.27% | 0.88% | - |
| XYZ | 51.67 | 45.78 | 43.65 | - |
| YUV | 183.4 | 119.88 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 165 | 169 | 0 | 0.27 | 0.25 | 0.12 | 356 | 0.5 | 0.76 |
| Hex | E1 | A5 | A9 | 0 | 1B | 19 | C | 164 | 32 | 4C |
| Octal | 341 | 245 | 251 | 0 | 33 | 31 | 14 | 544 | 62 | 114 |
| Binary | 11100001 | 10100101 | 10101001 | 0 | 11011 | 11001 | 1100 | 101100100 | 110010 | 1001100 |
Color Harmonies of #E1A5A9
Complementary color
Monochromatic Colors of #E1A5A9
Black with #E1A5A9
Text Example
Text Example
White with #E1A5A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A5A9; }
p { color: rgb(225,165,169); }
H1.HeaderClassName
{
color: #E1A5A9;
}
.AnyTagClassName
{
color: #E1A5A9;
}
</style>
background-color css
<style>
a { background-color: #E1A5A9; }
a { background-color: rgb(225,165,169); }
div.DivClassName
{
background-color: #E1A5A9;
}
.BgClassName
{
background-color: #E1A5A9;
}
</style>
border-color css
<style>
span { border-color: #E1A5A9; }
span { border-color: rgb(225,165,169); }
td.TdClassName
{
border-color: #E1A5A9;
}
.TagClassName
{
border-color: #E1A5A9;
}
</style>