Shades of Hot Magenta #EC12DC
Tints of Hot Magenta #EC12DC
RGB
CMYK
RGB Variations
Color information
#EC12DC (or 0xEC12DC) is known color: Hot Magenta. HEX triplet: EC, 12 and DC. RGB value is (236,18,220). Sum of RGB (Red+Green+Blue) = 236+18+220=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 18 (7.42% from 255 or 3.80% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #EC12DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC12DC is #13ED23. Grayscale: #696969. Windows color (decimal): -1305892 or 14422764. OLE color: 14422764.
HSL color Cylindrical-coordinate representation of color #EC12DC: hue angle of 304.4º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC12DC is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 18 | 220 | - |
| CMYK | 0 | 0.92 | 0.07 | 0.07 |
| HSL | 304.4º | 0.86% | 0.5% | - |
| HSV(B) | 304.4º | 0.92% | 0.93% | - |
| XYZ | 47.73 | 23.43 | 69.72 | - |
| YUV | 106.21 | 192.22 | 220.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 18 | 220 | 0 | 0.92 | 0.07 | 0.07 | 304.4 | 0.86 | 0.5 |
| Hex | EC | 12 | DC | 0 | 5C | 7 | 7 | 130 | 56 | 32 |
| Octal | 354 | 22 | 334 | 0 | 134 | 7 | 7 | 460 | 126 | 62 |
| Binary | 11101100 | 10010 | 11011100 | 0 | 1011100 | 111 | 111 | 100110000 | 1010110 | 110010 |
Color Harmonies of #EC12DC
Complementary color
Monochromatic Colors of #EC12DC
Black with #EC12DC
Text Example
Text Example
White with #EC12DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC12DC; }
p { color: rgb(236,18,220); }
H1.HeaderClassName
{
color: #EC12DC;
}
.AnyTagClassName
{
color: #EC12DC;
}
</style>
background-color css
<style>
a { background-color: #EC12DC; }
a { background-color: rgb(236,18,220); }
div.DivClassName
{
background-color: #EC12DC;
}
.BgClassName
{
background-color: #EC12DC;
}
</style>
border-color css
<style>
span { border-color: #EC12DC; }
span { border-color: rgb(236,18,220); }
td.TdClassName
{
border-color: #EC12DC;
}
.TagClassName
{
border-color: #EC12DC;
}
</style>