Shades of Beauty Bush #ECBEB9
Tints of Beauty Bush #ECBEB9
RGB
CMYK
RGB Variations
Color information
#ECBEB9 (or 0xECBEB9) is known color: Beauty Bush. HEX triplet: EC, BE and B9. RGB value is (236,190,185). Sum of RGB (Red+Green+Blue) = 236+190+185=611 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.63% from 611); Green value is 190 (74.61% from 255 or 31.10% from 611); Blue value is 185 (72.66% from 255 or 30.28% from 611); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBEB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBEB9 is #134146. Grayscale: #CBCBCB. Windows color (decimal): -1261895 or 12173036. OLE color: 12173036.
HSL color Cylindrical-coordinate representation of color #ECBEB9: hue angle of 5.88º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ECBEB9 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 190 | 185 | - |
CMYK | 0 | 0.19 | 0.22 | 0.07 |
HSL | 5.88º | 0.57% | 0.83% | - |
HSV(B) | 5.88º | 0.22% | 0.93% | - |
XYZ | 61.76 | 58.16 | 53.87 | - |
YUV | 203.18 | 117.74 | 151.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 190 | 185 | 0 | 0.19 | 0.22 | 0.07 | 5.88 | 0.57 | 0.83 |
Hex | EC | BE | B9 | 0 | 13 | 16 | 7 | 6 | 39 | 53 |
Octal | 354 | 276 | 271 | 0 | 23 | 26 | 7 | 6 | 71 | 123 |
Binary | 11101100 | 10111110 | 10111001 | 0 | 10011 | 10110 | 111 | 110 | 111001 | 1010011 |
Color Harmonies of #ECBEB9
Complementary color
Monochromatic Colors of #ECBEB9
Black with #ECBEB9
Text Example
Text Example
White with #ECBEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBEB9; }
p { color: rgb(236,190,185); }
H1.HeaderClassName
{
color: #ECBEB9;
}
.AnyTagClassName
{
color: #ECBEB9;
}
</style>
background-color css
<style>
a { background-color: #ECBEB9; }
a { background-color: rgb(236,190,185); }
div.DivClassName
{
background-color: #ECBEB9;
}
.BgClassName
{
background-color: #ECBEB9;
}
</style>
border-color css
<style>
span { border-color: #ECBEB9; }
span { border-color: rgb(236,190,185); }
td.TdClassName
{
border-color: #ECBEB9;
}
.TagClassName
{
border-color: #ECBEB9;
}
</style>