Shades of Hot Magenta #EC12D9
Tints of Hot Magenta #EC12D9
RGB
CMYK
RGB Variations
Color information
#EC12D9 (or 0xEC12D9) is known color: Hot Magenta. HEX triplet: EC, 12 and D9. RGB value is (236,18,217). Sum of RGB (Red+Green+Blue) = 236+18+217=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 18 (7.42% from 255 or 3.82% from 471); Blue value is 217 (85.16% from 255 or 46.07% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC12D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC12D9 is #13ED26. Grayscale: #696969. Windows color (decimal): -1305895 or 14226156. OLE color: 14226156.
HSL color Cylindrical-coordinate representation of color #EC12D9: hue angle of 305.23º 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 #EC12D9 is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 18 | 217 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.07 |
| HSL | 305.23º | 0.86% | 0.5% | - |
| HSV(B) | 305.23º | 0.92% | 0.93% | - |
| XYZ | 47.33 | 23.28 | 67.64 | - |
| YUV | 105.87 | 190.72 | 220.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 18 | 217 | 0 | 0.92 | 0.08 | 0.07 | 305.23 | 0.86 | 0.5 |
| Hex | EC | 12 | D9 | 0 | 5C | 8 | 7 | 131 | 56 | 32 |
| Octal | 354 | 22 | 331 | 0 | 134 | 10 | 7 | 461 | 126 | 62 |
| Binary | 11101100 | 10010 | 11011001 | 0 | 1011100 | 1000 | 111 | 100110001 | 1010110 | 110010 |
Color Harmonies of #EC12D9
Complementary color
Monochromatic Colors of #EC12D9
Black with #EC12D9
Text Example
Text Example
White with #EC12D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC12D9; }
p { color: rgb(236,18,217); }
H1.HeaderClassName
{
color: #EC12D9;
}
.AnyTagClassName
{
color: #EC12D9;
}
</style>
background-color css
<style>
a { background-color: #EC12D9; }
a { background-color: rgb(236,18,217); }
div.DivClassName
{
background-color: #EC12D9;
}
.BgClassName
{
background-color: #EC12D9;
}
</style>
border-color css
<style>
span { border-color: #EC12D9; }
span { border-color: rgb(236,18,217); }
td.TdClassName
{
border-color: #EC12D9;
}
.TagClassName
{
border-color: #EC12D9;
}
</style>