Shades of Hot Magenta #ED0ADB
Tints of Hot Magenta #ED0ADB
RGB
CMYK
RGB Variations
Color information
#ED0ADB (or 0xED0ADB) is known color: Hot Magenta. HEX triplet: ED, 0A and DB. RGB value is (237,10,219). Sum of RGB (Red+Green+Blue) = 237+10+219=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 10 (4.30% from 255 or 2.15% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0ADB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0ADB is #12F524. Grayscale: #656565. Windows color (decimal): -1242405 or 14355181. OLE color: 14355181.
HSL color Cylindrical-coordinate representation of color #ED0ADB: hue angle of 304.76º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED0ADB is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 10 | 219 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.07 |
| HSL | 304.76º | 0.92% | 0.48% | - |
| HSV(B) | 304.76º | 0.96% | 0.93% | - |
| XYZ | 47.82 | 23.34 | 69 | - |
| YUV | 101.7 | 194.21 | 224.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 10 | 219 | 0 | 0.96 | 0.08 | 0.07 | 304.76 | 0.92 | 0.48 |
| Hex | ED | A | DB | 0 | 60 | 8 | 7 | 131 | 5C | 30 |
| Octal | 355 | 12 | 333 | 0 | 140 | 10 | 7 | 461 | 134 | 60 |
| Binary | 11101101 | 1010 | 11011011 | 0 | 1100000 | 1000 | 111 | 100110001 | 1011100 | 110000 |
Color Harmonies of #ED0ADB
Complementary color
Monochromatic Colors of #ED0ADB
Black with #ED0ADB
Text Example
Text Example
White with #ED0ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0ADB; }
p { color: rgb(237,10,219); }
H1.HeaderClassName
{
color: #ED0ADB;
}
.AnyTagClassName
{
color: #ED0ADB;
}
</style>
background-color css
<style>
a { background-color: #ED0ADB; }
a { background-color: rgb(237,10,219); }
div.DivClassName
{
background-color: #ED0ADB;
}
.BgClassName
{
background-color: #ED0ADB;
}
</style>
border-color css
<style>
span { border-color: #ED0ADB; }
span { border-color: rgb(237,10,219); }
td.TdClassName
{
border-color: #ED0ADB;
}
.TagClassName
{
border-color: #ED0ADB;
}
</style>