Shades of Magenta #EC11E4
Tints of Magenta #EC11E4
RGB
CMYK
RGB Variations
Color information
#EC11E4 (or 0xEC11E4) is known color: Magenta. HEX triplet: EC, 11 and E4. RGB value is (236,17,228). Sum of RGB (Red+Green+Blue) = 236+17+228=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 17 (7.03% from 255 or 3.53% from 481); Blue value is 228 (89.45% from 255 or 47.40% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #EC11E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC11E4 is #13EE1B. Grayscale: #696969. Windows color (decimal): -1306140 or 14946796. OLE color: 14946796.
HSL color Cylindrical-coordinate representation of color #EC11E4: hue angle of 302.19º 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 #EC11E4 is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 228 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.07 |
| HSL | 302.19º | 0.87% | 0.5% | - |
| HSV(B) | 302.19º | 0.93% | 0.93% | - |
| XYZ | 48.8 | 23.84 | 75.43 | - |
| YUV | 106.54 | 196.55 | 220.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 228 | 0 | 0.93 | 0.03 | 0.07 | 302.19 | 0.87 | 0.5 |
| Hex | EC | 11 | E4 | 0 | 5D | 3 | 7 | 12E | 57 | 32 |
| Octal | 354 | 21 | 344 | 0 | 135 | 3 | 7 | 456 | 127 | 62 |
| Binary | 11101100 | 10001 | 11100100 | 0 | 1011101 | 11 | 111 | 100101110 | 1010111 | 110010 |
Color Harmonies of #EC11E4
Complementary color
Monochromatic Colors of #EC11E4
Black with #EC11E4
Text Example
Text Example
White with #EC11E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC11E4; }
p { color: rgb(236,17,228); }
H1.HeaderClassName
{
color: #EC11E4;
}
.AnyTagClassName
{
color: #EC11E4;
}
</style>
background-color css
<style>
a { background-color: #EC11E4; }
a { background-color: rgb(236,17,228); }
div.DivClassName
{
background-color: #EC11E4;
}
.BgClassName
{
background-color: #EC11E4;
}
</style>
border-color css
<style>
span { border-color: #EC11E4; }
span { border-color: rgb(236,17,228); }
td.TdClassName
{
border-color: #EC11E4;
}
.TagClassName
{
border-color: #EC11E4;
}
</style>