Shades of Magenta #ED0DF1
Tints of Magenta #ED0DF1
RGB
CMYK
RGB Variations
Color information
#ED0DF1 (or 0xED0DF1) is known color: Magenta. HEX triplet: ED, 0D and F1. RGB value is (237,13,241). Sum of RGB (Red+Green+Blue) = 237+13+241=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 13 (5.47% from 255 or 2.65% from 491); Blue value is 241 (94.53% from 255 or 49.08% from 491); Max value from RGB is 241 - color contains mainly: blue. Hex color #ED0DF1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED0DF1 is #12F20E. Grayscale: #696969. Windows color (decimal): -1241615 or 15797741. OLE color: 15797741.
HSL color Cylindrical-coordinate representation of color #ED0DF1: hue angle of 298.95º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED0DF1 is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 13 | 241 | - |
| CMYK | 0.02 | 0.95 | 0 | 0.05 |
| HSL | 298.95º | 0.9% | 0.5% | - |
| HSV(B) | 298.95º | 0.95% | 0.95% | - |
| XYZ | 50.95 | 24.64 | 85.29 | - |
| YUV | 105.97 | 204.21 | 221.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 13 | 241 | 0.02 | 0.95 | 0 | 0.05 | 298.95 | 0.9 | 0.5 |
| Hex | ED | D | F1 | 2 | 5F | 0 | 5 | 12B | 5A | 32 |
| Octal | 355 | 15 | 361 | 2 | 137 | 0 | 5 | 453 | 132 | 62 |
| Binary | 11101101 | 1101 | 11110001 | 10 | 1011111 | 0 | 101 | 100101011 | 1011010 | 110010 |
Color Harmonies of #ED0DF1
Complementary color
Monochromatic Colors of #ED0DF1
Black with #ED0DF1
Text Example
Text Example
White with #ED0DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0DF1; }
p { color: rgb(237,13,241); }
H1.HeaderClassName
{
color: #ED0DF1;
}
.AnyTagClassName
{
color: #ED0DF1;
}
</style>
background-color css
<style>
a { background-color: #ED0DF1; }
a { background-color: rgb(237,13,241); }
div.DivClassName
{
background-color: #ED0DF1;
}
.BgClassName
{
background-color: #ED0DF1;
}
</style>
border-color css
<style>
span { border-color: #ED0DF1; }
span { border-color: rgb(237,13,241); }
td.TdClassName
{
border-color: #ED0DF1;
}
.TagClassName
{
border-color: #ED0DF1;
}
</style>