Shades of Magenta #ED11F2
Tints of Magenta #ED11F2
RGB
CMYK
RGB Variations
Color information
#ED11F2 (or 0xED11F2) is known color: Magenta. HEX triplet: ED, 11 and F2. RGB value is (237,17,242). Sum of RGB (Red+Green+Blue) = 237+17+242=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 17 (7.03% from 255 or 3.43% from 496); Blue value is 242 (94.92% from 255 or 48.79% from 496); Max value from RGB is 242 - color contains mainly: blue. Hex color #ED11F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED11F2 is #12EE0D. Grayscale: #6B6B6B. Windows color (decimal): -1240590 or 15864301. OLE color: 15864301.
HSL color Cylindrical-coordinate representation of color #ED11F2: hue angle of 298.67º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED11F2 is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 17 | 242 | - |
| CMYK | 0.02 | 0.93 | 0 | 0.05 |
| HSL | 298.67º | 0.9% | 0.51% | - |
| HSV(B) | 298.67º | 0.93% | 0.95% | - |
| XYZ | 51.15 | 24.82 | 86.1 | - |
| YUV | 108.43 | 203.39 | 219.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 17 | 242 | 0.02 | 0.93 | 0 | 0.05 | 298.67 | 0.9 | 0.51 |
| Hex | ED | 11 | F2 | 2 | 5D | 0 | 5 | 12B | 5A | 33 |
| Octal | 355 | 21 | 362 | 2 | 135 | 0 | 5 | 453 | 132 | 63 |
| Binary | 11101101 | 10001 | 11110010 | 10 | 1011101 | 0 | 101 | 100101011 | 1011010 | 110011 |
Color Harmonies of #ED11F2
Complementary color
Monochromatic Colors of #ED11F2
Black with #ED11F2
Text Example
Text Example
White with #ED11F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED11F2; }
p { color: rgb(237,17,242); }
H1.HeaderClassName
{
color: #ED11F2;
}
.AnyTagClassName
{
color: #ED11F2;
}
</style>
background-color css
<style>
a { background-color: #ED11F2; }
a { background-color: rgb(237,17,242); }
div.DivClassName
{
background-color: #ED11F2;
}
.BgClassName
{
background-color: #ED11F2;
}
</style>
border-color css
<style>
span { border-color: #ED11F2; }
span { border-color: rgb(237,17,242); }
td.TdClassName
{
border-color: #ED11F2;
}
.TagClassName
{
border-color: #ED11F2;
}
</style>