Shades of Beauty Bush #E3BCBC
Tints of Beauty Bush #E3BCBC
RGB
CMYK
RGB Variations
Color information
#E3BCBC (or 0xE3BCBC) is known color: Beauty Bush. HEX triplet: E3, BC and BC. RGB value is (227,188,188). Sum of RGB (Red+Green+Blue) = 227+188+188=603 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.65% from 603); Green value is 188 (73.83% from 255 or 31.18% from 603); Blue value is 188 (73.83% from 255 or 31.18% from 603); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3BCBC is #1C4343. Grayscale: #C7C7C7. Windows color (decimal): -1852228 or 12369123. OLE color: 12369123.
HSL color Cylindrical-coordinate representation of color #E3BCBC: hue angle of 0º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E3BCBC is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 188 | 188 | - |
| CMYK | 0 | 0.17 | 0.17 | 0.11 |
| HSL | 0º | 0.41% | 0.81% | - |
| HSV(B) | 0º | 0.17% | 0.89% | - |
| XYZ | 58.74 | 55.93 | 55.28 | - |
| YUV | 199.66 | 121.42 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 188 | 188 | 0 | 0.17 | 0.17 | 0.11 | 0 | 0.41 | 0.81 |
| Hex | E3 | BC | BC | 0 | 11 | 11 | B | 0 | 29 | 51 |
| Octal | 343 | 274 | 274 | 0 | 21 | 21 | 13 | 0 | 51 | 121 |
| Binary | 11100011 | 10111100 | 10111100 | 0 | 10001 | 10001 | 1011 | 0 | 101001 | 1010001 |
Color Harmonies of #E3BCBC
Complementary color
Monochromatic Colors of #E3BCBC
Black with #E3BCBC
Text Example
Text Example
White with #E3BCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BCBC; }
p { color: rgb(227,188,188); }
H1.HeaderClassName
{
color: #E3BCBC;
}
.AnyTagClassName
{
color: #E3BCBC;
}
</style>
background-color css
<style>
a { background-color: #E3BCBC; }
a { background-color: rgb(227,188,188); }
div.DivClassName
{
background-color: #E3BCBC;
}
.BgClassName
{
background-color: #E3BCBC;
}
</style>
border-color css
<style>
span { border-color: #E3BCBC; }
span { border-color: rgb(227,188,188); }
td.TdClassName
{
border-color: #E3BCBC;
}
.TagClassName
{
border-color: #E3BCBC;
}
</style>