Shades of Beauty Bush #E7B2B2
Tints of Beauty Bush #E7B2B2
RGB
CMYK
RGB Variations
Color information
#E7B2B2 (or 0xE7B2B2) is known color: Beauty Bush. HEX triplet: E7, B2 and B2. RGB value is (231,178,178). Sum of RGB (Red+Green+Blue) = 231+178+178=587 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.35% from 587); Green value is 178 (69.92% from 255 or 30.32% from 587); Blue value is 178 (69.92% from 255 or 30.32% from 587); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B2B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7B2B2 is #184D4D. Grayscale: #C1C1C1. Windows color (decimal): -1592654 or 11711207. OLE color: 11711207.
HSL color Cylindrical-coordinate representation of color #E7B2B2: hue angle of 0º degrees, saturation: 0.52, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E7B2B2 is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 178 | 178 | - |
| CMYK | 0 | 0.23 | 0.23 | 0.09 |
| HSL | 0º | 0.52% | 0.8% | - |
| HSV(B) | 0º | 0.23% | 0.91% | - |
| XYZ | 56.91 | 52.04 | 49.17 | - |
| YUV | 193.85 | 119.06 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 178 | 178 | 0 | 0.23 | 0.23 | 0.09 | 0 | 0.52 | 0.8 |
| Hex | E7 | B2 | B2 | 0 | 17 | 17 | 9 | 0 | 34 | 50 |
| Octal | 347 | 262 | 262 | 0 | 27 | 27 | 11 | 0 | 64 | 120 |
| Binary | 11100111 | 10110010 | 10110010 | 0 | 10111 | 10111 | 1001 | 0 | 110100 | 1010000 |
Color Harmonies of #E7B2B2
Complementary color
Monochromatic Colors of #E7B2B2
Black with #E7B2B2
Text Example
Text Example
White with #E7B2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B2B2; }
p { color: rgb(231,178,178); }
H1.HeaderClassName
{
color: #E7B2B2;
}
.AnyTagClassName
{
color: #E7B2B2;
}
</style>
background-color css
<style>
a { background-color: #E7B2B2; }
a { background-color: rgb(231,178,178); }
div.DivClassName
{
background-color: #E7B2B2;
}
.BgClassName
{
background-color: #E7B2B2;
}
</style>
border-color css
<style>
span { border-color: #E7B2B2; }
span { border-color: rgb(231,178,178); }
td.TdClassName
{
border-color: #E7B2B2;
}
.TagClassName
{
border-color: #E7B2B2;
}
</style>