Shades of Beauty Bush #ECBFBA
Tints of Beauty Bush #ECBFBA
RGB
CMYK
RGB Variations
Color information
#ECBFBA (or 0xECBFBA) is known color: Beauty Bush. HEX triplet: EC, BF and BA. RGB value is (236,191,186). Sum of RGB (Red+Green+Blue) = 236+191+186=613 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.50% from 613); Green value is 191 (75% from 255 or 31.16% from 613); Blue value is 186 (73.05% from 255 or 30.34% from 613); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBFBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBFBA is #134045. Grayscale: #CBCBCB. Windows color (decimal): -1261638 or 12238828. OLE color: 12238828.
HSL color Cylindrical-coordinate representation of color #ECBFBA: hue angle of 6º degrees, saturation: 0.57, 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 #ECBFBA is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 191 | 186 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.07 |
| HSL | 6º | 0.57% | 0.83% | - |
| HSV(B) | 6º | 0.21% | 0.93% | - |
| XYZ | 62.09 | 58.64 | 54.5 | - |
| YUV | 203.89 | 117.91 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 191 | 186 | 0 | 0.19 | 0.21 | 0.07 | 6 | 0.57 | 0.83 |
| Hex | EC | BF | BA | 0 | 13 | 15 | 7 | 6 | 39 | 53 |
| Octal | 354 | 277 | 272 | 0 | 23 | 25 | 7 | 6 | 71 | 123 |
| Binary | 11101100 | 10111111 | 10111010 | 0 | 10011 | 10101 | 111 | 110 | 111001 | 1010011 |
Color Harmonies of #ECBFBA
Complementary color
Monochromatic Colors of #ECBFBA
Black with #ECBFBA
Text Example
Text Example
White with #ECBFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBFBA; }
p { color: rgb(236,191,186); }
H1.HeaderClassName
{
color: #ECBFBA;
}
.AnyTagClassName
{
color: #ECBFBA;
}
</style>
background-color css
<style>
a { background-color: #ECBFBA; }
a { background-color: rgb(236,191,186); }
div.DivClassName
{
background-color: #ECBFBA;
}
.BgClassName
{
background-color: #ECBFBA;
}
</style>
border-color css
<style>
span { border-color: #ECBFBA; }
span { border-color: rgb(236,191,186); }
td.TdClassName
{
border-color: #ECBFBA;
}
.TagClassName
{
border-color: #ECBFBA;
}
</style>