Shades of Pale Chestnut #ECA2A8
Tints of Pale Chestnut #ECA2A8
RGB
CMYK
RGB Variations
Color information
#ECA2A8 (or 0xECA2A8) is known color: Pale Chestnut. HEX triplet: EC, A2 and A8. RGB value is (236,162,168). Sum of RGB (Red+Green+Blue) = 236+162+168=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 162 (63.67% from 255 or 28.62% from 566); Blue value is 168 (66.02% from 255 or 29.68% from 566); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA2A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA2A8 is #135D57. Grayscale: #B8B8B8. Windows color (decimal): -1269080 or 11051756. OLE color: 11051756.
HSL color Cylindrical-coordinate representation of color #ECA2A8: hue angle of 355.14º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ECA2A8 is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 162 | 168 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.07 |
| HSL | 355.14º | 0.66% | 0.78% | - |
| HSV(B) | 355.14º | 0.31% | 0.93% | - |
| XYZ | 54.58 | 46.5 | 43.14 | - |
| YUV | 184.81 | 118.52 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 162 | 168 | 0 | 0.31 | 0.29 | 0.07 | 355.14 | 0.66 | 0.78 |
| Hex | EC | A2 | A8 | 0 | 1F | 1D | 7 | 163 | 42 | 4E |
| Octal | 354 | 242 | 250 | 0 | 37 | 35 | 7 | 543 | 102 | 116 |
| Binary | 11101100 | 10100010 | 10101000 | 0 | 11111 | 11101 | 111 | 101100011 | 1000010 | 1001110 |
Color Harmonies of #ECA2A8
Complementary color
Monochromatic Colors of #ECA2A8
Black with #ECA2A8
Text Example
Text Example
White with #ECA2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA2A8; }
p { color: rgb(236,162,168); }
H1.HeaderClassName
{
color: #ECA2A8;
}
.AnyTagClassName
{
color: #ECA2A8;
}
</style>
background-color css
<style>
a { background-color: #ECA2A8; }
a { background-color: rgb(236,162,168); }
div.DivClassName
{
background-color: #ECA2A8;
}
.BgClassName
{
background-color: #ECA2A8;
}
</style>
border-color css
<style>
span { border-color: #ECA2A8; }
span { border-color: rgb(236,162,168); }
td.TdClassName
{
border-color: #ECA2A8;
}
.TagClassName
{
border-color: #ECA2A8;
}
</style>