Shades of Hot Magenta #ED05DA
Tints of Hot Magenta #ED05DA
RGB
CMYK
RGB Variations
Color information
#ED05DA (or 0xED05DA) is known color: Hot Magenta. HEX triplet: ED, 05 and DA. RGB value is (237,5,218). Sum of RGB (Red+Green+Blue) = 237+5+218=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 5 (2.34% from 255 or 1.09% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #ED05DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED05DA is #12FA25. Grayscale: #626262. Windows color (decimal): -1243686 or 14288365. OLE color: 14288365.
HSL color Cylindrical-coordinate representation of color #ED05DA: hue angle of 304.91º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ED05DA is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 5 | 218 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.07 |
| HSL | 304.91º | 0.96% | 0.47% | - |
| HSV(B) | 304.91º | 0.98% | 0.93% | - |
| XYZ | 47.63 | 23.18 | 68.29 | - |
| YUV | 98.65 | 195.36 | 226.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 5 | 218 | 0 | 0.98 | 0.08 | 0.07 | 304.91 | 0.96 | 0.47 |
| Hex | ED | 5 | DA | 0 | 62 | 8 | 7 | 131 | 60 | 2F |
| Octal | 355 | 5 | 332 | 0 | 142 | 10 | 7 | 461 | 140 | 57 |
| Binary | 11101101 | 101 | 11011010 | 0 | 1100010 | 1000 | 111 | 100110001 | 1100000 | 101111 |
Color Harmonies of #ED05DA
Complementary color
Monochromatic Colors of #ED05DA
Black with #ED05DA
Text Example
Text Example
White with #ED05DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED05DA; }
p { color: rgb(237,5,218); }
H1.HeaderClassName
{
color: #ED05DA;
}
.AnyTagClassName
{
color: #ED05DA;
}
</style>
background-color css
<style>
a { background-color: #ED05DA; }
a { background-color: rgb(237,5,218); }
div.DivClassName
{
background-color: #ED05DA;
}
.BgClassName
{
background-color: #ED05DA;
}
</style>
border-color css
<style>
span { border-color: #ED05DA; }
span { border-color: rgb(237,5,218); }
td.TdClassName
{
border-color: #ED05DA;
}
.TagClassName
{
border-color: #ED05DA;
}
</style>