Shades of Hot Magenta #ED01DC
Tints of Hot Magenta #ED01DC
RGB
CMYK
RGB Variations
Color information
#ED01DC (or 0xED01DC) is known color: Hot Magenta. HEX triplet: ED, 01 and DC. RGB value is (237,1,220). Sum of RGB (Red+Green+Blue) = 237+1+220=458 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.75% from 458); Green value is 1 (0.78% from 255 or 0.22% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 237 - color contains mainly: red. Hex color #ED01DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED01DC is #12FE23. Grayscale: #5F5F5F. Windows color (decimal): -1244708 or 14418413. OLE color: 14418413.
HSL color Cylindrical-coordinate representation of color #ED01DC: hue angle of 304.32º 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 #ED01DC is Cyan = 0, Magento = 1.00, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 1 | 220 | - |
| CMYK | 0 | 1.00 | 0.07 | 0.07 |
| HSL | 304.32º | 0.99% | 0.47% | - |
| HSV(B) | 304.32º | 1% | 0.93% | - |
| XYZ | 47.85 | 23.19 | 69.66 | - |
| YUV | 96.53 | 197.69 | 228.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 1 | 220 | 0 | 1.00 | 0.07 | 0.07 | 304.32 | 0.99 | 0.47 |
| Hex | ED | 1 | DC | 0 | 64 | 7 | 7 | 130 | 63 | 2F |
| Octal | 355 | 1 | 334 | 0 | 144 | 7 | 7 | 460 | 143 | 57 |
| Binary | 11101101 | 1 | 11011100 | 0 | 1100100 | 111 | 111 | 100110000 | 1100011 | 101111 |
Color Harmonies of #ED01DC
Complementary color
Monochromatic Colors of #ED01DC
Black with #ED01DC
Text Example
Text Example
White with #ED01DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED01DC; }
p { color: rgb(237,1,220); }
H1.HeaderClassName
{
color: #ED01DC;
}
.AnyTagClassName
{
color: #ED01DC;
}
</style>
background-color css
<style>
a { background-color: #ED01DC; }
a { background-color: rgb(237,1,220); }
div.DivClassName
{
background-color: #ED01DC;
}
.BgClassName
{
background-color: #ED01DC;
}
</style>
border-color css
<style>
span { border-color: #ED01DC; }
span { border-color: rgb(237,1,220); }
td.TdClassName
{
border-color: #ED01DC;
}
.TagClassName
{
border-color: #ED01DC;
}
</style>