Shades of Beauty Bush #E1BCBC
Tints of Beauty Bush #E1BCBC
RGB
CMYK
RGB Variations
Color information
#E1BCBC (or 0xE1BCBC) is known color: Beauty Bush. HEX triplet: E1, BC and BC. RGB value is (225,188,188). Sum of RGB (Red+Green+Blue) = 225+188+188=601 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.44% from 601); Green value is 188 (73.83% from 255 or 31.28% from 601); Blue value is 188 (73.83% from 255 or 31.28% from 601); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BCBC is #1E4343. Grayscale: #C7C7C7. Windows color (decimal): -1983300 or 12369121. OLE color: 12369121.
HSL color Cylindrical-coordinate representation of color #E1BCBC: hue angle of 0º degrees, saturation: 0.38, 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 #E1BCBC is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 188 | 188 | - |
| CMYK | 0 | 0.16 | 0.16 | 0.12 |
| HSL | 0º | 0.38% | 0.81% | - |
| HSV(B) | 0º | 0.16% | 0.88% | - |
| XYZ | 58.11 | 55.6 | 55.25 | - |
| YUV | 199.06 | 121.76 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 188 | 188 | 0 | 0.16 | 0.16 | 0.12 | 0 | 0.38 | 0.81 |
| Hex | E1 | BC | BC | 0 | 10 | 10 | C | 0 | 26 | 51 |
| Octal | 341 | 274 | 274 | 0 | 20 | 20 | 14 | 0 | 46 | 121 |
| Binary | 11100001 | 10111100 | 10111100 | 0 | 10000 | 10000 | 1100 | 0 | 100110 | 1010001 |
Color Harmonies of #E1BCBC
Complementary color
Monochromatic Colors of #E1BCBC
Black with #E1BCBC
Text Example
Text Example
White with #E1BCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BCBC; }
p { color: rgb(225,188,188); }
H1.HeaderClassName
{
color: #E1BCBC;
}
.AnyTagClassName
{
color: #E1BCBC;
}
</style>
background-color css
<style>
a { background-color: #E1BCBC; }
a { background-color: rgb(225,188,188); }
div.DivClassName
{
background-color: #E1BCBC;
}
.BgClassName
{
background-color: #E1BCBC;
}
</style>
border-color css
<style>
span { border-color: #E1BCBC; }
span { border-color: rgb(225,188,188); }
td.TdClassName
{
border-color: #E1BCBC;
}
.TagClassName
{
border-color: #E1BCBC;
}
</style>