Shades of Pale Chestnut #E2B2B3
Tints of Pale Chestnut #E2B2B3
RGB
CMYK
RGB Variations
Color information
#E2B2B3 (or 0xE2B2B3) is known color: Pale Chestnut. HEX triplet: E2, B2 and B3. RGB value is (226,178,179). Sum of RGB (Red+Green+Blue) = 226+178+179=583 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.77% from 583); Green value is 178 (69.92% from 255 or 30.53% from 583); Blue value is 179 (70.31% from 255 or 30.70% from 583); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B2B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2B2B3 is #1D4D4C. Grayscale: #C0C0C0. Windows color (decimal): -1920333 or 11776738. OLE color: 11776738.
HSL color Cylindrical-coordinate representation of color #E2B2B3: hue angle of 358.75º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E2B2B3 is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 178 | 179 | - |
| CMYK | 0 | 0.21 | 0.21 | 0.11 |
| HSL | 358.75º | 0.45% | 0.79% | - |
| HSV(B) | 358.75º | 0.21% | 0.89% | - |
| XYZ | 55.42 | 51.26 | 49.62 | - |
| YUV | 192.47 | 120.4 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 178 | 179 | 0 | 0.21 | 0.21 | 0.11 | 358.75 | 0.45 | 0.79 |
| Hex | E2 | B2 | B3 | 0 | 15 | 15 | B | 167 | 2D | 4F |
| Octal | 342 | 262 | 263 | 0 | 25 | 25 | 13 | 547 | 55 | 117 |
| Binary | 11100010 | 10110010 | 10110011 | 0 | 10101 | 10101 | 1011 | 101100111 | 101101 | 1001111 |
Color Harmonies of #E2B2B3
Complementary color
Monochromatic Colors of #E2B2B3
Black with #E2B2B3
Text Example
Text Example
White with #E2B2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B2B3; }
p { color: rgb(226,178,179); }
H1.HeaderClassName
{
color: #E2B2B3;
}
.AnyTagClassName
{
color: #E2B2B3;
}
</style>
background-color css
<style>
a { background-color: #E2B2B3; }
a { background-color: rgb(226,178,179); }
div.DivClassName
{
background-color: #E2B2B3;
}
.BgClassName
{
background-color: #E2B2B3;
}
</style>
border-color css
<style>
span { border-color: #E2B2B3; }
span { border-color: rgb(226,178,179); }
td.TdClassName
{
border-color: #E2B2B3;
}
.TagClassName
{
border-color: #E2B2B3;
}
</style>