Shades of Beauty Bush #ECBAB4
Tints of Beauty Bush #ECBAB4
RGB
CMYK
RGB Variations
Color information
#ECBAB4 (or 0xECBAB4) is known color: Beauty Bush. HEX triplet: EC, BA and B4. RGB value is (236,186,180). Sum of RGB (Red+Green+Blue) = 236+186+180=602 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.20% from 602); Green value is 186 (73.05% from 255 or 30.90% from 602); Blue value is 180 (70.70% from 255 or 29.90% from 602); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBAB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBAB4 is #13454B. Grayscale: #C8C8C8. Windows color (decimal): -1262924 or 11844332. OLE color: 11844332.
HSL color Cylindrical-coordinate representation of color #ECBAB4: hue angle of 6.43º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECBAB4 is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 186 | 180 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.07 |
| HSL | 6.43º | 0.6% | 0.82% | - |
| HSV(B) | 6.43º | 0.24% | 0.93% | - |
| XYZ | 60.39 | 56.25 | 50.85 | - |
| YUV | 200.27 | 116.57 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 186 | 180 | 0 | 0.21 | 0.24 | 0.07 | 6.43 | 0.6 | 0.82 |
| Hex | EC | BA | B4 | 0 | 15 | 18 | 7 | 6 | 3C | 52 |
| Octal | 354 | 272 | 264 | 0 | 25 | 30 | 7 | 6 | 74 | 122 |
| Binary | 11101100 | 10111010 | 10110100 | 0 | 10101 | 11000 | 111 | 110 | 111100 | 1010010 |
Color Harmonies of #ECBAB4
Complementary color
Monochromatic Colors of #ECBAB4
Black with #ECBAB4
Text Example
Text Example
White with #ECBAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBAB4; }
p { color: rgb(236,186,180); }
H1.HeaderClassName
{
color: #ECBAB4;
}
.AnyTagClassName
{
color: #ECBAB4;
}
</style>
background-color css
<style>
a { background-color: #ECBAB4; }
a { background-color: rgb(236,186,180); }
div.DivClassName
{
background-color: #ECBAB4;
}
.BgClassName
{
background-color: #ECBAB4;
}
</style>
border-color css
<style>
span { border-color: #ECBAB4; }
span { border-color: rgb(236,186,180); }
td.TdClassName
{
border-color: #ECBAB4;
}
.TagClassName
{
border-color: #ECBAB4;
}
</style>