Shades of Azalea #ECC1C4
Tints of Azalea #ECC1C4
RGB
CMYK
RGB Variations
Color information
#ECC1C4 (or 0xECC1C4) is known color: Azalea. HEX triplet: EC, C1 and C4. RGB value is (236,193,196). Sum of RGB (Red+Green+Blue) = 236+193+196=625 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.76% from 625); Green value is 193 (75.78% from 255 or 30.88% from 625); Blue value is 196 (76.95% from 255 or 31.36% from 625); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC1C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC1C4 is #133E3B. Grayscale: #CECECE. Windows color (decimal): -1261116 or 12894700. OLE color: 12894700.
HSL color Cylindrical-coordinate representation of color #ECC1C4: hue angle of 355.81º 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 #ECC1C4 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 193 | 196 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.07 |
| HSL | 355.81º | 0.53% | 0.84% | - |
| HSV(B) | 355.81º | 0.18% | 0.93% | - |
| XYZ | 63.63 | 59.96 | 60.44 | - |
| YUV | 206.2 | 122.25 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 193 | 196 | 0 | 0.18 | 0.17 | 0.07 | 355.81 | 0.53 | 0.84 |
| Hex | EC | C1 | C4 | 0 | 12 | 11 | 7 | 164 | 35 | 54 |
| Octal | 354 | 301 | 304 | 0 | 22 | 21 | 7 | 544 | 65 | 124 |
| Binary | 11101100 | 11000001 | 11000100 | 0 | 10010 | 10001 | 111 | 101100100 | 110101 | 1010100 |
Color Harmonies of #ECC1C4
Complementary color
Monochromatic Colors of #ECC1C4
Black with #ECC1C4
Text Example
Text Example
White with #ECC1C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC1C4; }
p { color: rgb(236,193,196); }
H1.HeaderClassName
{
color: #ECC1C4;
}
.AnyTagClassName
{
color: #ECC1C4;
}
</style>
background-color css
<style>
a { background-color: #ECC1C4; }
a { background-color: rgb(236,193,196); }
div.DivClassName
{
background-color: #ECC1C4;
}
.BgClassName
{
background-color: #ECC1C4;
}
</style>
border-color css
<style>
span { border-color: #ECC1C4; }
span { border-color: rgb(236,193,196); }
td.TdClassName
{
border-color: #ECC1C4;
}
.TagClassName
{
border-color: #ECC1C4;
}
</style>