Shades of Pale Chestnut #EBB0B1
Tints of Pale Chestnut #EBB0B1
RGB
CMYK
RGB Variations
Color information
#EBB0B1 (or 0xEBB0B1) is known color: Pale Chestnut. HEX triplet: EB, B0 and B1. RGB value is (235,176,177). Sum of RGB (Red+Green+Blue) = 235+176+177=588 (77% of max value = 765). Red value is 235 (92.19% from 255 or 39.97% from 588); Green value is 176 (69.14% from 255 or 29.93% from 588); Blue value is 177 (69.53% from 255 or 30.10% from 588); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB0B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBB0B1 is #144F4E. Grayscale: #C1C1C1. Windows color (decimal): -1331023 or 11645163. OLE color: 11645163.
HSL color Cylindrical-coordinate representation of color #EBB0B1: hue angle of 358.98º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EBB0B1 is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 176 | 177 | - |
| CMYK | 0 | 0.25 | 0.25 | 0.08 |
| HSL | 358.98º | 0.6% | 0.81% | - |
| HSV(B) | 358.98º | 0.25% | 0.92% | - |
| XYZ | 57.72 | 51.89 | 48.57 | - |
| YUV | 193.76 | 118.55 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 176 | 177 | 0 | 0.25 | 0.25 | 0.08 | 358.98 | 0.6 | 0.81 |
| Hex | EB | B0 | B1 | 0 | 19 | 19 | 8 | 167 | 3C | 51 |
| Octal | 353 | 260 | 261 | 0 | 31 | 31 | 10 | 547 | 74 | 121 |
| Binary | 11101011 | 10110000 | 10110001 | 0 | 11001 | 11001 | 1000 | 101100111 | 111100 | 1010001 |
Color Harmonies of #EBB0B1
Complementary color
Monochromatic Colors of #EBB0B1
Black with #EBB0B1
Text Example
Text Example
White with #EBB0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB0B1; }
p { color: rgb(235,176,177); }
H1.HeaderClassName
{
color: #EBB0B1;
}
.AnyTagClassName
{
color: #EBB0B1;
}
</style>
background-color css
<style>
a { background-color: #EBB0B1; }
a { background-color: rgb(235,176,177); }
div.DivClassName
{
background-color: #EBB0B1;
}
.BgClassName
{
background-color: #EBB0B1;
}
</style>
border-color css
<style>
span { border-color: #EBB0B1; }
span { border-color: rgb(235,176,177); }
td.TdClassName
{
border-color: #EBB0B1;
}
.TagClassName
{
border-color: #EBB0B1;
}
</style>