Shades of Azalea #ECBCBD
Tints of Azalea #ECBCBD
RGB
CMYK
RGB Variations
Color information
#ECBCBD (or 0xECBCBD) is known color: Azalea. HEX triplet: EC, BC and BD. RGB value is (236,188,189). Sum of RGB (Red+Green+Blue) = 236+188+189=613 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.50% from 613); Green value is 188 (73.83% from 255 or 30.67% from 613); Blue value is 189 (74.22% from 255 or 30.83% from 613); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBCBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBCBD is #134342. Grayscale: #CACACA. Windows color (decimal): -1262403 or 12434668. OLE color: 12434668.
HSL color Cylindrical-coordinate representation of color #ECBCBD: hue angle of 358.75º 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 #ECBCBD is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 188 | 189 | - |
| CMYK | 0 | 0.20 | 0.20 | 0.07 |
| HSL | 358.75º | 0.56% | 0.83% | - |
| HSV(B) | 358.75º | 0.2% | 0.93% | - |
| XYZ | 61.76 | 57.47 | 55.98 | - |
| YUV | 202.47 | 120.4 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 189 | 0 | 0.20 | 0.20 | 0.07 | 358.75 | 0.56 | 0.83 |
| Hex | EC | BC | BD | 0 | 14 | 14 | 7 | 167 | 38 | 53 |
| Octal | 354 | 274 | 275 | 0 | 24 | 24 | 7 | 547 | 70 | 123 |
| Binary | 11101100 | 10111100 | 10111101 | 0 | 10100 | 10100 | 111 | 101100111 | 111000 | 1010011 |
Color Harmonies of #ECBCBD
Complementary color
Monochromatic Colors of #ECBCBD
Black with #ECBCBD
Text Example
Text Example
White with #ECBCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBCBD; }
p { color: rgb(236,188,189); }
H1.HeaderClassName
{
color: #ECBCBD;
}
.AnyTagClassName
{
color: #ECBCBD;
}
</style>
background-color css
<style>
a { background-color: #ECBCBD; }
a { background-color: rgb(236,188,189); }
div.DivClassName
{
background-color: #ECBCBD;
}
.BgClassName
{
background-color: #ECBCBD;
}
</style>
border-color css
<style>
span { border-color: #ECBCBD; }
span { border-color: rgb(236,188,189); }
td.TdClassName
{
border-color: #ECBCBD;
}
.TagClassName
{
border-color: #ECBCBD;
}
</style>