Shades of Hot Magenta #ED01DF
Tints of Hot Magenta #ED01DF
RGB
CMYK
RGB Variations
Color information
#ED01DF (or 0xED01DF) is known color: Hot Magenta. HEX triplet: ED, 01 and DF. RGB value is (237,1,223). Sum of RGB (Red+Green+Blue) = 237+1+223=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 1 (0.78% from 255 or 0.22% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #ED01DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED01DF is #12FE20. Grayscale: #606060. Windows color (decimal): -1244705 or 14615021. OLE color: 14615021.
HSL color Cylindrical-coordinate representation of color #ED01DF: hue angle of 303.56º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED01DF is Cyan = 0, Magento = 1.00, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 1 | 223 | - |
| CMYK | 0 | 1.00 | 0.06 | 0.07 |
| HSL | 303.56º | 0.99% | 0.47% | - |
| HSV(B) | 303.56º | 1% | 0.93% | - |
| XYZ | 48.26 | 23.35 | 71.78 | - |
| YUV | 96.87 | 199.19 | 227.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 1 | 223 | 0 | 1.00 | 0.06 | 0.07 | 303.56 | 0.99 | 0.47 |
| Hex | ED | 1 | DF | 0 | 64 | 6 | 7 | 130 | 63 | 2F |
| Octal | 355 | 1 | 337 | 0 | 144 | 6 | 7 | 460 | 143 | 57 |
| Binary | 11101101 | 1 | 11011111 | 0 | 1100100 | 110 | 111 | 100110000 | 1100011 | 101111 |
Color Harmonies of #ED01DF
Complementary color
Monochromatic Colors of #ED01DF
Black with #ED01DF
Text Example
Text Example
White with #ED01DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED01DF; }
p { color: rgb(237,1,223); }
H1.HeaderClassName
{
color: #ED01DF;
}
.AnyTagClassName
{
color: #ED01DF;
}
</style>
background-color css
<style>
a { background-color: #ED01DF; }
a { background-color: rgb(237,1,223); }
div.DivClassName
{
background-color: #ED01DF;
}
.BgClassName
{
background-color: #ED01DF;
}
</style>
border-color css
<style>
span { border-color: #ED01DF; }
span { border-color: rgb(237,1,223); }
td.TdClassName
{
border-color: #ED01DF;
}
.TagClassName
{
border-color: #ED01DF;
}
</style>