Shades of Hot Magenta #ED05D9
Tints of Hot Magenta #ED05D9
RGB
CMYK
RGB Variations
Color information
#ED05D9 (or 0xED05D9) is known color: Hot Magenta. HEX triplet: ED, 05 and D9. RGB value is (237,5,217). Sum of RGB (Red+Green+Blue) = 237+5+217=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 5 (2.34% from 255 or 1.09% from 459); Blue value is 217 (85.16% from 255 or 47.28% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #ED05D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED05D9 is #12FA26. Grayscale: #616161. Windows color (decimal): -1243687 or 14222829. OLE color: 14222829.
HSL color Cylindrical-coordinate representation of color #ED05D9: hue angle of 305.17º 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 #ED05D9 is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 5 | 217 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.07 |
| HSL | 305.17º | 0.96% | 0.47% | - |
| HSV(B) | 305.17º | 0.98% | 0.93% | - |
| XYZ | 47.5 | 23.12 | 67.61 | - |
| YUV | 98.54 | 194.86 | 226.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 5 | 217 | 0 | 0.98 | 0.08 | 0.07 | 305.17 | 0.96 | 0.47 |
| Hex | ED | 5 | D9 | 0 | 62 | 8 | 7 | 131 | 60 | 2F |
| Octal | 355 | 5 | 331 | 0 | 142 | 10 | 7 | 461 | 140 | 57 |
| Binary | 11101101 | 101 | 11011001 | 0 | 1100010 | 1000 | 111 | 100110001 | 1100000 | 101111 |
Color Harmonies of #ED05D9
Complementary color
Monochromatic Colors of #ED05D9
Black with #ED05D9
Text Example
Text Example
White with #ED05D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED05D9; }
p { color: rgb(237,5,217); }
H1.HeaderClassName
{
color: #ED05D9;
}
.AnyTagClassName
{
color: #ED05D9;
}
</style>
background-color css
<style>
a { background-color: #ED05D9; }
a { background-color: rgb(237,5,217); }
div.DivClassName
{
background-color: #ED05D9;
}
.BgClassName
{
background-color: #ED05D9;
}
</style>
border-color css
<style>
span { border-color: #ED05D9; }
span { border-color: rgb(237,5,217); }
td.TdClassName
{
border-color: #ED05D9;
}
.TagClassName
{
border-color: #ED05D9;
}
</style>