Shades of Azalea #ECC5CB
Tints of Azalea #ECC5CB
RGB
CMYK
RGB Variations
Color information
#ECC5CB (or 0xECC5CB) is known color: Azalea. HEX triplet: EC, C5 and CB. RGB value is (236,197,203). Sum of RGB (Red+Green+Blue) = 236+197+203=636 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.11% from 636); Green value is 197 (77.34% from 255 or 30.97% from 636); Blue value is 203 (79.69% from 255 or 31.92% from 636); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC5CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC5CB is #133A34. Grayscale: #D1D1D1. Windows color (decimal): -1260085 or 13354476. OLE color: 13354476.
HSL color Cylindrical-coordinate representation of color #ECC5CB: hue angle of 350.77º 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 #ECC5CB is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 197 | 203 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.07 |
| HSL | 350.77º | 0.51% | 0.85% | - |
| HSV(B) | 350.77º | 0.17% | 0.93% | - |
| XYZ | 65.34 | 62.08 | 65.04 | - |
| YUV | 209.35 | 124.42 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 197 | 203 | 0 | 0.17 | 0.14 | 0.07 | 350.77 | 0.51 | 0.85 |
| Hex | EC | C5 | CB | 0 | 11 | E | 7 | 15F | 33 | 55 |
| Octal | 354 | 305 | 313 | 0 | 21 | 16 | 7 | 537 | 63 | 125 |
| Binary | 11101100 | 11000101 | 11001011 | 0 | 10001 | 1110 | 111 | 101011111 | 110011 | 1010101 |
Color Harmonies of #ECC5CB
Complementary color
Monochromatic Colors of #ECC5CB
Black with #ECC5CB
Text Example
Text Example
White with #ECC5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC5CB; }
p { color: rgb(236,197,203); }
H1.HeaderClassName
{
color: #ECC5CB;
}
.AnyTagClassName
{
color: #ECC5CB;
}
</style>
background-color css
<style>
a { background-color: #ECC5CB; }
a { background-color: rgb(236,197,203); }
div.DivClassName
{
background-color: #ECC5CB;
}
.BgClassName
{
background-color: #ECC5CB;
}
</style>
border-color css
<style>
span { border-color: #ECC5CB; }
span { border-color: rgb(236,197,203); }
td.TdClassName
{
border-color: #ECC5CB;
}
.TagClassName
{
border-color: #ECC5CB;
}
</style>