Shades of Magenta #ED11EF
Tints of Magenta #ED11EF
RGB
CMYK
RGB Variations
Color information
#ED11EF (or 0xED11EF) is known color: Magenta. HEX triplet: ED, 11 and EF. RGB value is (237,17,239). Sum of RGB (Red+Green+Blue) = 237+17+239=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 17 (7.03% from 255 or 3.45% from 493); Blue value is 239 (93.75% from 255 or 48.48% from 493); Max value from RGB is 239 - color contains mainly: blue. Hex color #ED11EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED11EF is #12EE10. Grayscale: #6B6B6B. Windows color (decimal): -1240593 or 15667693. OLE color: 15667693.
HSL color Cylindrical-coordinate representation of color #ED11EF: hue angle of 299.46º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED11EF is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 17 | 239 | - |
| CMYK | 0.01 | 0.93 | 0 | 0.06 |
| HSL | 299.46º | 0.87% | 0.5% | - |
| HSV(B) | 299.46º | 0.93% | 0.94% | - |
| XYZ | 50.71 | 24.64 | 83.74 | - |
| YUV | 108.09 | 201.89 | 219.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 17 | 239 | 0.01 | 0.93 | 0 | 0.06 | 299.46 | 0.87 | 0.5 |
| Hex | ED | 11 | EF | 1 | 5D | 0 | 6 | 12B | 57 | 32 |
| Octal | 355 | 21 | 357 | 1 | 135 | 0 | 6 | 453 | 127 | 62 |
| Binary | 11101101 | 10001 | 11101111 | 1 | 1011101 | 0 | 110 | 100101011 | 1010111 | 110010 |
Color Harmonies of #ED11EF
Complementary color
Monochromatic Colors of #ED11EF
Black with #ED11EF
Text Example
Text Example
White with #ED11EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED11EF; }
p { color: rgb(237,17,239); }
H1.HeaderClassName
{
color: #ED11EF;
}
.AnyTagClassName
{
color: #ED11EF;
}
</style>
background-color css
<style>
a { background-color: #ED11EF; }
a { background-color: rgb(237,17,239); }
div.DivClassName
{
background-color: #ED11EF;
}
.BgClassName
{
background-color: #ED11EF;
}
</style>
border-color css
<style>
span { border-color: #ED11EF; }
span { border-color: rgb(237,17,239); }
td.TdClassName
{
border-color: #ED11EF;
}
.TagClassName
{
border-color: #ED11EF;
}
</style>