Shades of Hot Magenta #ED10DC
Tints of Hot Magenta #ED10DC
RGB
CMYK
RGB Variations
Color information
#ED10DC (or 0xED10DC) is known color: Hot Magenta. HEX triplet: ED, 10 and DC. RGB value is (237,16,220). Sum of RGB (Red+Green+Blue) = 237+16+220=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 16 (6.64% from 255 or 3.38% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #ED10DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED10DC is #12EF23. Grayscale: #686868. Windows color (decimal): -1240868 or 14422253. OLE color: 14422253.
HSL color Cylindrical-coordinate representation of color #ED10DC: hue angle of 304.62º 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 #ED10DC is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 16 | 220 | - |
| CMYK | 0 | 0.93 | 0.07 | 0.07 |
| HSL | 304.62º | 0.87% | 0.5% | - |
| HSV(B) | 304.62º | 0.93% | 0.93% | - |
| XYZ | 48.03 | 23.54 | 69.72 | - |
| YUV | 105.34 | 192.72 | 221.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 16 | 220 | 0 | 0.93 | 0.07 | 0.07 | 304.62 | 0.87 | 0.5 |
| Hex | ED | 10 | DC | 0 | 5D | 7 | 7 | 131 | 57 | 32 |
| Octal | 355 | 20 | 334 | 0 | 135 | 7 | 7 | 461 | 127 | 62 |
| Binary | 11101101 | 10000 | 11011100 | 0 | 1011101 | 111 | 111 | 100110001 | 1010111 | 110010 |
Color Harmonies of #ED10DC
Complementary color
Monochromatic Colors of #ED10DC
Black with #ED10DC
Text Example
Text Example
White with #ED10DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED10DC; }
p { color: rgb(237,16,220); }
H1.HeaderClassName
{
color: #ED10DC;
}
.AnyTagClassName
{
color: #ED10DC;
}
</style>
background-color css
<style>
a { background-color: #ED10DC; }
a { background-color: rgb(237,16,220); }
div.DivClassName
{
background-color: #ED10DC;
}
.BgClassName
{
background-color: #ED10DC;
}
</style>
border-color css
<style>
span { border-color: #ED10DC; }
span { border-color: rgb(237,16,220); }
td.TdClassName
{
border-color: #ED10DC;
}
.TagClassName
{
border-color: #ED10DC;
}
</style>