Shades of Azalea #ECC4C9
Tints of Azalea #ECC4C9
RGB
CMYK
RGB Variations
Color information
#ECC4C9 (or 0xECC4C9) is known color: Azalea. HEX triplet: EC, C4 and C9. RGB value is (236,196,201). Sum of RGB (Red+Green+Blue) = 236+196+201=633 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.28% from 633); Green value is 196 (76.95% from 255 or 30.96% from 633); Blue value is 201 (78.91% from 255 or 31.75% from 633); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC4C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC4C9 is #133B36. Grayscale: #D0D0D0. Windows color (decimal): -1260343 or 13223148. OLE color: 13223148.
HSL color Cylindrical-coordinate representation of color #ECC4C9: hue angle of 352.5º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ECC4C9 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 196 | 201 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.07 |
| HSL | 352.5º | 0.51% | 0.85% | - |
| HSV(B) | 352.5º | 0.17% | 0.93% | - |
| XYZ | 64.87 | 61.53 | 63.72 | - |
| YUV | 208.53 | 123.75 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 196 | 201 | 0 | 0.17 | 0.15 | 0.07 | 352.5 | 0.51 | 0.85 |
| Hex | EC | C4 | C9 | 0 | 11 | F | 7 | 160 | 33 | 55 |
| Octal | 354 | 304 | 311 | 0 | 21 | 17 | 7 | 540 | 63 | 125 |
| Binary | 11101100 | 11000100 | 11001001 | 0 | 10001 | 1111 | 111 | 101100000 | 110011 | 1010101 |
Color Harmonies of #ECC4C9
Complementary color
Monochromatic Colors of #ECC4C9
Black with #ECC4C9
Text Example
Text Example
White with #ECC4C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC4C9; }
p { color: rgb(236,196,201); }
H1.HeaderClassName
{
color: #ECC4C9;
}
.AnyTagClassName
{
color: #ECC4C9;
}
</style>
background-color css
<style>
a { background-color: #ECC4C9; }
a { background-color: rgb(236,196,201); }
div.DivClassName
{
background-color: #ECC4C9;
}
.BgClassName
{
background-color: #ECC4C9;
}
</style>
border-color css
<style>
span { border-color: #ECC4C9; }
span { border-color: rgb(236,196,201); }
td.TdClassName
{
border-color: #ECC4C9;
}
.TagClassName
{
border-color: #ECC4C9;
}
</style>