Shades of Pale Chestnut #EAA2A8
Tints of Pale Chestnut #EAA2A8
RGB
CMYK
RGB Variations
Color information
#EAA2A8 (or 0xEAA2A8) is known color: Pale Chestnut. HEX triplet: EA, A2 and A8. RGB value is (234,162,168). Sum of RGB (Red+Green+Blue) = 234+162+168=564 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.49% from 564); Green value is 162 (63.67% from 255 or 28.72% from 564); Blue value is 168 (66.02% from 255 or 29.79% from 564); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA2A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA2A8 is #155D57. Grayscale: #B8B8B8. Windows color (decimal): -1400152 or 11051754. OLE color: 11051754.
HSL color Cylindrical-coordinate representation of color #EAA2A8: hue angle of 355º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EAA2A8 is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 162 | 168 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.08 |
| HSL | 355º | 0.63% | 0.78% | - |
| HSV(B) | 355º | 0.31% | 0.92% | - |
| XYZ | 53.92 | 46.16 | 43.11 | - |
| YUV | 184.21 | 118.85 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 162 | 168 | 0 | 0.31 | 0.28 | 0.08 | 355 | 0.63 | 0.78 |
| Hex | EA | A2 | A8 | 0 | 1F | 1C | 8 | 163 | 3F | 4E |
| Octal | 352 | 242 | 250 | 0 | 37 | 34 | 10 | 543 | 77 | 116 |
| Binary | 11101010 | 10100010 | 10101000 | 0 | 11111 | 11100 | 1000 | 101100011 | 111111 | 1001110 |
Color Harmonies of #EAA2A8
Complementary color
Monochromatic Colors of #EAA2A8
Black with #EAA2A8
Text Example
Text Example
White with #EAA2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA2A8; }
p { color: rgb(234,162,168); }
H1.HeaderClassName
{
color: #EAA2A8;
}
.AnyTagClassName
{
color: #EAA2A8;
}
</style>
background-color css
<style>
a { background-color: #EAA2A8; }
a { background-color: rgb(234,162,168); }
div.DivClassName
{
background-color: #EAA2A8;
}
.BgClassName
{
background-color: #EAA2A8;
}
</style>
border-color css
<style>
span { border-color: #EAA2A8; }
span { border-color: rgb(234,162,168); }
td.TdClassName
{
border-color: #EAA2A8;
}
.TagClassName
{
border-color: #EAA2A8;
}
</style>