Shades of Magenta #ED15E4
Tints of Magenta #ED15E4
RGB
CMYK
RGB Variations
Color information
#ED15E4 (or 0xED15E4) is known color: Magenta. HEX triplet: ED, 15 and E4. RGB value is (237,21,228). Sum of RGB (Red+Green+Blue) = 237+21+228=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 21 (8.59% from 255 or 4.32% from 486); Blue value is 228 (89.45% from 255 or 46.91% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #ED15E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED15E4 is #12EA1B. Grayscale: #6C6C6C. Windows color (decimal): -1239580 or 14947821. OLE color: 14947821.
HSL color Cylindrical-coordinate representation of color #ED15E4: hue angle of 302.5º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED15E4 is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 21 | 228 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.07 |
| HSL | 302.5º | 0.86% | 0.51% | - |
| HSV(B) | 302.5º | 0.91% | 0.93% | - |
| XYZ | 49.2 | 24.14 | 75.47 | - |
| YUV | 109.18 | 195.06 | 219.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 21 | 228 | 0 | 0.91 | 0.04 | 0.07 | 302.5 | 0.86 | 0.51 |
| Hex | ED | 15 | E4 | 0 | 5B | 4 | 7 | 12E | 56 | 33 |
| Octal | 355 | 25 | 344 | 0 | 133 | 4 | 7 | 456 | 126 | 63 |
| Binary | 11101101 | 10101 | 11100100 | 0 | 1011011 | 100 | 111 | 100101110 | 1010110 | 110011 |
Color Harmonies of #ED15E4
Complementary color
Monochromatic Colors of #ED15E4
Black with #ED15E4
Text Example
Text Example
White with #ED15E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED15E4; }
p { color: rgb(237,21,228); }
H1.HeaderClassName
{
color: #ED15E4;
}
.AnyTagClassName
{
color: #ED15E4;
}
</style>
background-color css
<style>
a { background-color: #ED15E4; }
a { background-color: rgb(237,21,228); }
div.DivClassName
{
background-color: #ED15E4;
}
.BgClassName
{
background-color: #ED15E4;
}
</style>
border-color css
<style>
span { border-color: #ED15E4; }
span { border-color: rgb(237,21,228); }
td.TdClassName
{
border-color: #ED15E4;
}
.TagClassName
{
border-color: #ED15E4;
}
</style>