Shades of Hot Magenta #EC13DF
Tints of Hot Magenta #EC13DF
RGB
CMYK
RGB Variations
Color information
#EC13DF (or 0xEC13DF) is known color: Hot Magenta. HEX triplet: EC, 13 and DF. RGB value is (236,19,223). Sum of RGB (Red+Green+Blue) = 236+19+223=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 19 (7.81% from 255 or 3.97% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #EC13DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC13DF is #13EC20. Grayscale: #6A6A6A. Windows color (decimal): -1305633 or 14619628. OLE color: 14619628.
HSL color Cylindrical-coordinate representation of color #EC13DF: hue angle of 303.59º degrees, saturation: 0.85, 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 #EC13DF is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 19 | 223 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.07 |
| HSL | 303.59º | 0.85% | 0.5% | - |
| HSV(B) | 303.59º | 0.92% | 0.93% | - |
| XYZ | 48.14 | 23.63 | 71.83 | - |
| YUV | 107.14 | 193.39 | 219.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 19 | 223 | 0 | 0.92 | 0.06 | 0.07 | 303.59 | 0.85 | 0.5 |
| Hex | EC | 13 | DF | 0 | 5C | 6 | 7 | 130 | 55 | 32 |
| Octal | 354 | 23 | 337 | 0 | 134 | 6 | 7 | 460 | 125 | 62 |
| Binary | 11101100 | 10011 | 11011111 | 0 | 1011100 | 110 | 111 | 100110000 | 1010101 | 110010 |
Color Harmonies of #EC13DF
Complementary color
Monochromatic Colors of #EC13DF
Black with #EC13DF
Text Example
Text Example
White with #EC13DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC13DF; }
p { color: rgb(236,19,223); }
H1.HeaderClassName
{
color: #EC13DF;
}
.AnyTagClassName
{
color: #EC13DF;
}
</style>
background-color css
<style>
a { background-color: #EC13DF; }
a { background-color: rgb(236,19,223); }
div.DivClassName
{
background-color: #EC13DF;
}
.BgClassName
{
background-color: #EC13DF;
}
</style>
border-color css
<style>
span { border-color: #EC13DF; }
span { border-color: rgb(236,19,223); }
td.TdClassName
{
border-color: #EC13DF;
}
.TagClassName
{
border-color: #EC13DF;
}
</style>