Shades of Beauty Bush #E0BCBC
Tints of Beauty Bush #E0BCBC
RGB
CMYK
RGB Variations
Color information
#E0BCBC (or 0xE0BCBC) is known color: Beauty Bush. HEX triplet: E0, BC and BC. RGB value is (224,188,188). Sum of RGB (Red+Green+Blue) = 224+188+188=600 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.33% from 600); Green value is 188 (73.83% from 255 or 31.33% from 600); Blue value is 188 (73.83% from 255 or 31.33% from 600); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BCBC is #1F4343. Grayscale: #C6C6C6. Windows color (decimal): -2048836 or 12369120. OLE color: 12369120.
HSL color Cylindrical-coordinate representation of color #E0BCBC: hue angle of 0º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E0BCBC is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 188 | 188 | - |
| CMYK | 0 | 0.16 | 0.16 | 0.12 |
| HSL | 0º | 0.37% | 0.81% | - |
| HSV(B) | 0º | 0.16% | 0.88% | - |
| XYZ | 57.8 | 55.44 | 55.23 | - |
| YUV | 198.76 | 121.93 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 188 | 188 | 0 | 0.16 | 0.16 | 0.12 | 0 | 0.37 | 0.81 |
| Hex | E0 | BC | BC | 0 | 10 | 10 | C | 0 | 25 | 51 |
| Octal | 340 | 274 | 274 | 0 | 20 | 20 | 14 | 0 | 45 | 121 |
| Binary | 11100000 | 10111100 | 10111100 | 0 | 10000 | 10000 | 1100 | 0 | 100101 | 1010001 |
Color Harmonies of #E0BCBC
Complementary color
Monochromatic Colors of #E0BCBC
Black with #E0BCBC
Text Example
Text Example
White with #E0BCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BCBC; }
p { color: rgb(224,188,188); }
H1.HeaderClassName
{
color: #E0BCBC;
}
.AnyTagClassName
{
color: #E0BCBC;
}
</style>
background-color css
<style>
a { background-color: #E0BCBC; }
a { background-color: rgb(224,188,188); }
div.DivClassName
{
background-color: #E0BCBC;
}
.BgClassName
{
background-color: #E0BCBC;
}
</style>
border-color css
<style>
span { border-color: #E0BCBC; }
span { border-color: rgb(224,188,188); }
td.TdClassName
{
border-color: #E0BCBC;
}
.TagClassName
{
border-color: #E0BCBC;
}
</style>