Shades of Azalea #ECC0C2
Tints of Azalea #ECC0C2
RGB
CMYK
RGB Variations
Color information
#ECC0C2 (or 0xECC0C2) is known color: Azalea. HEX triplet: EC, C0 and C2. RGB value is (236,192,194). Sum of RGB (Red+Green+Blue) = 236+192+194=622 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.94% from 622); Green value is 192 (75.39% from 255 or 30.87% from 622); Blue value is 194 (76.17% from 255 or 31.19% from 622); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC0C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC0C2 is #133F3D. Grayscale: #CDCDCD. Windows color (decimal): -1261374 or 12763372. OLE color: 12763372.
HSL color Cylindrical-coordinate representation of color #ECC0C2: hue angle of 357.27º 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 #ECC0C2 is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 194 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.07 |
| HSL | 357.27º | 0.54% | 0.84% | - |
| HSV(B) | 357.27º | 0.19% | 0.93% | - |
| XYZ | 63.18 | 59.43 | 59.18 | - |
| YUV | 205.38 | 121.58 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 194 | 0 | 0.19 | 0.18 | 0.07 | 357.27 | 0.54 | 0.84 |
| Hex | EC | C0 | C2 | 0 | 13 | 12 | 7 | 165 | 36 | 54 |
| Octal | 354 | 300 | 302 | 0 | 23 | 22 | 7 | 545 | 66 | 124 |
| Binary | 11101100 | 11000000 | 11000010 | 0 | 10011 | 10010 | 111 | 101100101 | 110110 | 1010100 |
Color Harmonies of #ECC0C2
Complementary color
Monochromatic Colors of #ECC0C2
Black with #ECC0C2
Text Example
Text Example
White with #ECC0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC0C2; }
p { color: rgb(236,192,194); }
H1.HeaderClassName
{
color: #ECC0C2;
}
.AnyTagClassName
{
color: #ECC0C2;
}
</style>
background-color css
<style>
a { background-color: #ECC0C2; }
a { background-color: rgb(236,192,194); }
div.DivClassName
{
background-color: #ECC0C2;
}
.BgClassName
{
background-color: #ECC0C2;
}
</style>
border-color css
<style>
span { border-color: #ECC0C2; }
span { border-color: rgb(236,192,194); }
td.TdClassName
{
border-color: #ECC0C2;
}
.TagClassName
{
border-color: #ECC0C2;
}
</style>