Shades of Beauty Bush #ECBAB6
Tints of Beauty Bush #ECBAB6
RGB
CMYK
RGB Variations
Color information
#ECBAB6 (or 0xECBAB6) is known color: Beauty Bush. HEX triplet: EC, BA and B6. RGB value is (236,186,182). Sum of RGB (Red+Green+Blue) = 236+186+182=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 186 (73.05% from 255 or 30.79% from 604); Blue value is 182 (71.48% from 255 or 30.13% from 604); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBAB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBAB6 is #134549. Grayscale: #C8C8C8. Windows color (decimal): -1262922 or 11975404. OLE color: 11975404.
HSL color Cylindrical-coordinate representation of color #ECBAB6: hue angle of 4.44º 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 #ECBAB6 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 186 | 182 | - |
| CMYK | 0 | 0.21 | 0.23 | 0.07 |
| HSL | 4.44º | 0.59% | 0.82% | - |
| HSV(B) | 4.44º | 0.23% | 0.93% | - |
| XYZ | 60.59 | 56.33 | 51.93 | - |
| YUV | 200.49 | 117.57 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 186 | 182 | 0 | 0.21 | 0.23 | 0.07 | 4.44 | 0.59 | 0.82 |
| Hex | EC | BA | B6 | 0 | 15 | 17 | 7 | 4 | 3B | 52 |
| Octal | 354 | 272 | 266 | 0 | 25 | 27 | 7 | 4 | 73 | 122 |
| Binary | 11101100 | 10111010 | 10110110 | 0 | 10101 | 10111 | 111 | 100 | 111011 | 1010010 |
Color Harmonies of #ECBAB6
Complementary color
Monochromatic Colors of #ECBAB6
Black with #ECBAB6
Text Example
Text Example
White with #ECBAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBAB6; }
p { color: rgb(236,186,182); }
H1.HeaderClassName
{
color: #ECBAB6;
}
.AnyTagClassName
{
color: #ECBAB6;
}
</style>
background-color css
<style>
a { background-color: #ECBAB6; }
a { background-color: rgb(236,186,182); }
div.DivClassName
{
background-color: #ECBAB6;
}
.BgClassName
{
background-color: #ECBAB6;
}
</style>
border-color css
<style>
span { border-color: #ECBAB6; }
span { border-color: rgb(236,186,182); }
td.TdClassName
{
border-color: #ECBAB6;
}
.TagClassName
{
border-color: #ECBAB6;
}
</style>