Shades of Hot Magenta #ED0AD8
Tints of Hot Magenta #ED0AD8
RGB
CMYK
RGB Variations
Color information
#ED0AD8 (or 0xED0AD8) is known color: Hot Magenta. HEX triplet: ED, 0A and D8. RGB value is (237,10,216). Sum of RGB (Red+Green+Blue) = 237+10+216=463 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.19% from 463); Green value is 10 (4.30% from 255 or 2.16% from 463); Blue value is 216 (84.77% from 255 or 46.65% from 463); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0AD8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0AD8 is #12F527. Grayscale: #646464. Windows color (decimal): -1242408 or 14158573. OLE color: 14158573.
HSL color Cylindrical-coordinate representation of color #ED0AD8: hue angle of 305.55º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED0AD8 is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 10 | 216 | - |
| CMYK | 0 | 0.96 | 0.09 | 0.07 |
| HSL | 305.55º | 0.92% | 0.48% | - |
| HSV(B) | 305.55º | 0.96% | 0.93% | - |
| XYZ | 47.43 | 23.18 | 66.94 | - |
| YUV | 101.36 | 192.71 | 224.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 10 | 216 | 0 | 0.96 | 0.09 | 0.07 | 305.55 | 0.92 | 0.48 |
| Hex | ED | A | D8 | 0 | 60 | 9 | 7 | 132 | 5C | 30 |
| Octal | 355 | 12 | 330 | 0 | 140 | 11 | 7 | 462 | 134 | 60 |
| Binary | 11101101 | 1010 | 11011000 | 0 | 1100000 | 1001 | 111 | 100110010 | 1011100 | 110000 |
Color Harmonies of #ED0AD8
Complementary color
Monochromatic Colors of #ED0AD8
Black with #ED0AD8
Text Example
Text Example
White with #ED0AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0AD8; }
p { color: rgb(237,10,216); }
H1.HeaderClassName
{
color: #ED0AD8;
}
.AnyTagClassName
{
color: #ED0AD8;
}
</style>
background-color css
<style>
a { background-color: #ED0AD8; }
a { background-color: rgb(237,10,216); }
div.DivClassName
{
background-color: #ED0AD8;
}
.BgClassName
{
background-color: #ED0AD8;
}
</style>
border-color css
<style>
span { border-color: #ED0AD8; }
span { border-color: rgb(237,10,216); }
td.TdClassName
{
border-color: #ED0AD8;
}
.TagClassName
{
border-color: #ED0AD8;
}
</style>