Shades of Azalea #ECC4C8
Tints of Azalea #ECC4C8
RGB
CMYK
RGB Variations
Color information
#ECC4C8 (or 0xECC4C8) is known color: Azalea. HEX triplet: EC, C4 and C8. RGB value is (236,196,200). Sum of RGB (Red+Green+Blue) = 236+196+200=632 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.34% from 632); Green value is 196 (76.95% from 255 or 31.01% from 632); Blue value is 200 (78.52% from 255 or 31.65% from 632); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC4C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC4C8 is #133B37. Grayscale: #D0D0D0. Windows color (decimal): -1260344 or 13157612. OLE color: 13157612.
HSL color Cylindrical-coordinate representation of color #ECC4C8: hue angle of 354º 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 #ECC4C8 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 196 | 200 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.07 |
| HSL | 354º | 0.51% | 0.85% | - |
| HSV(B) | 354º | 0.17% | 0.93% | - |
| XYZ | 64.76 | 61.48 | 63.1 | - |
| YUV | 208.42 | 123.25 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 196 | 200 | 0 | 0.17 | 0.15 | 0.07 | 354 | 0.51 | 0.85 |
| Hex | EC | C4 | C8 | 0 | 11 | F | 7 | 162 | 33 | 55 |
| Octal | 354 | 304 | 310 | 0 | 21 | 17 | 7 | 542 | 63 | 125 |
| Binary | 11101100 | 11000100 | 11001000 | 0 | 10001 | 1111 | 111 | 101100010 | 110011 | 1010101 |
Color Harmonies of #ECC4C8
Complementary color
Monochromatic Colors of #ECC4C8
Black with #ECC4C8
Text Example
Text Example
White with #ECC4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC4C8; }
p { color: rgb(236,196,200); }
H1.HeaderClassName
{
color: #ECC4C8;
}
.AnyTagClassName
{
color: #ECC4C8;
}
</style>
background-color css
<style>
a { background-color: #ECC4C8; }
a { background-color: rgb(236,196,200); }
div.DivClassName
{
background-color: #ECC4C8;
}
.BgClassName
{
background-color: #ECC4C8;
}
</style>
border-color css
<style>
span { border-color: #ECC4C8; }
span { border-color: rgb(236,196,200); }
td.TdClassName
{
border-color: #ECC4C8;
}
.TagClassName
{
border-color: #ECC4C8;
}
</style>