Shades of Hot Magenta #EC11DF
Tints of Hot Magenta #EC11DF
RGB
CMYK
RGB Variations
Color information
#EC11DF (or 0xEC11DF) is known color: Hot Magenta. HEX triplet: EC, 11 and DF. RGB value is (236,17,223). Sum of RGB (Red+Green+Blue) = 236+17+223=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 17 (7.03% from 255 or 3.57% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #EC11DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC11DF is #13EE20. Grayscale: #696969. Windows color (decimal): -1306145 or 14619116. OLE color: 14619116.
HSL color Cylindrical-coordinate representation of color #EC11DF: hue angle of 303.56º 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 #EC11DF is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 223 | - |
| CMYK | 0 | 0.93 | 0.06 | 0.07 |
| HSL | 303.56º | 0.87% | 0.5% | - |
| HSV(B) | 303.56º | 0.93% | 0.93% | - |
| XYZ | 48.11 | 23.56 | 71.82 | - |
| YUV | 105.97 | 194.05 | 220.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 223 | 0 | 0.93 | 0.06 | 0.07 | 303.56 | 0.87 | 0.5 |
| Hex | EC | 11 | DF | 0 | 5D | 6 | 7 | 130 | 57 | 32 |
| Octal | 354 | 21 | 337 | 0 | 135 | 6 | 7 | 460 | 127 | 62 |
| Binary | 11101100 | 10001 | 11011111 | 0 | 1011101 | 110 | 111 | 100110000 | 1010111 | 110010 |
Color Harmonies of #EC11DF
Complementary color
Monochromatic Colors of #EC11DF
Black with #EC11DF
Text Example
Text Example
White with #EC11DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC11DF; }
p { color: rgb(236,17,223); }
H1.HeaderClassName
{
color: #EC11DF;
}
.AnyTagClassName
{
color: #EC11DF;
}
</style>
background-color css
<style>
a { background-color: #EC11DF; }
a { background-color: rgb(236,17,223); }
div.DivClassName
{
background-color: #EC11DF;
}
.BgClassName
{
background-color: #EC11DF;
}
</style>
border-color css
<style>
span { border-color: #EC11DF; }
span { border-color: rgb(236,17,223); }
td.TdClassName
{
border-color: #EC11DF;
}
.TagClassName
{
border-color: #EC11DF;
}
</style>