Shades of Magenta #EC11E8
Tints of Magenta #EC11E8
RGB
CMYK
RGB Variations
Color information
#EC11E8 (or 0xEC11E8) is known color: Magenta. HEX triplet: EC, 11 and E8. RGB value is (236,17,232). Sum of RGB (Red+Green+Blue) = 236+17+232=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 17 (7.03% from 255 or 3.51% from 485); Blue value is 232 (91.02% from 255 or 47.84% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #EC11E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC11E8 is #13EE17. Grayscale: #6A6A6A. Windows color (decimal): -1306136 or 15208940. OLE color: 15208940.
HSL color Cylindrical-coordinate representation of color #EC11E8: hue angle of 301.1º 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 #EC11E8 is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 232 | - |
| CMYK | 0 | 0.93 | 0.02 | 0.07 |
| HSL | 301.1º | 0.87% | 0.5% | - |
| HSV(B) | 301.1º | 0.93% | 0.93% | - |
| XYZ | 49.36 | 24.06 | 78.39 | - |
| YUV | 106.99 | 198.55 | 220.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 232 | 0 | 0.93 | 0.02 | 0.07 | 301.1 | 0.87 | 0.5 |
| Hex | EC | 11 | E8 | 0 | 5D | 2 | 7 | 12D | 57 | 32 |
| Octal | 354 | 21 | 350 | 0 | 135 | 2 | 7 | 455 | 127 | 62 |
| Binary | 11101100 | 10001 | 11101000 | 0 | 1011101 | 10 | 111 | 100101101 | 1010111 | 110010 |
Color Harmonies of #EC11E8
Complementary color
Monochromatic Colors of #EC11E8
Black with #EC11E8
Text Example
Text Example
White with #EC11E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC11E8; }
p { color: rgb(236,17,232); }
H1.HeaderClassName
{
color: #EC11E8;
}
.AnyTagClassName
{
color: #EC11E8;
}
</style>
background-color css
<style>
a { background-color: #EC11E8; }
a { background-color: rgb(236,17,232); }
div.DivClassName
{
background-color: #EC11E8;
}
.BgClassName
{
background-color: #EC11E8;
}
</style>
border-color css
<style>
span { border-color: #EC11E8; }
span { border-color: rgb(236,17,232); }
td.TdClassName
{
border-color: #EC11E8;
}
.TagClassName
{
border-color: #EC11E8;
}
</style>