Shades of Azalea #ECBCC0
Tints of Azalea #ECBCC0
RGB
CMYK
RGB Variations
Color information
#ECBCC0 (or 0xECBCC0) is known color: Azalea. HEX triplet: EC, BC and C0. RGB value is (236,188,192). Sum of RGB (Red+Green+Blue) = 236+188+192=616 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.31% from 616); Green value is 188 (73.83% from 255 or 30.52% from 616); Blue value is 192 (75.39% from 255 or 31.17% from 616); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBCC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBCC0 is #13433F. Grayscale: #CACACA. Windows color (decimal): -1262400 or 12631276. OLE color: 12631276.
HSL color Cylindrical-coordinate representation of color #ECBCC0: hue angle of 355º degrees, saturation: 0.56, 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 #ECBCC0 is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 188 | 192 | - |
| CMYK | 0 | 0.20 | 0.19 | 0.07 |
| HSL | 355º | 0.56% | 0.83% | - |
| HSV(B) | 355º | 0.2% | 0.93% | - |
| XYZ | 62.09 | 57.61 | 57.72 | - |
| YUV | 202.81 | 121.9 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 192 | 0 | 0.20 | 0.19 | 0.07 | 355 | 0.56 | 0.83 |
| Hex | EC | BC | C0 | 0 | 14 | 13 | 7 | 163 | 38 | 53 |
| Octal | 354 | 274 | 300 | 0 | 24 | 23 | 7 | 543 | 70 | 123 |
| Binary | 11101100 | 10111100 | 11000000 | 0 | 10100 | 10011 | 111 | 101100011 | 111000 | 1010011 |
Color Harmonies of #ECBCC0
Complementary color
Monochromatic Colors of #ECBCC0
Black with #ECBCC0
Text Example
Text Example
White with #ECBCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBCC0; }
p { color: rgb(236,188,192); }
H1.HeaderClassName
{
color: #ECBCC0;
}
.AnyTagClassName
{
color: #ECBCC0;
}
</style>
background-color css
<style>
a { background-color: #ECBCC0; }
a { background-color: rgb(236,188,192); }
div.DivClassName
{
background-color: #ECBCC0;
}
.BgClassName
{
background-color: #ECBCC0;
}
</style>
border-color css
<style>
span { border-color: #ECBCC0; }
span { border-color: rgb(236,188,192); }
td.TdClassName
{
border-color: #ECBCC0;
}
.TagClassName
{
border-color: #ECBCC0;
}
</style>