Shades of Hot Magenta #ED11DD
Tints of Hot Magenta #ED11DD
RGB
CMYK
RGB Variations
Color information
#ED11DD (or 0xED11DD) is known color: Hot Magenta. HEX triplet: ED, 11 and DD. RGB value is (237,17,221). Sum of RGB (Red+Green+Blue) = 237+17+221=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 17 (7.03% from 255 or 3.58% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #ED11DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED11DD is #12EE22. Grayscale: #696969. Windows color (decimal): -1240611 or 14488045. OLE color: 14488045.
HSL color Cylindrical-coordinate representation of color #ED11DD: hue angle of 304.36º 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 #ED11DD is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 17 | 221 | - |
| CMYK | 0 | 0.93 | 0.07 | 0.07 |
| HSL | 304.36º | 0.87% | 0.5% | - |
| HSV(B) | 304.36º | 0.93% | 0.93% | - |
| XYZ | 48.18 | 23.63 | 70.43 | - |
| YUV | 106.04 | 192.89 | 221.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 17 | 221 | 0 | 0.93 | 0.07 | 0.07 | 304.36 | 0.87 | 0.5 |
| Hex | ED | 11 | DD | 0 | 5D | 7 | 7 | 130 | 57 | 32 |
| Octal | 355 | 21 | 335 | 0 | 135 | 7 | 7 | 460 | 127 | 62 |
| Binary | 11101101 | 10001 | 11011101 | 0 | 1011101 | 111 | 111 | 100110000 | 1010111 | 110010 |
Color Harmonies of #ED11DD
Complementary color
Monochromatic Colors of #ED11DD
Black with #ED11DD
Text Example
Text Example
White with #ED11DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED11DD; }
p { color: rgb(237,17,221); }
H1.HeaderClassName
{
color: #ED11DD;
}
.AnyTagClassName
{
color: #ED11DD;
}
</style>
background-color css
<style>
a { background-color: #ED11DD; }
a { background-color: rgb(237,17,221); }
div.DivClassName
{
background-color: #ED11DD;
}
.BgClassName
{
background-color: #ED11DD;
}
</style>
border-color css
<style>
span { border-color: #ED11DD; }
span { border-color: rgb(237,17,221); }
td.TdClassName
{
border-color: #ED11DD;
}
.TagClassName
{
border-color: #ED11DD;
}
</style>