Shades of Magenta #EC11E7
Tints of Magenta #EC11E7
RGB
CMYK
RGB Variations
Color information
#EC11E7 (or 0xEC11E7) is known color: Magenta. HEX triplet: EC, 11 and E7. RGB value is (236,17,231). Sum of RGB (Red+Green+Blue) = 236+17+231=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 17 (7.03% from 255 or 3.51% from 484); Blue value is 231 (90.62% from 255 or 47.73% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #EC11E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC11E7 is #13EE18. Grayscale: #6A6A6A. Windows color (decimal): -1306137 or 15143404. OLE color: 15143404.
HSL color Cylindrical-coordinate representation of color #EC11E7: hue angle of 301.37º 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 #EC11E7 is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 231 | - |
| CMYK | 0 | 0.93 | 0.02 | 0.07 |
| HSL | 301.37º | 0.87% | 0.5% | - |
| HSV(B) | 301.37º | 0.93% | 0.93% | - |
| XYZ | 49.22 | 24 | 77.64 | - |
| YUV | 106.88 | 198.05 | 220.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 231 | 0 | 0.93 | 0.02 | 0.07 | 301.37 | 0.87 | 0.5 |
| Hex | EC | 11 | E7 | 0 | 5D | 2 | 7 | 12D | 57 | 32 |
| Octal | 354 | 21 | 347 | 0 | 135 | 2 | 7 | 455 | 127 | 62 |
| Binary | 11101100 | 10001 | 11100111 | 0 | 1011101 | 10 | 111 | 100101101 | 1010111 | 110010 |
Color Harmonies of #EC11E7
Complementary color
Monochromatic Colors of #EC11E7
Black with #EC11E7
Text Example
Text Example
White with #EC11E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC11E7; }
p { color: rgb(236,17,231); }
H1.HeaderClassName
{
color: #EC11E7;
}
.AnyTagClassName
{
color: #EC11E7;
}
</style>
background-color css
<style>
a { background-color: #EC11E7; }
a { background-color: rgb(236,17,231); }
div.DivClassName
{
background-color: #EC11E7;
}
.BgClassName
{
background-color: #EC11E7;
}
</style>
border-color css
<style>
span { border-color: #EC11E7; }
span { border-color: rgb(236,17,231); }
td.TdClassName
{
border-color: #EC11E7;
}
.TagClassName
{
border-color: #EC11E7;
}
</style>