Shades of Beauty Bush #ECBFB5
Tints of Beauty Bush #ECBFB5
RGB
CMYK
RGB Variations
Color information
#ECBFB5 (or 0xECBFB5) is known color: Beauty Bush. HEX triplet: EC, BF and B5. RGB value is (236,191,181). Sum of RGB (Red+Green+Blue) = 236+191+181=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 191 (75% from 255 or 31.41% from 608); Blue value is 181 (71.09% from 255 or 29.77% from 608); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBFB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBFB5 is #13404A. Grayscale: #CBCBCB. Windows color (decimal): -1261643 or 11911148. OLE color: 11911148.
HSL color Cylindrical-coordinate representation of color #ECBFB5: hue angle of 10.91º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ECBFB5 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 191 | 181 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.07 |
| HSL | 10.91º | 0.59% | 0.82% | - |
| HSV(B) | 10.91º | 0.23% | 0.93% | - |
| XYZ | 61.56 | 58.43 | 51.75 | - |
| YUV | 203.32 | 115.41 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 191 | 181 | 0 | 0.19 | 0.23 | 0.07 | 10.91 | 0.59 | 0.82 |
| Hex | EC | BF | B5 | 0 | 13 | 17 | 7 | B | 3B | 52 |
| Octal | 354 | 277 | 265 | 0 | 23 | 27 | 7 | 13 | 73 | 122 |
| Binary | 11101100 | 10111111 | 10110101 | 0 | 10011 | 10111 | 111 | 1011 | 111011 | 1010010 |
Color Harmonies of #ECBFB5
Complementary color
Monochromatic Colors of #ECBFB5
Black with #ECBFB5
Text Example
Text Example
White with #ECBFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBFB5; }
p { color: rgb(236,191,181); }
H1.HeaderClassName
{
color: #ECBFB5;
}
.AnyTagClassName
{
color: #ECBFB5;
}
</style>
background-color css
<style>
a { background-color: #ECBFB5; }
a { background-color: rgb(236,191,181); }
div.DivClassName
{
background-color: #ECBFB5;
}
.BgClassName
{
background-color: #ECBFB5;
}
</style>
border-color css
<style>
span { border-color: #ECBFB5; }
span { border-color: rgb(236,191,181); }
td.TdClassName
{
border-color: #ECBFB5;
}
.TagClassName
{
border-color: #ECBFB5;
}
</style>