Shades of Hot Magenta #EC11DC
Tints of Hot Magenta #EC11DC
RGB
CMYK
RGB Variations
Color information
#EC11DC (or 0xEC11DC) is known color: Hot Magenta. HEX triplet: EC, 11 and DC. RGB value is (236,17,220). Sum of RGB (Red+Green+Blue) = 236+17+220=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 17 (7.03% from 255 or 3.59% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #EC11DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC11DC is #13EE23. Grayscale: #696969. Windows color (decimal): -1306148 or 14422508. OLE color: 14422508.
HSL color Cylindrical-coordinate representation of color #EC11DC: hue angle of 304.38º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC11DC is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 220 | - |
| CMYK | 0 | 0.93 | 0.07 | 0.07 |
| HSL | 304.38º | 0.87% | 0.5% | - |
| HSV(B) | 304.38º | 0.93% | 0.93% | - |
| XYZ | 47.71 | 23.4 | 69.71 | - |
| YUV | 105.62 | 192.55 | 220.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 220 | 0 | 0.93 | 0.07 | 0.07 | 304.38 | 0.87 | 0.5 |
| Hex | EC | 11 | DC | 0 | 5D | 7 | 7 | 130 | 57 | 32 |
| Octal | 354 | 21 | 334 | 0 | 135 | 7 | 7 | 460 | 127 | 62 |
| Binary | 11101100 | 10001 | 11011100 | 0 | 1011101 | 111 | 111 | 100110000 | 1010111 | 110010 |
Color Harmonies of #EC11DC
Complementary color
Monochromatic Colors of #EC11DC
Black with #EC11DC
Text Example
Text Example
White with #EC11DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC11DC; }
p { color: rgb(236,17,220); }
H1.HeaderClassName
{
color: #EC11DC;
}
.AnyTagClassName
{
color: #EC11DC;
}
</style>
background-color css
<style>
a { background-color: #EC11DC; }
a { background-color: rgb(236,17,220); }
div.DivClassName
{
background-color: #EC11DC;
}
.BgClassName
{
background-color: #EC11DC;
}
</style>
border-color css
<style>
span { border-color: #EC11DC; }
span { border-color: rgb(236,17,220); }
td.TdClassName
{
border-color: #EC11DC;
}
.TagClassName
{
border-color: #EC11DC;
}
</style>