Shades of Beauty Bush #ECC0BD
Tints of Beauty Bush #ECC0BD
RGB
CMYK
RGB Variations
Color information
#ECC0BD (or 0xECC0BD) is known color: Beauty Bush. HEX triplet: EC, C0 and BD. RGB value is (236,192,189). Sum of RGB (Red+Green+Blue) = 236+192+189=617 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.25% from 617); Green value is 192 (75.39% from 255 or 31.12% from 617); Blue value is 189 (74.22% from 255 or 30.63% from 617); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC0BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC0BD is #133F42. Grayscale: #CCCCCC. Windows color (decimal): -1261379 or 12435692. OLE color: 12435692.
HSL color Cylindrical-coordinate representation of color #ECC0BD: hue angle of 3.83º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECC0BD is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 189 | - |
| CMYK | 0 | 0.19 | 0.20 | 0.07 |
| HSL | 3.83º | 0.55% | 0.83% | - |
| HSV(B) | 3.83º | 0.2% | 0.93% | - |
| XYZ | 62.63 | 59.21 | 56.27 | - |
| YUV | 204.81 | 119.08 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 189 | 0 | 0.19 | 0.20 | 0.07 | 3.83 | 0.55 | 0.83 |
| Hex | EC | C0 | BD | 0 | 13 | 14 | 7 | 4 | 37 | 53 |
| Octal | 354 | 300 | 275 | 0 | 23 | 24 | 7 | 4 | 67 | 123 |
| Binary | 11101100 | 11000000 | 10111101 | 0 | 10011 | 10100 | 111 | 100 | 110111 | 1010011 |
Color Harmonies of #ECC0BD
Complementary color
Monochromatic Colors of #ECC0BD
Black with #ECC0BD
Text Example
Text Example
White with #ECC0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC0BD; }
p { color: rgb(236,192,189); }
H1.HeaderClassName
{
color: #ECC0BD;
}
.AnyTagClassName
{
color: #ECC0BD;
}
</style>
background-color css
<style>
a { background-color: #ECC0BD; }
a { background-color: rgb(236,192,189); }
div.DivClassName
{
background-color: #ECC0BD;
}
.BgClassName
{
background-color: #ECC0BD;
}
</style>
border-color css
<style>
span { border-color: #ECC0BD; }
span { border-color: rgb(236,192,189); }
td.TdClassName
{
border-color: #ECC0BD;
}
.TagClassName
{
border-color: #ECC0BD;
}
</style>