Shades of Azalea #ECBBC0
Tints of Azalea #ECBBC0
RGB
CMYK
RGB Variations
Color information
#ECBBC0 (or 0xECBBC0) is known color: Azalea. HEX triplet: EC, BB and C0. RGB value is (236,187,192). Sum of RGB (Red+Green+Blue) = 236+187+192=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 187 (73.44% from 255 or 30.41% from 615); Blue value is 192 (75.39% from 255 or 31.22% from 615); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBBC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBBC0 is #13443F. Grayscale: #CACACA. Windows color (decimal): -1262656 or 12631020. OLE color: 12631020.
HSL color Cylindrical-coordinate representation of color #ECBBC0: hue angle of 353.88º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ECBBC0 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 187 | 192 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.07 |
| HSL | 353.88º | 0.56% | 0.83% | - |
| HSV(B) | 353.88º | 0.21% | 0.93% | - |
| XYZ | 61.88 | 57.18 | 57.64 | - |
| YUV | 202.22 | 122.23 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 187 | 192 | 0 | 0.21 | 0.19 | 0.07 | 353.88 | 0.56 | 0.83 |
| Hex | EC | BB | C0 | 0 | 15 | 13 | 7 | 162 | 38 | 53 |
| Octal | 354 | 273 | 300 | 0 | 25 | 23 | 7 | 542 | 70 | 123 |
| Binary | 11101100 | 10111011 | 11000000 | 0 | 10101 | 10011 | 111 | 101100010 | 111000 | 1010011 |
Color Harmonies of #ECBBC0
Complementary color
Monochromatic Colors of #ECBBC0
Black with #ECBBC0
Text Example
Text Example
White with #ECBBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBBC0; }
p { color: rgb(236,187,192); }
H1.HeaderClassName
{
color: #ECBBC0;
}
.AnyTagClassName
{
color: #ECBBC0;
}
</style>
background-color css
<style>
a { background-color: #ECBBC0; }
a { background-color: rgb(236,187,192); }
div.DivClassName
{
background-color: #ECBBC0;
}
.BgClassName
{
background-color: #ECBBC0;
}
</style>
border-color css
<style>
span { border-color: #ECBBC0; }
span { border-color: rgb(236,187,192); }
td.TdClassName
{
border-color: #ECBBC0;
}
.TagClassName
{
border-color: #ECBBC0;
}
</style>