Shades of Hot Magenta #ED09DC
Tints of Hot Magenta #ED09DC
RGB
CMYK
RGB Variations
Color information
#ED09DC (or 0xED09DC) is known color: Hot Magenta. HEX triplet: ED, 09 and DC. RGB value is (237,9,220). Sum of RGB (Red+Green+Blue) = 237+9+220=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 9 (3.91% from 255 or 1.93% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #ED09DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED09DC is #12F623. Grayscale: #646464. Windows color (decimal): -1242660 or 14420461. OLE color: 14420461.
HSL color Cylindrical-coordinate representation of color #ED09DC: hue angle of 304.47º degrees, saturation: 0.93, 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 #ED09DC is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 9 | 220 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.07 |
| HSL | 304.47º | 0.93% | 0.48% | - |
| HSV(B) | 304.47º | 0.96% | 0.93% | - |
| XYZ | 47.94 | 23.37 | 69.69 | - |
| YUV | 101.23 | 195.04 | 224.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 9 | 220 | 0 | 0.96 | 0.07 | 0.07 | 304.47 | 0.93 | 0.48 |
| Hex | ED | 9 | DC | 0 | 60 | 7 | 7 | 130 | 5D | 30 |
| Octal | 355 | 11 | 334 | 0 | 140 | 7 | 7 | 460 | 135 | 60 |
| Binary | 11101101 | 1001 | 11011100 | 0 | 1100000 | 111 | 111 | 100110000 | 1011101 | 110000 |
Color Harmonies of #ED09DC
Complementary color
Monochromatic Colors of #ED09DC
Black with #ED09DC
Text Example
Text Example
White with #ED09DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED09DC; }
p { color: rgb(237,9,220); }
H1.HeaderClassName
{
color: #ED09DC;
}
.AnyTagClassName
{
color: #ED09DC;
}
</style>
background-color css
<style>
a { background-color: #ED09DC; }
a { background-color: rgb(237,9,220); }
div.DivClassName
{
background-color: #ED09DC;
}
.BgClassName
{
background-color: #ED09DC;
}
</style>
border-color css
<style>
span { border-color: #ED09DC; }
span { border-color: rgb(237,9,220); }
td.TdClassName
{
border-color: #ED09DC;
}
.TagClassName
{
border-color: #ED09DC;
}
</style>