Shades of Hot Magenta #ED0DD5
Tints of Hot Magenta #ED0DD5
RGB
CMYK
RGB Variations
Color information
#ED0DD5 (or 0xED0DD5) is known color: Hot Magenta. HEX triplet: ED, 0D and D5. RGB value is (237,13,213). Sum of RGB (Red+Green+Blue) = 237+13+213=463 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.19% from 463); Green value is 13 (5.47% from 255 or 2.81% from 463); Blue value is 213 (83.59% from 255 or 46.00% from 463); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0DD5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0DD5 is #12F22A. Grayscale: #666666. Windows color (decimal): -1241643 or 13962733. OLE color: 13962733.
HSL color Cylindrical-coordinate representation of color #ED0DD5: hue angle of 306.43º 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 #ED0DD5 is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 13 | 213 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.07 |
| HSL | 306.43º | 0.9% | 0.49% | - |
| HSV(B) | 306.43º | 0.95% | 0.93% | - |
| XYZ | 47.08 | 23.1 | 64.93 | - |
| YUV | 102.78 | 190.21 | 223.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 13 | 213 | 0 | 0.95 | 0.10 | 0.07 | 306.43 | 0.9 | 0.49 |
| Hex | ED | D | D5 | 0 | 5F | A | 7 | 132 | 5A | 31 |
| Octal | 355 | 15 | 325 | 0 | 137 | 12 | 7 | 462 | 132 | 61 |
| Binary | 11101101 | 1101 | 11010101 | 0 | 1011111 | 1010 | 111 | 100110010 | 1011010 | 110001 |
Color Harmonies of #ED0DD5
Complementary color
Monochromatic Colors of #ED0DD5
Black with #ED0DD5
Text Example
Text Example
White with #ED0DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0DD5; }
p { color: rgb(237,13,213); }
H1.HeaderClassName
{
color: #ED0DD5;
}
.AnyTagClassName
{
color: #ED0DD5;
}
</style>
background-color css
<style>
a { background-color: #ED0DD5; }
a { background-color: rgb(237,13,213); }
div.DivClassName
{
background-color: #ED0DD5;
}
.BgClassName
{
background-color: #ED0DD5;
}
</style>
border-color css
<style>
span { border-color: #ED0DD5; }
span { border-color: rgb(237,13,213); }
td.TdClassName
{
border-color: #ED0DD5;
}
.TagClassName
{
border-color: #ED0DD5;
}
</style>