Shades of Beauty Bush #ECB0B0
Tints of Beauty Bush #ECB0B0
RGB
CMYK
RGB Variations
Color information
#ECB0B0 (or 0xECB0B0) is known color: Beauty Bush. HEX triplet: EC, B0 and B0. RGB value is (236,176,176). Sum of RGB (Red+Green+Blue) = 236+176+176=588 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.14% from 588); Green value is 176 (69.14% from 255 or 29.93% from 588); Blue value is 176 (69.14% from 255 or 29.93% from 588); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB0B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB0B0 is #134F4F. Grayscale: #C2C2C2. Windows color (decimal): -1265488 or 11579628. OLE color: 11579628.
HSL color Cylindrical-coordinate representation of color #ECB0B0: hue angle of 0º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECB0B0 is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 176 | - |
| CMYK | 0 | 0.25 | 0.25 | 0.07 |
| HSL | 0º | 0.61% | 0.81% | - |
| HSV(B) | 0º | 0.25% | 0.93% | - |
| XYZ | 57.95 | 52.02 | 48.06 | - |
| YUV | 193.94 | 117.88 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 176 | 0 | 0.25 | 0.25 | 0.07 | 0 | 0.61 | 0.81 |
| Hex | EC | B0 | B0 | 0 | 19 | 19 | 7 | 0 | 3D | 51 |
| Octal | 354 | 260 | 260 | 0 | 31 | 31 | 7 | 0 | 75 | 121 |
| Binary | 11101100 | 10110000 | 10110000 | 0 | 11001 | 11001 | 111 | 0 | 111101 | 1010001 |
Color Harmonies of #ECB0B0
Complementary color
Monochromatic Colors of #ECB0B0
Black with #ECB0B0
Text Example
Text Example
White with #ECB0B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB0B0; }
p { color: rgb(236,176,176); }
H1.HeaderClassName
{
color: #ECB0B0;
}
.AnyTagClassName
{
color: #ECB0B0;
}
</style>
background-color css
<style>
a { background-color: #ECB0B0; }
a { background-color: rgb(236,176,176); }
div.DivClassName
{
background-color: #ECB0B0;
}
.BgClassName
{
background-color: #ECB0B0;
}
</style>
border-color css
<style>
span { border-color: #ECB0B0; }
span { border-color: rgb(236,176,176); }
td.TdClassName
{
border-color: #ECB0B0;
}
.TagClassName
{
border-color: #ECB0B0;
}
</style>