Shades of Azalea #ECBCC1
Tints of Azalea #ECBCC1
RGB
CMYK
RGB Variations
Color information
#ECBCC1 (or 0xECBCC1) is known color: Azalea. HEX triplet: EC, BC and C1. RGB value is (236,188,193). Sum of RGB (Red+Green+Blue) = 236+188+193=617 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.25% from 617); Green value is 188 (73.83% from 255 or 30.47% from 617); Blue value is 193 (75.78% from 255 or 31.28% from 617); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBCC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBCC1 is #13433E. Grayscale: #CACACA. Windows color (decimal): -1262399 or 12696812. OLE color: 12696812.
HSL color Cylindrical-coordinate representation of color #ECBCC1: hue angle of 353.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 #ECBCC1 is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 188 | 193 | - |
| CMYK | 0 | 0.20 | 0.18 | 0.07 |
| HSL | 353.75º | 0.56% | 0.83% | - |
| HSV(B) | 353.75º | 0.2% | 0.93% | - |
| XYZ | 62.2 | 57.65 | 58.3 | - |
| YUV | 202.92 | 122.4 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 193 | 0 | 0.20 | 0.18 | 0.07 | 353.75 | 0.56 | 0.83 |
| Hex | EC | BC | C1 | 0 | 14 | 12 | 7 | 162 | 38 | 53 |
| Octal | 354 | 274 | 301 | 0 | 24 | 22 | 7 | 542 | 70 | 123 |
| Binary | 11101100 | 10111100 | 11000001 | 0 | 10100 | 10010 | 111 | 101100010 | 111000 | 1010011 |
Color Harmonies of #ECBCC1
Complementary color
Monochromatic Colors of #ECBCC1
Black with #ECBCC1
Text Example
Text Example
White with #ECBCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBCC1; }
p { color: rgb(236,188,193); }
H1.HeaderClassName
{
color: #ECBCC1;
}
.AnyTagClassName
{
color: #ECBCC1;
}
</style>
background-color css
<style>
a { background-color: #ECBCC1; }
a { background-color: rgb(236,188,193); }
div.DivClassName
{
background-color: #ECBCC1;
}
.BgClassName
{
background-color: #ECBCC1;
}
</style>
border-color css
<style>
span { border-color: #ECBCC1; }
span { border-color: rgb(236,188,193); }
td.TdClassName
{
border-color: #ECBCC1;
}
.TagClassName
{
border-color: #ECBCC1;
}
</style>