Shades of Azalea #ECC1C3
Tints of Azalea #ECC1C3
RGB
CMYK
RGB Variations
Color information
#ECC1C3 (or 0xECC1C3) is known color: Azalea. HEX triplet: EC, C1 and C3. RGB value is (236,193,195). Sum of RGB (Red+Green+Blue) = 236+193+195=624 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.82% from 624); Green value is 193 (75.78% from 255 or 30.93% from 624); Blue value is 195 (76.56% from 255 or 31.25% from 624); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC1C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC1C3 is #133E3C. Grayscale: #CECECE. Windows color (decimal): -1261117 or 12829164. OLE color: 12829164.
HSL color Cylindrical-coordinate representation of color #ECC1C3: hue angle of 357.21º 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 #ECC1C3 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 193 | 195 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.07 |
| HSL | 357.21º | 0.53% | 0.84% | - |
| HSV(B) | 357.21º | 0.18% | 0.93% | - |
| XYZ | 63.51 | 59.91 | 59.85 | - |
| YUV | 206.09 | 121.75 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 193 | 195 | 0 | 0.18 | 0.17 | 0.07 | 357.21 | 0.53 | 0.84 |
| Hex | EC | C1 | C3 | 0 | 12 | 11 | 7 | 165 | 35 | 54 |
| Octal | 354 | 301 | 303 | 0 | 22 | 21 | 7 | 545 | 65 | 124 |
| Binary | 11101100 | 11000001 | 11000011 | 0 | 10010 | 10001 | 111 | 101100101 | 110101 | 1010100 |
Color Harmonies of #ECC1C3
Complementary color
Monochromatic Colors of #ECC1C3
Black with #ECC1C3
Text Example
Text Example
White with #ECC1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC1C3; }
p { color: rgb(236,193,195); }
H1.HeaderClassName
{
color: #ECC1C3;
}
.AnyTagClassName
{
color: #ECC1C3;
}
</style>
background-color css
<style>
a { background-color: #ECC1C3; }
a { background-color: rgb(236,193,195); }
div.DivClassName
{
background-color: #ECC1C3;
}
.BgClassName
{
background-color: #ECC1C3;
}
</style>
border-color css
<style>
span { border-color: #ECC1C3; }
span { border-color: rgb(236,193,195); }
td.TdClassName
{
border-color: #ECC1C3;
}
.TagClassName
{
border-color: #ECC1C3;
}
</style>