Shades of Azalea #ECBFC5
Tints of Azalea #ECBFC5
RGB
CMYK
RGB Variations
Color information
#ECBFC5 (or 0xECBFC5) is known color: Azalea. HEX triplet: EC, BF and C5. RGB value is (236,191,197). Sum of RGB (Red+Green+Blue) = 236+191+197=624 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.82% from 624); Green value is 191 (75% from 255 or 30.61% from 624); Blue value is 197 (77.34% from 255 or 31.57% from 624); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBFC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBFC5 is #13403A. Grayscale: #CDCDCD. Windows color (decimal): -1261627 or 12959724. OLE color: 12959724.
HSL color Cylindrical-coordinate representation of color #ECBFC5: hue angle of 352º 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 #ECBFC5 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 191 | 197 | - |
CMYK | 0 | 0.19 | 0.17 | 0.07 |
HSL | 352º | 0.54% | 0.84% | - |
HSV(B) | 352º | 0.19% | 0.93% | - |
XYZ | 63.3 | 59.13 | 60.9 | - |
YUV | 205.14 | 123.41 | 150.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 191 | 197 | 0 | 0.19 | 0.17 | 0.07 | 352 | 0.54 | 0.84 |
Hex | EC | BF | C5 | 0 | 13 | 11 | 7 | 160 | 36 | 54 |
Octal | 354 | 277 | 305 | 0 | 23 | 21 | 7 | 540 | 66 | 124 |
Binary | 11101100 | 10111111 | 11000101 | 0 | 10011 | 10001 | 111 | 101100000 | 110110 | 1010100 |
Color Harmonies of #ECBFC5
Complementary color
Monochromatic Colors of #ECBFC5
Black with #ECBFC5
Text Example
Text Example
White with #ECBFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBFC5; }
p { color: rgb(236,191,197); }
H1.HeaderClassName
{
color: #ECBFC5;
}
.AnyTagClassName
{
color: #ECBFC5;
}
</style>
background-color css
<style>
a { background-color: #ECBFC5; }
a { background-color: rgb(236,191,197); }
div.DivClassName
{
background-color: #ECBFC5;
}
.BgClassName
{
background-color: #ECBFC5;
}
</style>
border-color css
<style>
span { border-color: #ECBFC5; }
span { border-color: rgb(236,191,197); }
td.TdClassName
{
border-color: #ECBFC5;
}
.TagClassName
{
border-color: #ECBFC5;
}
</style>