Shades of Hot Magenta #EC11E1
Tints of Hot Magenta #EC11E1
RGB
CMYK
RGB Variations
Color information
#EC11E1 (or 0xEC11E1) is known color: Hot Magenta. HEX triplet: EC, 11 and E1. RGB value is (236,17,225). Sum of RGB (Red+Green+Blue) = 236+17+225=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 17 (7.03% from 255 or 3.56% from 478); Blue value is 225 (88.28% from 255 or 47.07% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #EC11E1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC11E1 is #13EE1E. Grayscale: #696969. Windows color (decimal): -1306143 or 14750188. OLE color: 14750188.
HSL color Cylindrical-coordinate representation of color #EC11E1: hue angle of 303.01º 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 #EC11E1 is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 225 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.07 |
| HSL | 303.01º | 0.87% | 0.5% | - |
| HSV(B) | 303.01º | 0.93% | 0.93% | - |
| XYZ | 48.38 | 23.67 | 73.25 | - |
| YUV | 106.19 | 195.05 | 220.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 225 | 0 | 0.93 | 0.05 | 0.07 | 303.01 | 0.87 | 0.5 |
| Hex | EC | 11 | E1 | 0 | 5D | 5 | 7 | 12F | 57 | 32 |
| Octal | 354 | 21 | 341 | 0 | 135 | 5 | 7 | 457 | 127 | 62 |
| Binary | 11101100 | 10001 | 11100001 | 0 | 1011101 | 101 | 111 | 100101111 | 1010111 | 110010 |
Color Harmonies of #EC11E1
Complementary color
Monochromatic Colors of #EC11E1
Black with #EC11E1
Text Example
Text Example
White with #EC11E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC11E1; }
p { color: rgb(236,17,225); }
H1.HeaderClassName
{
color: #EC11E1;
}
.AnyTagClassName
{
color: #EC11E1;
}
</style>
background-color css
<style>
a { background-color: #EC11E1; }
a { background-color: rgb(236,17,225); }
div.DivClassName
{
background-color: #EC11E1;
}
.BgClassName
{
background-color: #EC11E1;
}
</style>
border-color css
<style>
span { border-color: #EC11E1; }
span { border-color: rgb(236,17,225); }
td.TdClassName
{
border-color: #EC11E1;
}
.TagClassName
{
border-color: #EC11E1;
}
</style>