Shades of Azalea #ECBFC3
Tints of Azalea #ECBFC3
RGB
CMYK
RGB Variations
Color information
#ECBFC3 (or 0xECBFC3) is known color: Azalea. HEX triplet: EC, BF and C3. RGB value is (236,191,195). Sum of RGB (Red+Green+Blue) = 236+191+195=622 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.94% from 622); Green value is 191 (75% from 255 or 30.71% from 622); Blue value is 195 (76.56% from 255 or 31.35% from 622); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBFC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBFC3 is #13403C. Grayscale: #CCCCCC. Windows color (decimal): -1261629 or 12828652. OLE color: 12828652.
HSL color Cylindrical-coordinate representation of color #ECBFC3: hue angle of 354.67º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECBFC3 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 191 | 195 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.07 |
| HSL | 354.67º | 0.54% | 0.84% | - |
| HSV(B) | 354.67º | 0.19% | 0.93% | - |
| XYZ | 63.07 | 59.03 | 59.7 | - |
| YUV | 204.91 | 122.41 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 191 | 195 | 0 | 0.19 | 0.17 | 0.07 | 354.67 | 0.54 | 0.84 |
| Hex | EC | BF | C3 | 0 | 13 | 11 | 7 | 163 | 36 | 54 |
| Octal | 354 | 277 | 303 | 0 | 23 | 21 | 7 | 543 | 66 | 124 |
| Binary | 11101100 | 10111111 | 11000011 | 0 | 10011 | 10001 | 111 | 101100011 | 110110 | 1010100 |
Color Harmonies of #ECBFC3
Complementary color
Monochromatic Colors of #ECBFC3
Black with #ECBFC3
Text Example
Text Example
White with #ECBFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBFC3; }
p { color: rgb(236,191,195); }
H1.HeaderClassName
{
color: #ECBFC3;
}
.AnyTagClassName
{
color: #ECBFC3;
}
</style>
background-color css
<style>
a { background-color: #ECBFC3; }
a { background-color: rgb(236,191,195); }
div.DivClassName
{
background-color: #ECBFC3;
}
.BgClassName
{
background-color: #ECBFC3;
}
</style>
border-color css
<style>
span { border-color: #ECBFC3; }
span { border-color: rgb(236,191,195); }
td.TdClassName
{
border-color: #ECBFC3;
}
.TagClassName
{
border-color: #ECBFC3;
}
</style>