Shades of Hot Magenta #EC12DF
Tints of Hot Magenta #EC12DF
RGB
CMYK
RGB Variations
Color information
#EC12DF (or 0xEC12DF) is known color: Hot Magenta. HEX triplet: EC, 12 and DF. RGB value is (236,18,223). Sum of RGB (Red+Green+Blue) = 236+18+223=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 18 (7.42% from 255 or 3.77% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #EC12DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC12DF is #13ED20. Grayscale: #696969. Windows color (decimal): -1305889 or 14619372. OLE color: 14619372.
HSL color Cylindrical-coordinate representation of color #EC12DF: hue angle of 303.58º 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 #EC12DF is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 18 | 223 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.07 |
| HSL | 303.58º | 0.86% | 0.5% | - |
| HSV(B) | 303.58º | 0.92% | 0.93% | - |
| XYZ | 48.13 | 23.59 | 71.83 | - |
| YUV | 106.55 | 193.72 | 220.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 18 | 223 | 0 | 0.92 | 0.06 | 0.07 | 303.58 | 0.86 | 0.5 |
| Hex | EC | 12 | DF | 0 | 5C | 6 | 7 | 130 | 56 | 32 |
| Octal | 354 | 22 | 337 | 0 | 134 | 6 | 7 | 460 | 126 | 62 |
| Binary | 11101100 | 10010 | 11011111 | 0 | 1011100 | 110 | 111 | 100110000 | 1010110 | 110010 |
Color Harmonies of #EC12DF
Complementary color
Monochromatic Colors of #EC12DF
Black with #EC12DF
Text Example
Text Example
White with #EC12DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC12DF; }
p { color: rgb(236,18,223); }
H1.HeaderClassName
{
color: #EC12DF;
}
.AnyTagClassName
{
color: #EC12DF;
}
</style>
background-color css
<style>
a { background-color: #EC12DF; }
a { background-color: rgb(236,18,223); }
div.DivClassName
{
background-color: #EC12DF;
}
.BgClassName
{
background-color: #EC12DF;
}
</style>
border-color css
<style>
span { border-color: #EC12DF; }
span { border-color: rgb(236,18,223); }
td.TdClassName
{
border-color: #EC12DF;
}
.TagClassName
{
border-color: #EC12DF;
}
</style>