Shades of Azalea #ECC0C5
Tints of Azalea #ECC0C5
RGB
CMYK
RGB Variations
Color information
#ECC0C5 (or 0xECC0C5) is known color: Azalea. HEX triplet: EC, C0 and C5. RGB value is (236,192,197). Sum of RGB (Red+Green+Blue) = 236+192+197=625 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.76% from 625); Green value is 192 (75.39% from 255 or 30.72% from 625); Blue value is 197 (77.34% from 255 or 31.52% from 625); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC0C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC0C5 is #133F3A. Grayscale: #CDCDCD. Windows color (decimal): -1261371 or 12959980. OLE color: 12959980.
HSL color Cylindrical-coordinate representation of color #ECC0C5: hue angle of 353.18º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECC0C5 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 197 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.07 |
| HSL | 353.18º | 0.54% | 0.84% | - |
| HSV(B) | 353.18º | 0.19% | 0.93% | - |
| XYZ | 63.52 | 59.56 | 60.97 | - |
| YUV | 205.73 | 123.08 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 197 | 0 | 0.19 | 0.17 | 0.07 | 353.18 | 0.54 | 0.84 |
| Hex | EC | C0 | C5 | 0 | 13 | 11 | 7 | 161 | 36 | 54 |
| Octal | 354 | 300 | 305 | 0 | 23 | 21 | 7 | 541 | 66 | 124 |
| Binary | 11101100 | 11000000 | 11000101 | 0 | 10011 | 10001 | 111 | 101100001 | 110110 | 1010100 |
Color Harmonies of #ECC0C5
Complementary color
Monochromatic Colors of #ECC0C5
Black with #ECC0C5
Text Example
Text Example
White with #ECC0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC0C5; }
p { color: rgb(236,192,197); }
H1.HeaderClassName
{
color: #ECC0C5;
}
.AnyTagClassName
{
color: #ECC0C5;
}
</style>
background-color css
<style>
a { background-color: #ECC0C5; }
a { background-color: rgb(236,192,197); }
div.DivClassName
{
background-color: #ECC0C5;
}
.BgClassName
{
background-color: #ECC0C5;
}
</style>
border-color css
<style>
span { border-color: #ECC0C5; }
span { border-color: rgb(236,192,197); }
td.TdClassName
{
border-color: #ECC0C5;
}
.TagClassName
{
border-color: #ECC0C5;
}
</style>