Shades of Hot Magenta #ED0DDA
Tints of Hot Magenta #ED0DDA
RGB
CMYK
RGB Variations
Color information
#ED0DDA (or 0xED0DDA) is known color: Hot Magenta. HEX triplet: ED, 0D and DA. RGB value is (237,13,218). Sum of RGB (Red+Green+Blue) = 237+13+218=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 13 (5.47% from 255 or 2.78% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0DDA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0DDA is #12F225. Grayscale: #666666. Windows color (decimal): -1241638 or 14290413. OLE color: 14290413.
HSL color Cylindrical-coordinate representation of color #ED0DDA: hue angle of 305.09º 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 #ED0DDA is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 13 | 218 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.07 |
| HSL | 305.09º | 0.9% | 0.49% | - |
| HSV(B) | 305.09º | 0.95% | 0.93% | - |
| XYZ | 47.72 | 23.35 | 68.32 | - |
| YUV | 103.35 | 192.71 | 223.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 13 | 218 | 0 | 0.95 | 0.08 | 0.07 | 305.09 | 0.9 | 0.49 |
| Hex | ED | D | DA | 0 | 5F | 8 | 7 | 131 | 5A | 31 |
| Octal | 355 | 15 | 332 | 0 | 137 | 10 | 7 | 461 | 132 | 61 |
| Binary | 11101101 | 1101 | 11011010 | 0 | 1011111 | 1000 | 111 | 100110001 | 1011010 | 110001 |
Color Harmonies of #ED0DDA
Complementary color
Monochromatic Colors of #ED0DDA
Black with #ED0DDA
Text Example
Text Example
White with #ED0DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0DDA; }
p { color: rgb(237,13,218); }
H1.HeaderClassName
{
color: #ED0DDA;
}
.AnyTagClassName
{
color: #ED0DDA;
}
</style>
background-color css
<style>
a { background-color: #ED0DDA; }
a { background-color: rgb(237,13,218); }
div.DivClassName
{
background-color: #ED0DDA;
}
.BgClassName
{
background-color: #ED0DDA;
}
</style>
border-color css
<style>
span { border-color: #ED0DDA; }
span { border-color: rgb(237,13,218); }
td.TdClassName
{
border-color: #ED0DDA;
}
.TagClassName
{
border-color: #ED0DDA;
}
</style>