Shades of Hot Magenta #ED03DD
Tints of Hot Magenta #ED03DD
RGB
CMYK
RGB Variations
Color information
#ED03DD (or 0xED03DD) is known color: Hot Magenta. HEX triplet: ED, 03 and DD. RGB value is (237,3,221). Sum of RGB (Red+Green+Blue) = 237+3+221=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 3 (1.56% from 255 or 0.65% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #ED03DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED03DD is #12FC22. Grayscale: #616161. Windows color (decimal): -1244195 or 14484461. OLE color: 14484461.
HSL color Cylindrical-coordinate representation of color #ED03DD: hue angle of 304.1º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED03DD is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 3 | 221 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.07 |
| HSL | 304.1º | 0.98% | 0.47% | - |
| HSV(B) | 304.1º | 0.99% | 0.93% | - |
| XYZ | 48.01 | 23.29 | 70.37 | - |
| YUV | 97.82 | 197.52 | 227.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 3 | 221 | 0 | 0.99 | 0.07 | 0.07 | 304.1 | 0.98 | 0.47 |
| Hex | ED | 3 | DD | 0 | 63 | 7 | 7 | 130 | 62 | 2F |
| Octal | 355 | 3 | 335 | 0 | 143 | 7 | 7 | 460 | 142 | 57 |
| Binary | 11101101 | 11 | 11011101 | 0 | 1100011 | 111 | 111 | 100110000 | 1100010 | 101111 |
Color Harmonies of #ED03DD
Complementary color
Monochromatic Colors of #ED03DD
Black with #ED03DD
Text Example
Text Example
White with #ED03DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED03DD; }
p { color: rgb(237,3,221); }
H1.HeaderClassName
{
color: #ED03DD;
}
.AnyTagClassName
{
color: #ED03DD;
}
</style>
background-color css
<style>
a { background-color: #ED03DD; }
a { background-color: rgb(237,3,221); }
div.DivClassName
{
background-color: #ED03DD;
}
.BgClassName
{
background-color: #ED03DD;
}
</style>
border-color css
<style>
span { border-color: #ED03DD; }
span { border-color: rgb(237,3,221); }
td.TdClassName
{
border-color: #ED03DD;
}
.TagClassName
{
border-color: #ED03DD;
}
</style>