Shades of Pale Chestnut #E7A1A4
Tints of Pale Chestnut #E7A1A4
RGB
CMYK
RGB Variations
Color information
#E7A1A4 (or 0xE7A1A4) is known color: Pale Chestnut. HEX triplet: E7, A1 and A4. RGB value is (231,161,164). Sum of RGB (Red+Green+Blue) = 231+161+164=556 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.55% from 556); Green value is 161 (63.28% from 255 or 28.96% from 556); Blue value is 164 (64.45% from 255 or 29.50% from 556); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A1A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A1A4 is #185E5B. Grayscale: #B6B6B6. Windows color (decimal): -1597020 or 10789351. OLE color: 10789351.
HSL color Cylindrical-coordinate representation of color #E7A1A4: hue angle of 357.43º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E7A1A4 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 161 | 164 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.09 |
| HSL | 357.43º | 0.59% | 0.77% | - |
| HSV(B) | 357.43º | 0.3% | 0.91% | - |
| XYZ | 52.4 | 45.16 | 41.08 | - |
| YUV | 182.27 | 117.69 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 161 | 164 | 0 | 0.30 | 0.29 | 0.09 | 357.43 | 0.59 | 0.77 |
| Hex | E7 | A1 | A4 | 0 | 1E | 1D | 9 | 165 | 3B | 4D |
| Octal | 347 | 241 | 244 | 0 | 36 | 35 | 11 | 545 | 73 | 115 |
| Binary | 11100111 | 10100001 | 10100100 | 0 | 11110 | 11101 | 1001 | 101100101 | 111011 | 1001101 |
Color Harmonies of #E7A1A4
Complementary color
Monochromatic Colors of #E7A1A4
Black with #E7A1A4
Text Example
Text Example
White with #E7A1A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A1A4; }
p { color: rgb(231,161,164); }
H1.HeaderClassName
{
color: #E7A1A4;
}
.AnyTagClassName
{
color: #E7A1A4;
}
</style>
background-color css
<style>
a { background-color: #E7A1A4; }
a { background-color: rgb(231,161,164); }
div.DivClassName
{
background-color: #E7A1A4;
}
.BgClassName
{
background-color: #E7A1A4;
}
</style>
border-color css
<style>
span { border-color: #E7A1A4; }
span { border-color: rgb(231,161,164); }
td.TdClassName
{
border-color: #E7A1A4;
}
.TagClassName
{
border-color: #E7A1A4;
}
</style>