Shades of Hot Magenta #ED11D9
Tints of Hot Magenta #ED11D9
RGB
CMYK
RGB Variations
Color information
#ED11D9 (or 0xED11D9) is known color: Hot Magenta. HEX triplet: ED, 11 and D9. RGB value is (237,17,217). Sum of RGB (Red+Green+Blue) = 237+17+217=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 17 (7.03% from 255 or 3.61% from 471); Blue value is 217 (85.16% from 255 or 46.07% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #ED11D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED11D9 is #12EE26. Grayscale: #696969. Windows color (decimal): -1240615 or 14225901. OLE color: 14225901.
HSL color Cylindrical-coordinate representation of color #ED11D9: hue angle of 305.45º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED11D9 is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 17 | 217 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.07 |
| HSL | 305.45º | 0.87% | 0.5% | - |
| HSV(B) | 305.45º | 0.93% | 0.93% | - |
| XYZ | 47.65 | 23.42 | 67.65 | - |
| YUV | 105.58 | 190.89 | 221.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 17 | 217 | 0 | 0.93 | 0.08 | 0.07 | 305.45 | 0.87 | 0.5 |
| Hex | ED | 11 | D9 | 0 | 5D | 8 | 7 | 131 | 57 | 32 |
| Octal | 355 | 21 | 331 | 0 | 135 | 10 | 7 | 461 | 127 | 62 |
| Binary | 11101101 | 10001 | 11011001 | 0 | 1011101 | 1000 | 111 | 100110001 | 1010111 | 110010 |
Color Harmonies of #ED11D9
Complementary color
Monochromatic Colors of #ED11D9
Black with #ED11D9
Text Example
Text Example
White with #ED11D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED11D9; }
p { color: rgb(237,17,217); }
H1.HeaderClassName
{
color: #ED11D9;
}
.AnyTagClassName
{
color: #ED11D9;
}
</style>
background-color css
<style>
a { background-color: #ED11D9; }
a { background-color: rgb(237,17,217); }
div.DivClassName
{
background-color: #ED11D9;
}
.BgClassName
{
background-color: #ED11D9;
}
</style>
border-color css
<style>
span { border-color: #ED11D9; }
span { border-color: rgb(237,17,217); }
td.TdClassName
{
border-color: #ED11D9;
}
.TagClassName
{
border-color: #ED11D9;
}
</style>