Shades of Pale Chestnut #E1A4A9
Tints of Pale Chestnut #E1A4A9
RGB
CMYK
RGB Variations
Color information
#E1A4A9 (or 0xE1A4A9) is known color: Pale Chestnut. HEX triplet: E1, A4 and A9. RGB value is (225,164,169). Sum of RGB (Red+Green+Blue) = 225+164+169=558 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.32% from 558); Green value is 164 (64.45% from 255 or 29.39% from 558); Blue value is 169 (66.41% from 255 or 30.29% from 558); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A4A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A4A9 is #1E5B56. Grayscale: #B6B6B6. Windows color (decimal): -1989463 or 11117793. OLE color: 11117793.
HSL color Cylindrical-coordinate representation of color #E1A4A9: hue angle of 355.08º 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 #E1A4A9 is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 164 | 169 | - |
| CMYK | 0 | 0.27 | 0.25 | 0.12 |
| HSL | 355.08º | 0.5% | 0.76% | - |
| HSV(B) | 355.08º | 0.27% | 0.88% | - |
| XYZ | 51.49 | 45.42 | 43.59 | - |
| YUV | 182.81 | 120.21 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 164 | 169 | 0 | 0.27 | 0.25 | 0.12 | 355.08 | 0.5 | 0.76 |
| Hex | E1 | A4 | A9 | 0 | 1B | 19 | C | 163 | 32 | 4C |
| Octal | 341 | 244 | 251 | 0 | 33 | 31 | 14 | 543 | 62 | 114 |
| Binary | 11100001 | 10100100 | 10101001 | 0 | 11011 | 11001 | 1100 | 101100011 | 110010 | 1001100 |
Color Harmonies of #E1A4A9
Complementary color
Monochromatic Colors of #E1A4A9
Black with #E1A4A9
Text Example
Text Example
White with #E1A4A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A4A9; }
p { color: rgb(225,164,169); }
H1.HeaderClassName
{
color: #E1A4A9;
}
.AnyTagClassName
{
color: #E1A4A9;
}
</style>
background-color css
<style>
a { background-color: #E1A4A9; }
a { background-color: rgb(225,164,169); }
div.DivClassName
{
background-color: #E1A4A9;
}
.BgClassName
{
background-color: #E1A4A9;
}
</style>
border-color css
<style>
span { border-color: #E1A4A9; }
span { border-color: rgb(225,164,169); }
td.TdClassName
{
border-color: #E1A4A9;
}
.TagClassName
{
border-color: #E1A4A9;
}
</style>