Shades of Hot Magenta #EC11E2
Tints of Hot Magenta #EC11E2
RGB
CMYK
RGB Variations
Color information
#EC11E2 (or 0xEC11E2) is known color: Hot Magenta. HEX triplet: EC, 11 and E2. RGB value is (236,17,226). Sum of RGB (Red+Green+Blue) = 236+17+226=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 17 (7.03% from 255 or 3.55% from 479); Blue value is 226 (88.67% from 255 or 47.18% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #EC11E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC11E2 is #13EE1D. Grayscale: #696969. Windows color (decimal): -1306142 or 14815724. OLE color: 14815724.
HSL color Cylindrical-coordinate representation of color #EC11E2: hue angle of 302.74º 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 #EC11E2 is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 226 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.07 |
| HSL | 302.74º | 0.87% | 0.5% | - |
| HSV(B) | 302.74º | 0.93% | 0.93% | - |
| XYZ | 48.52 | 23.72 | 73.97 | - |
| YUV | 106.31 | 195.55 | 220.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 226 | 0 | 0.93 | 0.04 | 0.07 | 302.74 | 0.87 | 0.5 |
| Hex | EC | 11 | E2 | 0 | 5D | 4 | 7 | 12F | 57 | 32 |
| Octal | 354 | 21 | 342 | 0 | 135 | 4 | 7 | 457 | 127 | 62 |
| Binary | 11101100 | 10001 | 11100010 | 0 | 1011101 | 100 | 111 | 100101111 | 1010111 | 110010 |
Color Harmonies of #EC11E2
Complementary color
Monochromatic Colors of #EC11E2
Black with #EC11E2
Text Example
Text Example
White with #EC11E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC11E2; }
p { color: rgb(236,17,226); }
H1.HeaderClassName
{
color: #EC11E2;
}
.AnyTagClassName
{
color: #EC11E2;
}
</style>
background-color css
<style>
a { background-color: #EC11E2; }
a { background-color: rgb(236,17,226); }
div.DivClassName
{
background-color: #EC11E2;
}
.BgClassName
{
background-color: #EC11E2;
}
</style>
border-color css
<style>
span { border-color: #EC11E2; }
span { border-color: rgb(236,17,226); }
td.TdClassName
{
border-color: #EC11E2;
}
.TagClassName
{
border-color: #EC11E2;
}
</style>