Shades of Hot Magenta #ED0FDF
Tints of Hot Magenta #ED0FDF
RGB
CMYK
RGB Variations
Color information
#ED0FDF (or 0xED0FDF) is known color: Hot Magenta. HEX triplet: ED, 0F and DF. RGB value is (237,15,223). Sum of RGB (Red+Green+Blue) = 237+15+223=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 15 (6.25% from 255 or 3.16% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0FDF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0FDF is #12F020. Grayscale: #686868. Windows color (decimal): -1241121 or 14618605. OLE color: 14618605.
HSL color Cylindrical-coordinate representation of color #ED0FDF: hue angle of 303.78º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ED0FDF is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 15 | 223 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.07 |
| HSL | 303.78º | 0.88% | 0.49% | - |
| HSV(B) | 303.78º | 0.94% | 0.93% | - |
| XYZ | 48.42 | 23.67 | 71.83 | - |
| YUV | 105.09 | 194.55 | 222.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 15 | 223 | 0 | 0.94 | 0.06 | 0.07 | 303.78 | 0.88 | 0.49 |
| Hex | ED | F | DF | 0 | 5E | 6 | 7 | 130 | 58 | 31 |
| Octal | 355 | 17 | 337 | 0 | 136 | 6 | 7 | 460 | 130 | 61 |
| Binary | 11101101 | 1111 | 11011111 | 0 | 1011110 | 110 | 111 | 100110000 | 1011000 | 110001 |
Color Harmonies of #ED0FDF
Complementary color
Monochromatic Colors of #ED0FDF
Black with #ED0FDF
Text Example
Text Example
White with #ED0FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0FDF; }
p { color: rgb(237,15,223); }
H1.HeaderClassName
{
color: #ED0FDF;
}
.AnyTagClassName
{
color: #ED0FDF;
}
</style>
background-color css
<style>
a { background-color: #ED0FDF; }
a { background-color: rgb(237,15,223); }
div.DivClassName
{
background-color: #ED0FDF;
}
.BgClassName
{
background-color: #ED0FDF;
}
</style>
border-color css
<style>
span { border-color: #ED0FDF; }
span { border-color: rgb(237,15,223); }
td.TdClassName
{
border-color: #ED0FDF;
}
.TagClassName
{
border-color: #ED0FDF;
}
</style>