Shades of Beauty Bush #ECBBBB
Tints of Beauty Bush #ECBBBB
RGB
CMYK
RGB Variations
Color information
#ECBBBB (or 0xECBBBB) is known color: Beauty Bush. HEX triplet: EC, BB and BB. RGB value is (236,187,187). Sum of RGB (Red+Green+Blue) = 236+187+187=610 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.69% from 610); Green value is 187 (73.44% from 255 or 30.66% from 610); Blue value is 187 (73.44% from 255 or 30.66% from 610); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBBBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBBBB is #134444. Grayscale: #C9C9C9. Windows color (decimal): -1262661 or 12303340. OLE color: 12303340.
HSL color Cylindrical-coordinate representation of color #ECBBBB: 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.21%. Process color model (Four color, CMYK) of #ECBBBB is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 187 | 187 | - |
| CMYK | 0 | 0.21 | 0.21 | 0.07 |
| HSL | 0º | 0.56% | 0.83% | - |
| HSV(B) | 0º | 0.21% | 0.93% | - |
| XYZ | 61.33 | 56.96 | 54.78 | - |
| YUV | 201.65 | 119.73 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 187 | 187 | 0 | 0.21 | 0.21 | 0.07 | 0 | 0.56 | 0.83 |
| Hex | EC | BB | BB | 0 | 15 | 15 | 7 | 0 | 38 | 53 |
| Octal | 354 | 273 | 273 | 0 | 25 | 25 | 7 | 0 | 70 | 123 |
| Binary | 11101100 | 10111011 | 10111011 | 0 | 10101 | 10101 | 111 | 0 | 111000 | 1010011 |
Color Harmonies of #ECBBBB
Complementary color
Monochromatic Colors of #ECBBBB
Black with #ECBBBB
Text Example
Text Example
White with #ECBBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBBBB; }
p { color: rgb(236,187,187); }
H1.HeaderClassName
{
color: #ECBBBB;
}
.AnyTagClassName
{
color: #ECBBBB;
}
</style>
background-color css
<style>
a { background-color: #ECBBBB; }
a { background-color: rgb(236,187,187); }
div.DivClassName
{
background-color: #ECBBBB;
}
.BgClassName
{
background-color: #ECBBBB;
}
</style>
border-color css
<style>
span { border-color: #ECBBBB; }
span { border-color: rgb(236,187,187); }
td.TdClassName
{
border-color: #ECBBBB;
}
.TagClassName
{
border-color: #ECBBBB;
}
</style>