Shades of Magenta #ED11E4
Tints of Magenta #ED11E4
RGB
CMYK
RGB Variations
Color information
#ED11E4 (or 0xED11E4) is known color: Magenta. HEX triplet: ED, 11 and E4. RGB value is (237,17,228). Sum of RGB (Red+Green+Blue) = 237+17+228=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 17 (7.03% from 255 or 3.53% from 482); Blue value is 228 (89.45% from 255 or 47.30% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #ED11E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED11E4 is #12EE1B. Grayscale: #6A6A6A. Windows color (decimal): -1240604 or 14946797. OLE color: 14946797.
HSL color Cylindrical-coordinate representation of color #ED11E4: hue angle of 302.45º 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 #ED11E4 is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 17 | 228 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.07 |
| HSL | 302.45º | 0.87% | 0.5% | - |
| HSV(B) | 302.45º | 0.93% | 0.93% | - |
| XYZ | 49.13 | 24.01 | 75.44 | - |
| YUV | 106.83 | 196.39 | 220.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 17 | 228 | 0 | 0.93 | 0.04 | 0.07 | 302.45 | 0.87 | 0.5 |
| Hex | ED | 11 | E4 | 0 | 5D | 4 | 7 | 12E | 57 | 32 |
| Octal | 355 | 21 | 344 | 0 | 135 | 4 | 7 | 456 | 127 | 62 |
| Binary | 11101101 | 10001 | 11100100 | 0 | 1011101 | 100 | 111 | 100101110 | 1010111 | 110010 |
Color Harmonies of #ED11E4
Complementary color
Monochromatic Colors of #ED11E4
Black with #ED11E4
Text Example
Text Example
White with #ED11E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED11E4; }
p { color: rgb(237,17,228); }
H1.HeaderClassName
{
color: #ED11E4;
}
.AnyTagClassName
{
color: #ED11E4;
}
</style>
background-color css
<style>
a { background-color: #ED11E4; }
a { background-color: rgb(237,17,228); }
div.DivClassName
{
background-color: #ED11E4;
}
.BgClassName
{
background-color: #ED11E4;
}
</style>
border-color css
<style>
span { border-color: #ED11E4; }
span { border-color: rgb(237,17,228); }
td.TdClassName
{
border-color: #ED11E4;
}
.TagClassName
{
border-color: #ED11E4;
}
</style>