Shades of Magenta #ED15F1
Tints of Magenta #ED15F1
RGB
CMYK
RGB Variations
Color information
#ED15F1 (or 0xED15F1) is known color: Magenta. HEX triplet: ED, 15 and F1. RGB value is (237,21,241). Sum of RGB (Red+Green+Blue) = 237+21+241=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 21 (8.59% from 255 or 4.21% from 499); Blue value is 241 (94.53% from 255 or 48.30% from 499); Max value from RGB is 241 - color contains mainly: blue. Hex color #ED15F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED15F1 is #12EA0E. Grayscale: #6E6E6E. Windows color (decimal): -1239567 or 15799789. OLE color: 15799789.
HSL color Cylindrical-coordinate representation of color #ED15F1: hue angle of 298.91º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED15F1 is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 21 | 241 | - |
| CMYK | 0.02 | 0.91 | 0 | 0.05 |
| HSL | 298.91º | 0.89% | 0.51% | - |
| HSV(B) | 298.91º | 0.91% | 0.95% | - |
| XYZ | 51.07 | 24.89 | 85.33 | - |
| YUV | 110.66 | 201.56 | 218.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 21 | 241 | 0.02 | 0.91 | 0 | 0.05 | 298.91 | 0.89 | 0.51 |
| Hex | ED | 15 | F1 | 2 | 5B | 0 | 5 | 12B | 59 | 33 |
| Octal | 355 | 25 | 361 | 2 | 133 | 0 | 5 | 453 | 131 | 63 |
| Binary | 11101101 | 10101 | 11110001 | 10 | 1011011 | 0 | 101 | 100101011 | 1011001 | 110011 |
Color Harmonies of #ED15F1
Complementary color
Monochromatic Colors of #ED15F1
Black with #ED15F1
Text Example
Text Example
White with #ED15F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED15F1; }
p { color: rgb(237,21,241); }
H1.HeaderClassName
{
color: #ED15F1;
}
.AnyTagClassName
{
color: #ED15F1;
}
</style>
background-color css
<style>
a { background-color: #ED15F1; }
a { background-color: rgb(237,21,241); }
div.DivClassName
{
background-color: #ED15F1;
}
.BgClassName
{
background-color: #ED15F1;
}
</style>
border-color css
<style>
span { border-color: #ED15F1; }
span { border-color: rgb(237,21,241); }
td.TdClassName
{
border-color: #ED15F1;
}
.TagClassName
{
border-color: #ED15F1;
}
</style>