Shades of Hot Magenta #ED15E0
Tints of Hot Magenta #ED15E0
RGB
CMYK
RGB Variations
Color information
#ED15E0 (or 0xED15E0) is known color: Hot Magenta. HEX triplet: ED, 15 and E0. RGB value is (237,21,224). Sum of RGB (Red+Green+Blue) = 237+21+224=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 21 (8.59% from 255 or 4.36% from 482); Blue value is 224 (87.89% from 255 or 46.47% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #ED15E0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED15E0 is #12EA1F. Grayscale: #6C6C6C. Windows color (decimal): -1239584 or 14685677. OLE color: 14685677.
HSL color Cylindrical-coordinate representation of color #ED15E0: hue angle of 303.61º 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 #ED15E0 is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 21 | 224 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.07 |
| HSL | 303.61º | 0.86% | 0.51% | - |
| HSV(B) | 303.61º | 0.91% | 0.93% | - |
| XYZ | 48.65 | 23.92 | 72.57 | - |
| YUV | 108.73 | 193.06 | 219.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 21 | 224 | 0 | 0.91 | 0.05 | 0.07 | 303.61 | 0.86 | 0.51 |
| Hex | ED | 15 | E0 | 0 | 5B | 5 | 7 | 130 | 56 | 33 |
| Octal | 355 | 25 | 340 | 0 | 133 | 5 | 7 | 460 | 126 | 63 |
| Binary | 11101101 | 10101 | 11100000 | 0 | 1011011 | 101 | 111 | 100110000 | 1010110 | 110011 |
Color Harmonies of #ED15E0
Complementary color
Monochromatic Colors of #ED15E0
Black with #ED15E0
Text Example
Text Example
White with #ED15E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED15E0; }
p { color: rgb(237,21,224); }
H1.HeaderClassName
{
color: #ED15E0;
}
.AnyTagClassName
{
color: #ED15E0;
}
</style>
background-color css
<style>
a { background-color: #ED15E0; }
a { background-color: rgb(237,21,224); }
div.DivClassName
{
background-color: #ED15E0;
}
.BgClassName
{
background-color: #ED15E0;
}
</style>
border-color css
<style>
span { border-color: #ED15E0; }
span { border-color: rgb(237,21,224); }
td.TdClassName
{
border-color: #ED15E0;
}
.TagClassName
{
border-color: #ED15E0;
}
</style>