Shades of Azalea #ECBBBC
Tints of Azalea #ECBBBC
RGB
CMYK
RGB Variations
Color information
#ECBBBC (or 0xECBBBC) is known color: Azalea. HEX triplet: EC, BB and BC. RGB value is (236,187,188). Sum of RGB (Red+Green+Blue) = 236+187+188=611 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.63% from 611); Green value is 187 (73.44% from 255 or 30.61% from 611); Blue value is 188 (73.83% from 255 or 30.77% from 611); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBBBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBBBC is #134443. Grayscale: #C9C9C9. Windows color (decimal): -1262660 or 12368876. OLE color: 12368876.
HSL color Cylindrical-coordinate representation of color #ECBBBC: hue angle of 358.78º degrees, saturation: 0.56, 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 #ECBBBC is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 187 | 188 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.07 |
| HSL | 358.78º | 0.56% | 0.83% | - |
| HSV(B) | 358.78º | 0.21% | 0.93% | - |
| XYZ | 61.44 | 57 | 55.34 | - |
| YUV | 201.77 | 120.23 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 187 | 188 | 0 | 0.21 | 0.20 | 0.07 | 358.78 | 0.56 | 0.83 |
| Hex | EC | BB | BC | 0 | 15 | 14 | 7 | 167 | 38 | 53 |
| Octal | 354 | 273 | 274 | 0 | 25 | 24 | 7 | 547 | 70 | 123 |
| Binary | 11101100 | 10111011 | 10111100 | 0 | 10101 | 10100 | 111 | 101100111 | 111000 | 1010011 |
Color Harmonies of #ECBBBC
Complementary color
Monochromatic Colors of #ECBBBC
Black with #ECBBBC
Text Example
Text Example
White with #ECBBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBBBC; }
p { color: rgb(236,187,188); }
H1.HeaderClassName
{
color: #ECBBBC;
}
.AnyTagClassName
{
color: #ECBBBC;
}
</style>
background-color css
<style>
a { background-color: #ECBBBC; }
a { background-color: rgb(236,187,188); }
div.DivClassName
{
background-color: #ECBBBC;
}
.BgClassName
{
background-color: #ECBBBC;
}
</style>
border-color css
<style>
span { border-color: #ECBBBC; }
span { border-color: rgb(236,187,188); }
td.TdClassName
{
border-color: #ECBBBC;
}
.TagClassName
{
border-color: #ECBBBC;
}
</style>