Shades of Beauty Bush #ECBCBC
Tints of Beauty Bush #ECBCBC
RGB
CMYK
RGB Variations
Color information
#ECBCBC (or 0xECBCBC) is known color: Beauty Bush. HEX triplet: EC, BC and BC. RGB value is (236,188,188). Sum of RGB (Red+Green+Blue) = 236+188+188=612 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.56% from 612); Green value is 188 (73.83% from 255 or 30.72% from 612); Blue value is 188 (73.83% from 255 or 30.72% from 612); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBCBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBCBC is #134343. Grayscale: #CACACA. Windows color (decimal): -1262404 or 12369132. OLE color: 12369132.
HSL color Cylindrical-coordinate representation of color #ECBCBC: hue angle of 0º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECBCBC is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 188 | 188 | - |
| CMYK | 0 | 0.20 | 0.20 | 0.07 |
| HSL | 0º | 0.56% | 0.83% | - |
| HSV(B) | 0º | 0.2% | 0.93% | - |
| XYZ | 61.65 | 57.43 | 55.41 | - |
| YUV | 202.35 | 119.9 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 188 | 0 | 0.20 | 0.20 | 0.07 | 0 | 0.56 | 0.83 |
| Hex | EC | BC | BC | 0 | 14 | 14 | 7 | 0 | 38 | 53 |
| Octal | 354 | 274 | 274 | 0 | 24 | 24 | 7 | 0 | 70 | 123 |
| Binary | 11101100 | 10111100 | 10111100 | 0 | 10100 | 10100 | 111 | 0 | 111000 | 1010011 |
Color Harmonies of #ECBCBC
Complementary color
Monochromatic Colors of #ECBCBC
Black with #ECBCBC
Text Example
Text Example
White with #ECBCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBCBC; }
p { color: rgb(236,188,188); }
H1.HeaderClassName
{
color: #ECBCBC;
}
.AnyTagClassName
{
color: #ECBCBC;
}
</style>
background-color css
<style>
a { background-color: #ECBCBC; }
a { background-color: rgb(236,188,188); }
div.DivClassName
{
background-color: #ECBCBC;
}
.BgClassName
{
background-color: #ECBCBC;
}
</style>
border-color css
<style>
span { border-color: #ECBCBC; }
span { border-color: rgb(236,188,188); }
td.TdClassName
{
border-color: #ECBCBC;
}
.TagClassName
{
border-color: #ECBCBC;
}
</style>