Shades of Azalea #ECBABD
Tints of Azalea #ECBABD
RGB
CMYK
RGB Variations
Color information
#ECBABD (or 0xECBABD) is known color: Azalea. HEX triplet: EC, BA and BD. RGB value is (236,186,189). Sum of RGB (Red+Green+Blue) = 236+186+189=611 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.63% from 611); Green value is 186 (73.05% from 255 or 30.44% from 611); Blue value is 189 (74.22% from 255 or 30.93% from 611); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBABD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBABD is #134542. Grayscale: #C9C9C9. Windows color (decimal): -1262915 or 12434156. OLE color: 12434156.
HSL color Cylindrical-coordinate representation of color #ECBABD: hue angle of 356.4º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ECBABD is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 186 | 189 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.07 |
| HSL | 356.4º | 0.57% | 0.83% | - |
| HSV(B) | 356.4º | 0.21% | 0.93% | - |
| XYZ | 61.34 | 56.62 | 55.84 | - |
| YUV | 201.29 | 121.07 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 186 | 189 | 0 | 0.21 | 0.20 | 0.07 | 356.4 | 0.57 | 0.83 |
| Hex | EC | BA | BD | 0 | 15 | 14 | 7 | 164 | 39 | 53 |
| Octal | 354 | 272 | 275 | 0 | 25 | 24 | 7 | 544 | 71 | 123 |
| Binary | 11101100 | 10111010 | 10111101 | 0 | 10101 | 10100 | 111 | 101100100 | 111001 | 1010011 |
Color Harmonies of #ECBABD
Complementary color
Monochromatic Colors of #ECBABD
Black with #ECBABD
Text Example
Text Example
White with #ECBABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBABD; }
p { color: rgb(236,186,189); }
H1.HeaderClassName
{
color: #ECBABD;
}
.AnyTagClassName
{
color: #ECBABD;
}
</style>
background-color css
<style>
a { background-color: #ECBABD; }
a { background-color: rgb(236,186,189); }
div.DivClassName
{
background-color: #ECBABD;
}
.BgClassName
{
background-color: #ECBABD;
}
</style>
border-color css
<style>
span { border-color: #ECBABD; }
span { border-color: rgb(236,186,189); }
td.TdClassName
{
border-color: #ECBABD;
}
.TagClassName
{
border-color: #ECBABD;
}
</style>