Shades of Pale Chestnut #E49EA4
Tints of Pale Chestnut #E49EA4
RGB
CMYK
RGB Variations
Color information
#E49EA4 (or 0xE49EA4) is known color: Pale Chestnut. HEX triplet: E4, 9E and A4. RGB value is (228,158,164). Sum of RGB (Red+Green+Blue) = 228+158+164=550 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.45% from 550); Green value is 158 (62.11% from 255 or 28.73% from 550); Blue value is 164 (64.45% from 255 or 29.82% from 550); Max value from RGB is 228 - color contains mainly: red. Hex color #E49EA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49EA4 is #1B615B. Grayscale: #B3B3B3. Windows color (decimal): -1794396 or 10788580. OLE color: 10788580.
HSL color Cylindrical-coordinate representation of color #E49EA4: hue angle of 354.86º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E49EA4 is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 158 | 164 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.11 |
| HSL | 354.86º | 0.56% | 0.76% | - |
| HSV(B) | 354.86º | 0.31% | 0.89% | - |
| XYZ | 50.92 | 43.63 | 40.86 | - |
| YUV | 179.61 | 119.19 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 158 | 164 | 0 | 0.31 | 0.28 | 0.11 | 354.86 | 0.56 | 0.76 |
| Hex | E4 | 9E | A4 | 0 | 1F | 1C | B | 163 | 38 | 4C |
| Octal | 344 | 236 | 244 | 0 | 37 | 34 | 13 | 543 | 70 | 114 |
| Binary | 11100100 | 10011110 | 10100100 | 0 | 11111 | 11100 | 1011 | 101100011 | 111000 | 1001100 |
Color Harmonies of #E49EA4
Complementary color
Monochromatic Colors of #E49EA4
Black with #E49EA4
Text Example
Text Example
White with #E49EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49EA4; }
p { color: rgb(228,158,164); }
H1.HeaderClassName
{
color: #E49EA4;
}
.AnyTagClassName
{
color: #E49EA4;
}
</style>
background-color css
<style>
a { background-color: #E49EA4; }
a { background-color: rgb(228,158,164); }
div.DivClassName
{
background-color: #E49EA4;
}
.BgClassName
{
background-color: #E49EA4;
}
</style>
border-color css
<style>
span { border-color: #E49EA4; }
span { border-color: rgb(228,158,164); }
td.TdClassName
{
border-color: #E49EA4;
}
.TagClassName
{
border-color: #E49EA4;
}
</style>