Shades of Pale Chestnut #E5B0B2
Tints of Pale Chestnut #E5B0B2
RGB
CMYK
RGB Variations
Color information
#E5B0B2 (or 0xE5B0B2) is known color: Pale Chestnut. HEX triplet: E5, B0 and B2. RGB value is (229,176,178). Sum of RGB (Red+Green+Blue) = 229+176+178=583 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.28% from 583); Green value is 176 (69.14% from 255 or 30.19% from 583); Blue value is 178 (69.92% from 255 or 30.53% from 583); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B0B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5B0B2 is #1A4F4D. Grayscale: #C0C0C0. Windows color (decimal): -1724238 or 11710693. OLE color: 11710693.
HSL color Cylindrical-coordinate representation of color #E5B0B2: hue angle of 357.74º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E5B0B2 is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 176 | 178 | - |
| CMYK | 0 | 0.23 | 0.22 | 0.10 |
| HSL | 357.74º | 0.5% | 0.79% | - |
| HSV(B) | 357.74º | 0.23% | 0.9% | - |
| XYZ | 55.87 | 50.92 | 49 | - |
| YUV | 192.08 | 120.06 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 176 | 178 | 0 | 0.23 | 0.22 | 0.10 | 357.74 | 0.5 | 0.79 |
| Hex | E5 | B0 | B2 | 0 | 17 | 16 | A | 166 | 32 | 4F |
| Octal | 345 | 260 | 262 | 0 | 27 | 26 | 12 | 546 | 62 | 117 |
| Binary | 11100101 | 10110000 | 10110010 | 0 | 10111 | 10110 | 1010 | 101100110 | 110010 | 1001111 |
Color Harmonies of #E5B0B2
Complementary color
Monochromatic Colors of #E5B0B2
Black with #E5B0B2
Text Example
Text Example
White with #E5B0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B0B2; }
p { color: rgb(229,176,178); }
H1.HeaderClassName
{
color: #E5B0B2;
}
.AnyTagClassName
{
color: #E5B0B2;
}
</style>
background-color css
<style>
a { background-color: #E5B0B2; }
a { background-color: rgb(229,176,178); }
div.DivClassName
{
background-color: #E5B0B2;
}
.BgClassName
{
background-color: #E5B0B2;
}
</style>
border-color css
<style>
span { border-color: #E5B0B2; }
span { border-color: rgb(229,176,178); }
td.TdClassName
{
border-color: #E5B0B2;
}
.TagClassName
{
border-color: #E5B0B2;
}
</style>