Shades of Hot Magenta #ED0BDA
Tints of Hot Magenta #ED0BDA
RGB
CMYK
RGB Variations
Color information
#ED0BDA (or 0xED0BDA) is known color: Hot Magenta. HEX triplet: ED, 0B and DA. RGB value is (237,11,218). Sum of RGB (Red+Green+Blue) = 237+11+218=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 11 (4.69% from 255 or 2.36% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0BDA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0BDA is #12F425. Grayscale: #656565. Windows color (decimal): -1242150 or 14289901. OLE color: 14289901.
HSL color Cylindrical-coordinate representation of color #ED0BDA: hue angle of 305.04º degrees, saturation: 0.91, 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 #ED0BDA is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 11 | 218 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.07 |
| HSL | 305.04º | 0.91% | 0.49% | - |
| HSV(B) | 305.04º | 0.95% | 0.93% | - |
| XYZ | 47.7 | 23.31 | 68.31 | - |
| YUV | 102.17 | 193.37 | 224.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 11 | 218 | 0 | 0.95 | 0.08 | 0.07 | 305.04 | 0.91 | 0.49 |
| Hex | ED | B | DA | 0 | 5F | 8 | 7 | 131 | 5B | 31 |
| Octal | 355 | 13 | 332 | 0 | 137 | 10 | 7 | 461 | 133 | 61 |
| Binary | 11101101 | 1011 | 11011010 | 0 | 1011111 | 1000 | 111 | 100110001 | 1011011 | 110001 |
Color Harmonies of #ED0BDA
Complementary color
Monochromatic Colors of #ED0BDA
Black with #ED0BDA
Text Example
Text Example
White with #ED0BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0BDA; }
p { color: rgb(237,11,218); }
H1.HeaderClassName
{
color: #ED0BDA;
}
.AnyTagClassName
{
color: #ED0BDA;
}
</style>
background-color css
<style>
a { background-color: #ED0BDA; }
a { background-color: rgb(237,11,218); }
div.DivClassName
{
background-color: #ED0BDA;
}
.BgClassName
{
background-color: #ED0BDA;
}
</style>
border-color css
<style>
span { border-color: #ED0BDA; }
span { border-color: rgb(237,11,218); }
td.TdClassName
{
border-color: #ED0BDA;
}
.TagClassName
{
border-color: #ED0BDA;
}
</style>