Shades of Magenta #ED11EC
Tints of Magenta #ED11EC
RGB
CMYK
RGB Variations
Color information
#ED11EC (or 0xED11EC) is known color: Magenta. HEX triplet: ED, 11 and EC. RGB value is (237,17,236). Sum of RGB (Red+Green+Blue) = 237+17+236=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 17 (7.03% from 255 or 3.47% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #ED11EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED11EC is #12EE13. Grayscale: #6B6B6B. Windows color (decimal): -1240596 or 15471085. OLE color: 15471085.
HSL color Cylindrical-coordinate representation of color #ED11EC: hue angle of 300.27º 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 #ED11EC is Cyan = 0, Magento = 0.93, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 17 | 236 | - |
| CMYK | 0 | 0.93 | 0.00 | 0.07 |
| HSL | 300.27º | 0.87% | 0.5% | - |
| HSV(B) | 300.27º | 0.93% | 0.93% | - |
| XYZ | 50.27 | 24.46 | 81.43 | - |
| YUV | 107.75 | 200.39 | 220.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 17 | 236 | 0 | 0.93 | 0.00 | 0.07 | 300.27 | 0.87 | 0.5 |
| Hex | ED | 11 | EC | 0 | 5D | 0 | 7 | 12C | 57 | 32 |
| Octal | 355 | 21 | 354 | 0 | 135 | 0 | 7 | 454 | 127 | 62 |
| Binary | 11101101 | 10001 | 11101100 | 0 | 1011101 | 0 | 111 | 100101100 | 1010111 | 110010 |
Color Harmonies of #ED11EC
Complementary color
Monochromatic Colors of #ED11EC
Black with #ED11EC
Text Example
Text Example
White with #ED11EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED11EC; }
p { color: rgb(237,17,236); }
H1.HeaderClassName
{
color: #ED11EC;
}
.AnyTagClassName
{
color: #ED11EC;
}
</style>
background-color css
<style>
a { background-color: #ED11EC; }
a { background-color: rgb(237,17,236); }
div.DivClassName
{
background-color: #ED11EC;
}
.BgClassName
{
background-color: #ED11EC;
}
</style>
border-color css
<style>
span { border-color: #ED11EC; }
span { border-color: rgb(237,17,236); }
td.TdClassName
{
border-color: #ED11EC;
}
.TagClassName
{
border-color: #ED11EC;
}
</style>