Shades of Azalea #ECC1C5
Tints of Azalea #ECC1C5
RGB
CMYK
RGB Variations
Color information
#ECC1C5 (or 0xECC1C5) is known color: Azalea. HEX triplet: EC, C1 and C5. RGB value is (236,193,197). Sum of RGB (Red+Green+Blue) = 236+193+197=626 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.70% from 626); Green value is 193 (75.78% from 255 or 30.83% from 626); Blue value is 197 (77.34% from 255 or 31.47% from 626); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC1C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC1C5 is #133E3A. Grayscale: #CECECE. Windows color (decimal): -1261115 or 12960236. OLE color: 12960236.
HSL color Cylindrical-coordinate representation of color #ECC1C5: hue angle of 354.42º degrees, saturation: 0.53, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ECC1C5 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 193 | 197 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.07 |
| HSL | 354.42º | 0.53% | 0.84% | - |
| HSV(B) | 354.42º | 0.18% | 0.93% | - |
| XYZ | 63.74 | 60 | 61.05 | - |
| YUV | 206.31 | 122.75 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 193 | 197 | 0 | 0.18 | 0.17 | 0.07 | 354.42 | 0.53 | 0.84 |
| Hex | EC | C1 | C5 | 0 | 12 | 11 | 7 | 162 | 35 | 54 |
| Octal | 354 | 301 | 305 | 0 | 22 | 21 | 7 | 542 | 65 | 124 |
| Binary | 11101100 | 11000001 | 11000101 | 0 | 10010 | 10001 | 111 | 101100010 | 110101 | 1010100 |
Color Harmonies of #ECC1C5
Complementary color
Monochromatic Colors of #ECC1C5
Black with #ECC1C5
Text Example
Text Example
White with #ECC1C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC1C5; }
p { color: rgb(236,193,197); }
H1.HeaderClassName
{
color: #ECC1C5;
}
.AnyTagClassName
{
color: #ECC1C5;
}
</style>
background-color css
<style>
a { background-color: #ECC1C5; }
a { background-color: rgb(236,193,197); }
div.DivClassName
{
background-color: #ECC1C5;
}
.BgClassName
{
background-color: #ECC1C5;
}
</style>
border-color css
<style>
span { border-color: #ECC1C5; }
span { border-color: rgb(236,193,197); }
td.TdClassName
{
border-color: #ECC1C5;
}
.TagClassName
{
border-color: #ECC1C5;
}
</style>