Shades of Hot Magenta #ED03DA
Tints of Hot Magenta #ED03DA
RGB
CMYK
RGB Variations
Color information
#ED03DA (or 0xED03DA) is known color: Hot Magenta. HEX triplet: ED, 03 and DA. RGB value is (237,3,218). Sum of RGB (Red+Green+Blue) = 237+3+218=458 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.75% from 458); Green value is 3 (1.56% from 255 or 0.66% from 458); Blue value is 218 (85.55% from 255 or 47.60% from 458); Max value from RGB is 237 - color contains mainly: red. Hex color #ED03DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED03DA is #12FC25. Grayscale: #606060. Windows color (decimal): -1244198 or 14287853. OLE color: 14287853.
HSL color Cylindrical-coordinate representation of color #ED03DA: hue angle of 304.87º 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 #ED03DA is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 3 | 218 | - |
| CMYK | 0 | 0.99 | 0.08 | 0.07 |
| HSL | 304.87º | 0.98% | 0.47% | - |
| HSV(B) | 304.87º | 0.99% | 0.93% | - |
| XYZ | 47.61 | 23.13 | 68.29 | - |
| YUV | 97.48 | 196.02 | 227.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 3 | 218 | 0 | 0.99 | 0.08 | 0.07 | 304.87 | 0.98 | 0.47 |
| Hex | ED | 3 | DA | 0 | 63 | 8 | 7 | 131 | 62 | 2F |
| Octal | 355 | 3 | 332 | 0 | 143 | 10 | 7 | 461 | 142 | 57 |
| Binary | 11101101 | 11 | 11011010 | 0 | 1100011 | 1000 | 111 | 100110001 | 1100010 | 101111 |
Color Harmonies of #ED03DA
Complementary color
Monochromatic Colors of #ED03DA
Black with #ED03DA
Text Example
Text Example
White with #ED03DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED03DA; }
p { color: rgb(237,3,218); }
H1.HeaderClassName
{
color: #ED03DA;
}
.AnyTagClassName
{
color: #ED03DA;
}
</style>
background-color css
<style>
a { background-color: #ED03DA; }
a { background-color: rgb(237,3,218); }
div.DivClassName
{
background-color: #ED03DA;
}
.BgClassName
{
background-color: #ED03DA;
}
</style>
border-color css
<style>
span { border-color: #ED03DA; }
span { border-color: rgb(237,3,218); }
td.TdClassName
{
border-color: #ED03DA;
}
.TagClassName
{
border-color: #ED03DA;
}
</style>