Shades of Hot Magenta #EC0CDB
Tints of Hot Magenta #EC0CDB
RGB
CMYK
RGB Variations
Color information
#EC0CDB (or 0xEC0CDB) is known color: Hot Magenta. HEX triplet: EC, 0C and DB. RGB value is (236,12,219). Sum of RGB (Red+Green+Blue) = 236+12+219=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 12 (5.08% from 255 or 2.57% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0CDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0CDB is #13F324. Grayscale: #656565. Windows color (decimal): -1307429 or 14355692. OLE color: 14355692.
HSL color Cylindrical-coordinate representation of color #EC0CDB: hue angle of 304.55º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC0CDB is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 12 | 219 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.07 |
| HSL | 304.55º | 0.9% | 0.49% | - |
| HSV(B) | 304.55º | 0.95% | 0.93% | - |
| XYZ | 47.51 | 23.21 | 68.99 | - |
| YUV | 102.57 | 193.71 | 223.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 12 | 219 | 0 | 0.95 | 0.07 | 0.07 | 304.55 | 0.9 | 0.49 |
| Hex | EC | C | DB | 0 | 5F | 7 | 7 | 131 | 5A | 31 |
| Octal | 354 | 14 | 333 | 0 | 137 | 7 | 7 | 461 | 132 | 61 |
| Binary | 11101100 | 1100 | 11011011 | 0 | 1011111 | 111 | 111 | 100110001 | 1011010 | 110001 |
Color Harmonies of #EC0CDB
Complementary color
Monochromatic Colors of #EC0CDB
Black with #EC0CDB
Text Example
Text Example
White with #EC0CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0CDB; }
p { color: rgb(236,12,219); }
H1.HeaderClassName
{
color: #EC0CDB;
}
.AnyTagClassName
{
color: #EC0CDB;
}
</style>
background-color css
<style>
a { background-color: #EC0CDB; }
a { background-color: rgb(236,12,219); }
div.DivClassName
{
background-color: #EC0CDB;
}
.BgClassName
{
background-color: #EC0CDB;
}
</style>
border-color css
<style>
span { border-color: #EC0CDB; }
span { border-color: rgb(236,12,219); }
td.TdClassName
{
border-color: #EC0CDB;
}
.TagClassName
{
border-color: #EC0CDB;
}
</style>