Shades of Beauty Bush #E8B2B0
Tints of Beauty Bush #E8B2B0
RGB
CMYK
RGB Variations
Color information
#E8B2B0 (or 0xE8B2B0) is known color: Beauty Bush. HEX triplet: E8, B2 and B0. RGB value is (232,178,176). Sum of RGB (Red+Green+Blue) = 232+178+176=586 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.59% from 586); Green value is 178 (69.92% from 255 or 30.38% from 586); Blue value is 176 (69.14% from 255 or 30.03% from 586); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B2B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8B2B0 is #174D4F. Grayscale: #C1C1C1. Windows color (decimal): -1527120 or 11580136. OLE color: 11580136.
HSL color Cylindrical-coordinate representation of color #E8B2B0: hue angle of 2.14º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E8B2B0 is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 178 | 176 | - |
| CMYK | 0 | 0.23 | 0.24 | 0.09 |
| HSL | 2.14º | 0.55% | 0.8% | - |
| HSV(B) | 2.14º | 0.24% | 0.91% | - |
| XYZ | 57.04 | 52.13 | 48.13 | - |
| YUV | 193.92 | 117.89 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 178 | 176 | 0 | 0.23 | 0.24 | 0.09 | 2.14 | 0.55 | 0.8 |
| Hex | E8 | B2 | B0 | 0 | 17 | 18 | 9 | 2 | 37 | 50 |
| Octal | 350 | 262 | 260 | 0 | 27 | 30 | 11 | 2 | 67 | 120 |
| Binary | 11101000 | 10110010 | 10110000 | 0 | 10111 | 11000 | 1001 | 10 | 110111 | 1010000 |
Color Harmonies of #E8B2B0
Complementary color
Monochromatic Colors of #E8B2B0
Black with #E8B2B0
Text Example
Text Example
White with #E8B2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B2B0; }
p { color: rgb(232,178,176); }
H1.HeaderClassName
{
color: #E8B2B0;
}
.AnyTagClassName
{
color: #E8B2B0;
}
</style>
background-color css
<style>
a { background-color: #E8B2B0; }
a { background-color: rgb(232,178,176); }
div.DivClassName
{
background-color: #E8B2B0;
}
.BgClassName
{
background-color: #E8B2B0;
}
</style>
border-color css
<style>
span { border-color: #E8B2B0; }
span { border-color: rgb(232,178,176); }
td.TdClassName
{
border-color: #E8B2B0;
}
.TagClassName
{
border-color: #E8B2B0;
}
</style>