Shades of Azalea #ECC1C7
Tints of Azalea #ECC1C7
RGB
CMYK
RGB Variations
Color information
#ECC1C7 (or 0xECC1C7) is known color: Azalea. HEX triplet: EC, C1 and C7. RGB value is (236,193,199). Sum of RGB (Red+Green+Blue) = 236+193+199=628 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.58% from 628); Green value is 193 (75.78% from 255 or 30.73% from 628); Blue value is 199 (78.12% from 255 or 31.69% from 628); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC1C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC1C7 is #133E38. Grayscale: #CECECE. Windows color (decimal): -1261113 or 13091308. OLE color: 13091308.
HSL color Cylindrical-coordinate representation of color #ECC1C7: hue angle of 351.63º 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 #ECC1C7 is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 193 | 199 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.07 |
| HSL | 351.63º | 0.53% | 0.84% | - |
| HSV(B) | 351.63º | 0.18% | 0.93% | - |
| XYZ | 63.97 | 60.1 | 62.26 | - |
| YUV | 206.54 | 123.75 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 193 | 199 | 0 | 0.18 | 0.16 | 0.07 | 351.63 | 0.53 | 0.84 |
| Hex | EC | C1 | C7 | 0 | 12 | 10 | 7 | 160 | 35 | 54 |
| Octal | 354 | 301 | 307 | 0 | 22 | 20 | 7 | 540 | 65 | 124 |
| Binary | 11101100 | 11000001 | 11000111 | 0 | 10010 | 10000 | 111 | 101100000 | 110101 | 1010100 |
Color Harmonies of #ECC1C7
Complementary color
Monochromatic Colors of #ECC1C7
Black with #ECC1C7
Text Example
Text Example
White with #ECC1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC1C7; }
p { color: rgb(236,193,199); }
H1.HeaderClassName
{
color: #ECC1C7;
}
.AnyTagClassName
{
color: #ECC1C7;
}
</style>
background-color css
<style>
a { background-color: #ECC1C7; }
a { background-color: rgb(236,193,199); }
div.DivClassName
{
background-color: #ECC1C7;
}
.BgClassName
{
background-color: #ECC1C7;
}
</style>
border-color css
<style>
span { border-color: #ECC1C7; }
span { border-color: rgb(236,193,199); }
td.TdClassName
{
border-color: #ECC1C7;
}
.TagClassName
{
border-color: #ECC1C7;
}
</style>