Shades of Hot Magenta #ED15D8
Tints of Hot Magenta #ED15D8
RGB
CMYK
RGB Variations
Color information
#ED15D8 (or 0xED15D8) is known color: Hot Magenta. HEX triplet: ED, 15 and D8. RGB value is (237,21,216). Sum of RGB (Red+Green+Blue) = 237+21+216=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 21 (8.59% from 255 or 4.43% from 474); Blue value is 216 (84.77% from 255 or 45.57% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #ED15D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED15D8 is #12EA27. Grayscale: #6B6B6B. Windows color (decimal): -1239592 or 14161389. OLE color: 14161389.
HSL color Cylindrical-coordinate representation of color #ED15D8: hue angle of 305.83º 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 #ED15D8 is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 21 | 216 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.07 |
| HSL | 305.83º | 0.86% | 0.51% | - |
| HSV(B) | 305.83º | 0.91% | 0.93% | - |
| XYZ | 47.59 | 23.5 | 66.99 | - |
| YUV | 107.81 | 189.06 | 220.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 21 | 216 | 0 | 0.91 | 0.09 | 0.07 | 305.83 | 0.86 | 0.51 |
| Hex | ED | 15 | D8 | 0 | 5B | 9 | 7 | 132 | 56 | 33 |
| Octal | 355 | 25 | 330 | 0 | 133 | 11 | 7 | 462 | 126 | 63 |
| Binary | 11101101 | 10101 | 11011000 | 0 | 1011011 | 1001 | 111 | 100110010 | 1010110 | 110011 |
Color Harmonies of #ED15D8
Complementary color
Monochromatic Colors of #ED15D8
Black with #ED15D8
Text Example
Text Example
White with #ED15D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED15D8; }
p { color: rgb(237,21,216); }
H1.HeaderClassName
{
color: #ED15D8;
}
.AnyTagClassName
{
color: #ED15D8;
}
</style>
background-color css
<style>
a { background-color: #ED15D8; }
a { background-color: rgb(237,21,216); }
div.DivClassName
{
background-color: #ED15D8;
}
.BgClassName
{
background-color: #ED15D8;
}
</style>
border-color css
<style>
span { border-color: #ED15D8; }
span { border-color: rgb(237,21,216); }
td.TdClassName
{
border-color: #ED15D8;
}
.TagClassName
{
border-color: #ED15D8;
}
</style>