Shades of Beauty Bush #E5BCBC
Tints of Beauty Bush #E5BCBC
RGB
CMYK
RGB Variations
Color information
#E5BCBC (or 0xE5BCBC) is known color: Beauty Bush. HEX triplet: E5, BC and BC. RGB value is (229,188,188). Sum of RGB (Red+Green+Blue) = 229+188+188=605 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.85% from 605); Green value is 188 (73.83% from 255 or 31.07% from 605); Blue value is 188 (73.83% from 255 or 31.07% from 605); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BCBC is #1A4343. Grayscale: #C8C8C8. Windows color (decimal): -1721156 or 12369125. OLE color: 12369125.
HSL color Cylindrical-coordinate representation of color #E5BCBC: hue angle of 0º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E5BCBC is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 188 | 188 | - |
| CMYK | 0 | 0.18 | 0.18 | 0.10 |
| HSL | 0º | 0.44% | 0.82% | - |
| HSV(B) | 0º | 0.18% | 0.9% | - |
| XYZ | 59.37 | 56.26 | 55.31 | - |
| YUV | 200.26 | 121.08 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 188 | 188 | 0 | 0.18 | 0.18 | 0.10 | 0 | 0.44 | 0.82 |
| Hex | E5 | BC | BC | 0 | 12 | 12 | A | 0 | 2C | 52 |
| Octal | 345 | 274 | 274 | 0 | 22 | 22 | 12 | 0 | 54 | 122 |
| Binary | 11100101 | 10111100 | 10111100 | 0 | 10010 | 10010 | 1010 | 0 | 101100 | 1010010 |
Color Harmonies of #E5BCBC
Complementary color
Monochromatic Colors of #E5BCBC
Black with #E5BCBC
Text Example
Text Example
White with #E5BCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BCBC; }
p { color: rgb(229,188,188); }
H1.HeaderClassName
{
color: #E5BCBC;
}
.AnyTagClassName
{
color: #E5BCBC;
}
</style>
background-color css
<style>
a { background-color: #E5BCBC; }
a { background-color: rgb(229,188,188); }
div.DivClassName
{
background-color: #E5BCBC;
}
.BgClassName
{
background-color: #E5BCBC;
}
</style>
border-color css
<style>
span { border-color: #E5BCBC; }
span { border-color: rgb(229,188,188); }
td.TdClassName
{
border-color: #E5BCBC;
}
.TagClassName
{
border-color: #E5BCBC;
}
</style>