Shades of Hot Magenta #ED0DD0
Tints of Hot Magenta #ED0DD0
RGB
CMYK
RGB Variations
Color information
#ED0DD0 (or 0xED0DD0) is known color: Hot Magenta. HEX triplet: ED, 0D and D0. RGB value is (237,13,208). Sum of RGB (Red+Green+Blue) = 237+13+208=458 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.75% from 458); Green value is 13 (5.47% from 255 or 2.84% from 458); Blue value is 208 (81.64% from 255 or 45.41% from 458); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0DD0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0DD0 is #12F22F. Grayscale: #656565. Windows color (decimal): -1241648 or 13635053. OLE color: 13635053.
HSL color Cylindrical-coordinate representation of color #ED0DD0: hue angle of 307.77º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED0DD0 is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 13 | 208 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.07 |
| HSL | 307.77º | 0.9% | 0.49% | - |
| HSV(B) | 307.77º | 0.95% | 0.93% | - |
| XYZ | 46.45 | 22.85 | 61.64 | - |
| YUV | 102.21 | 187.71 | 224.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 13 | 208 | 0 | 0.95 | 0.12 | 0.07 | 307.77 | 0.9 | 0.49 |
| Hex | ED | D | D0 | 0 | 5F | C | 7 | 134 | 5A | 31 |
| Octal | 355 | 15 | 320 | 0 | 137 | 14 | 7 | 464 | 132 | 61 |
| Binary | 11101101 | 1101 | 11010000 | 0 | 1011111 | 1100 | 111 | 100110100 | 1011010 | 110001 |
Color Harmonies of #ED0DD0
Complementary color
Monochromatic Colors of #ED0DD0
Black with #ED0DD0
Text Example
Text Example
White with #ED0DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0DD0; }
p { color: rgb(237,13,208); }
H1.HeaderClassName
{
color: #ED0DD0;
}
.AnyTagClassName
{
color: #ED0DD0;
}
</style>
background-color css
<style>
a { background-color: #ED0DD0; }
a { background-color: rgb(237,13,208); }
div.DivClassName
{
background-color: #ED0DD0;
}
.BgClassName
{
background-color: #ED0DD0;
}
</style>
border-color css
<style>
span { border-color: #ED0DD0; }
span { border-color: rgb(237,13,208); }
td.TdClassName
{
border-color: #ED0DD0;
}
.TagClassName
{
border-color: #ED0DD0;
}
</style>