Shades of Azalea #ECC7CB
Tints of Azalea #ECC7CB
RGB
CMYK
RGB Variations
Color information
#ECC7CB (or 0xECC7CB) is known color: Azalea. HEX triplet: EC, C7 and CB. RGB value is (236,199,203). Sum of RGB (Red+Green+Blue) = 236+199+203=638 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.99% from 638); Green value is 199 (78.12% from 255 or 31.19% from 638); Blue value is 203 (79.69% from 255 or 31.82% from 638); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC7CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC7CB is #133834. Grayscale: #D2D2D2. Windows color (decimal): -1259573 or 13354988. OLE color: 13354988.
HSL color Cylindrical-coordinate representation of color #ECC7CB: hue angle of 353.51º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ECC7CB is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 199 | 203 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.07 |
| HSL | 353.51º | 0.49% | 0.85% | - |
| HSV(B) | 353.51º | 0.16% | 0.93% | - |
| XYZ | 65.79 | 62.99 | 65.19 | - |
| YUV | 210.52 | 123.76 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 199 | 203 | 0 | 0.16 | 0.14 | 0.07 | 353.51 | 0.49 | 0.85 |
| Hex | EC | C7 | CB | 0 | 10 | E | 7 | 162 | 31 | 55 |
| Octal | 354 | 307 | 313 | 0 | 20 | 16 | 7 | 542 | 61 | 125 |
| Binary | 11101100 | 11000111 | 11001011 | 0 | 10000 | 1110 | 111 | 101100010 | 110001 | 1010101 |
Color Harmonies of #ECC7CB
Complementary color
Monochromatic Colors of #ECC7CB
Black with #ECC7CB
Text Example
Text Example
White with #ECC7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC7CB; }
p { color: rgb(236,199,203); }
H1.HeaderClassName
{
color: #ECC7CB;
}
.AnyTagClassName
{
color: #ECC7CB;
}
</style>
background-color css
<style>
a { background-color: #ECC7CB; }
a { background-color: rgb(236,199,203); }
div.DivClassName
{
background-color: #ECC7CB;
}
.BgClassName
{
background-color: #ECC7CB;
}
</style>
border-color css
<style>
span { border-color: #ECC7CB; }
span { border-color: rgb(236,199,203); }
td.TdClassName
{
border-color: #ECC7CB;
}
.TagClassName
{
border-color: #ECC7CB;
}
</style>