Shades of Azalea #ECBCBE
Tints of Azalea #ECBCBE
RGB
CMYK
RGB Variations
Color information
#ECBCBE (or 0xECBCBE) is known color: Azalea. HEX triplet: EC, BC and BE. RGB value is (236,188,190). Sum of RGB (Red+Green+Blue) = 236+188+190=614 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.44% from 614); Green value is 188 (73.83% from 255 or 30.62% from 614); Blue value is 190 (74.61% from 255 or 30.94% from 614); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBCBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBCBE is #134341. Grayscale: #CACACA. Windows color (decimal): -1262402 or 12500204. OLE color: 12500204.
HSL color Cylindrical-coordinate representation of color #ECBCBE: hue angle of 357.5º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECBCBE is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 188 | 190 | - |
| CMYK | 0 | 0.20 | 0.19 | 0.07 |
| HSL | 357.5º | 0.56% | 0.83% | - |
| HSV(B) | 357.5º | 0.2% | 0.93% | - |
| XYZ | 61.87 | 57.52 | 56.56 | - |
| YUV | 202.58 | 120.9 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 190 | 0 | 0.20 | 0.19 | 0.07 | 357.5 | 0.56 | 0.83 |
| Hex | EC | BC | BE | 0 | 14 | 13 | 7 | 166 | 38 | 53 |
| Octal | 354 | 274 | 276 | 0 | 24 | 23 | 7 | 546 | 70 | 123 |
| Binary | 11101100 | 10111100 | 10111110 | 0 | 10100 | 10011 | 111 | 101100110 | 111000 | 1010011 |
Color Harmonies of #ECBCBE
Complementary color
Monochromatic Colors of #ECBCBE
Black with #ECBCBE
Text Example
Text Example
White with #ECBCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBCBE; }
p { color: rgb(236,188,190); }
H1.HeaderClassName
{
color: #ECBCBE;
}
.AnyTagClassName
{
color: #ECBCBE;
}
</style>
background-color css
<style>
a { background-color: #ECBCBE; }
a { background-color: rgb(236,188,190); }
div.DivClassName
{
background-color: #ECBCBE;
}
.BgClassName
{
background-color: #ECBCBE;
}
</style>
border-color css
<style>
span { border-color: #ECBCBE; }
span { border-color: rgb(236,188,190); }
td.TdClassName
{
border-color: #ECBCBE;
}
.TagClassName
{
border-color: #ECBCBE;
}
</style>