Shades of Azalea #ECC3C4
Tints of Azalea #ECC3C4
RGB
CMYK
RGB Variations
Color information
#ECC3C4 (or 0xECC3C4) is known color: Azalea. HEX triplet: EC, C3 and C4. RGB value is (236,195,196). Sum of RGB (Red+Green+Blue) = 236+195+196=627 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.64% from 627); Green value is 195 (76.56% from 255 or 31.10% from 627); Blue value is 196 (76.95% from 255 or 31.26% from 627); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC3C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC3C4 is #133C3B. Grayscale: #CFCFCF. Windows color (decimal): -1260604 or 12895212. OLE color: 12895212.
HSL color Cylindrical-coordinate representation of color #ECC3C4: hue angle of 358.54º degrees, saturation: 0.52, 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 #ECC3C4 is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 195 | 196 | - |
| CMYK | 0 | 0.17 | 0.17 | 0.07 |
| HSL | 358.54º | 0.52% | 0.85% | - |
| HSV(B) | 358.54º | 0.17% | 0.93% | - |
| XYZ | 64.07 | 60.85 | 60.59 | - |
| YUV | 207.37 | 121.58 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 195 | 196 | 0 | 0.17 | 0.17 | 0.07 | 358.54 | 0.52 | 0.85 |
| Hex | EC | C3 | C4 | 0 | 11 | 11 | 7 | 167 | 34 | 55 |
| Octal | 354 | 303 | 304 | 0 | 21 | 21 | 7 | 547 | 64 | 125 |
| Binary | 11101100 | 11000011 | 11000100 | 0 | 10001 | 10001 | 111 | 101100111 | 110100 | 1010101 |
Color Harmonies of #ECC3C4
Complementary color
Monochromatic Colors of #ECC3C4
Black with #ECC3C4
Text Example
Text Example
White with #ECC3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC3C4; }
p { color: rgb(236,195,196); }
H1.HeaderClassName
{
color: #ECC3C4;
}
.AnyTagClassName
{
color: #ECC3C4;
}
</style>
background-color css
<style>
a { background-color: #ECC3C4; }
a { background-color: rgb(236,195,196); }
div.DivClassName
{
background-color: #ECC3C4;
}
.BgClassName
{
background-color: #ECC3C4;
}
</style>
border-color css
<style>
span { border-color: #ECC3C4; }
span { border-color: rgb(236,195,196); }
td.TdClassName
{
border-color: #ECC3C4;
}
.TagClassName
{
border-color: #ECC3C4;
}
</style>