Shades of Azalea #ECC8CB
Tints of Azalea #ECC8CB
RGB
CMYK
RGB Variations
Color information
#ECC8CB (or 0xECC8CB) is known color: Azalea. HEX triplet: EC, C8 and CB. RGB value is (236,200,203). Sum of RGB (Red+Green+Blue) = 236+200+203=639 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.93% from 639); Green value is 200 (78.52% from 255 or 31.30% from 639); Blue value is 203 (79.69% from 255 or 31.77% from 639); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC8CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC8CB is #133734. Grayscale: #D3D3D3. Windows color (decimal): -1259317 or 13355244. OLE color: 13355244.
HSL color Cylindrical-coordinate representation of color #ECC8CB: hue angle of 355º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ECC8CB is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 200 | 203 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.07 |
| HSL | 355º | 0.49% | 0.85% | - |
| HSV(B) | 355º | 0.15% | 0.93% | - |
| XYZ | 66.03 | 63.45 | 65.27 | - |
| YUV | 211.11 | 123.43 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 200 | 203 | 0 | 0.15 | 0.14 | 0.07 | 355 | 0.49 | 0.85 |
| Hex | EC | C8 | CB | 0 | F | E | 7 | 163 | 31 | 55 |
| Octal | 354 | 310 | 313 | 0 | 17 | 16 | 7 | 543 | 61 | 125 |
| Binary | 11101100 | 11001000 | 11001011 | 0 | 1111 | 1110 | 111 | 101100011 | 110001 | 1010101 |
Color Harmonies of #ECC8CB
Complementary color
Monochromatic Colors of #ECC8CB
Black with #ECC8CB
Text Example
Text Example
White with #ECC8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC8CB; }
p { color: rgb(236,200,203); }
H1.HeaderClassName
{
color: #ECC8CB;
}
.AnyTagClassName
{
color: #ECC8CB;
}
</style>
background-color css
<style>
a { background-color: #ECC8CB; }
a { background-color: rgb(236,200,203); }
div.DivClassName
{
background-color: #ECC8CB;
}
.BgClassName
{
background-color: #ECC8CB;
}
</style>
border-color css
<style>
span { border-color: #ECC8CB; }
span { border-color: rgb(236,200,203); }
td.TdClassName
{
border-color: #ECC8CB;
}
.TagClassName
{
border-color: #ECC8CB;
}
</style>