Shades of Beauty Bush #ECBAB3
Tints of Beauty Bush #ECBAB3
RGB
CMYK
RGB Variations
Color information
#ECBAB3 (or 0xECBAB3) is known color: Beauty Bush. HEX triplet: EC, BA and B3. RGB value is (236,186,179). Sum of RGB (Red+Green+Blue) = 236+186+179=601 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.27% from 601); Green value is 186 (73.05% from 255 or 30.95% from 601); Blue value is 179 (70.31% from 255 or 29.78% from 601); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBAB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBAB3 is #13454C. Grayscale: #C8C8C8. Windows color (decimal): -1262925 or 11778796. OLE color: 11778796.
HSL color Cylindrical-coordinate representation of color #ECBAB3: hue angle of 7.37º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECBAB3 is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 186 | 179 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.07 |
| HSL | 7.37º | 0.6% | 0.81% | - |
| HSV(B) | 7.37º | 0.24% | 0.93% | - |
| XYZ | 60.29 | 56.21 | 50.32 | - |
| YUV | 200.15 | 116.07 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 186 | 179 | 0 | 0.21 | 0.24 | 0.07 | 7.37 | 0.6 | 0.81 |
| Hex | EC | BA | B3 | 0 | 15 | 18 | 7 | 7 | 3C | 51 |
| Octal | 354 | 272 | 263 | 0 | 25 | 30 | 7 | 7 | 74 | 121 |
| Binary | 11101100 | 10111010 | 10110011 | 0 | 10101 | 11000 | 111 | 111 | 111100 | 1010001 |
Color Harmonies of #ECBAB3
Complementary color
Monochromatic Colors of #ECBAB3
Black with #ECBAB3
Text Example
Text Example
White with #ECBAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBAB3; }
p { color: rgb(236,186,179); }
H1.HeaderClassName
{
color: #ECBAB3;
}
.AnyTagClassName
{
color: #ECBAB3;
}
</style>
background-color css
<style>
a { background-color: #ECBAB3; }
a { background-color: rgb(236,186,179); }
div.DivClassName
{
background-color: #ECBAB3;
}
.BgClassName
{
background-color: #ECBAB3;
}
</style>
border-color css
<style>
span { border-color: #ECBAB3; }
span { border-color: rgb(236,186,179); }
td.TdClassName
{
border-color: #ECBAB3;
}
.TagClassName
{
border-color: #ECBAB3;
}
</style>