Shades of Hot Magenta #ED10DF
Tints of Hot Magenta #ED10DF
RGB
CMYK
RGB Variations
Color information
#ED10DF (or 0xED10DF) is known color: Hot Magenta. HEX triplet: ED, 10 and DF. RGB value is (237,16,223). Sum of RGB (Red+Green+Blue) = 237+16+223=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 16 (6.64% from 255 or 3.36% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #ED10DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED10DF is #12EF20. Grayscale: #696969. Windows color (decimal): -1240865 or 14618861. OLE color: 14618861.
HSL color Cylindrical-coordinate representation of color #ED10DF: hue angle of 303.8º 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 #ED10DF is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 16 | 223 | - |
| CMYK | 0 | 0.93 | 0.06 | 0.07 |
| HSL | 303.8º | 0.87% | 0.5% | - |
| HSV(B) | 303.8º | 0.93% | 0.93% | - |
| XYZ | 48.43 | 23.7 | 71.83 | - |
| YUV | 105.68 | 194.22 | 221.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 16 | 223 | 0 | 0.93 | 0.06 | 0.07 | 303.8 | 0.87 | 0.5 |
| Hex | ED | 10 | DF | 0 | 5D | 6 | 7 | 130 | 57 | 32 |
| Octal | 355 | 20 | 337 | 0 | 135 | 6 | 7 | 460 | 127 | 62 |
| Binary | 11101101 | 10000 | 11011111 | 0 | 1011101 | 110 | 111 | 100110000 | 1010111 | 110010 |
Color Harmonies of #ED10DF
Complementary color
Monochromatic Colors of #ED10DF
Black with #ED10DF
Text Example
Text Example
White with #ED10DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED10DF; }
p { color: rgb(237,16,223); }
H1.HeaderClassName
{
color: #ED10DF;
}
.AnyTagClassName
{
color: #ED10DF;
}
</style>
background-color css
<style>
a { background-color: #ED10DF; }
a { background-color: rgb(237,16,223); }
div.DivClassName
{
background-color: #ED10DF;
}
.BgClassName
{
background-color: #ED10DF;
}
</style>
border-color css
<style>
span { border-color: #ED10DF; }
span { border-color: rgb(237,16,223); }
td.TdClassName
{
border-color: #ED10DF;
}
.TagClassName
{
border-color: #ED10DF;
}
</style>