Shades of Hot Magenta #ED0FDD
Tints of Hot Magenta #ED0FDD
RGB
CMYK
RGB Variations
Color information
#ED0FDD (or 0xED0FDD) is known color: Hot Magenta. HEX triplet: ED, 0F and DD. RGB value is (237,15,221). Sum of RGB (Red+Green+Blue) = 237+15+221=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 15 (6.25% from 255 or 3.17% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0FDD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0FDD is #12F022. Grayscale: #686868. Windows color (decimal): -1241123 or 14487533. OLE color: 14487533.
HSL color Cylindrical-coordinate representation of color #ED0FDD: hue angle of 304.32º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ED0FDD is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 15 | 221 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.07 |
| HSL | 304.32º | 0.88% | 0.49% | - |
| HSV(B) | 304.32º | 0.94% | 0.93% | - |
| XYZ | 48.15 | 23.57 | 70.42 | - |
| YUV | 104.86 | 193.55 | 222.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 15 | 221 | 0 | 0.94 | 0.07 | 0.07 | 304.32 | 0.88 | 0.49 |
| Hex | ED | F | DD | 0 | 5E | 7 | 7 | 130 | 58 | 31 |
| Octal | 355 | 17 | 335 | 0 | 136 | 7 | 7 | 460 | 130 | 61 |
| Binary | 11101101 | 1111 | 11011101 | 0 | 1011110 | 111 | 111 | 100110000 | 1011000 | 110001 |
Color Harmonies of #ED0FDD
Complementary color
Monochromatic Colors of #ED0FDD
Black with #ED0FDD
Text Example
Text Example
White with #ED0FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0FDD; }
p { color: rgb(237,15,221); }
H1.HeaderClassName
{
color: #ED0FDD;
}
.AnyTagClassName
{
color: #ED0FDD;
}
</style>
background-color css
<style>
a { background-color: #ED0FDD; }
a { background-color: rgb(237,15,221); }
div.DivClassName
{
background-color: #ED0FDD;
}
.BgClassName
{
background-color: #ED0FDD;
}
</style>
border-color css
<style>
span { border-color: #ED0FDD; }
span { border-color: rgb(237,15,221); }
td.TdClassName
{
border-color: #ED0FDD;
}
.TagClassName
{
border-color: #ED0FDD;
}
</style>