Shades of Hot Magenta #ED0FDB
Tints of Hot Magenta #ED0FDB
RGB
CMYK
RGB Variations
Color information
#ED0FDB (or 0xED0FDB) is known color: Hot Magenta. HEX triplet: ED, 0F and DB. RGB value is (237,15,219). Sum of RGB (Red+Green+Blue) = 237+15+219=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 15 (6.25% from 255 or 3.18% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0FDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0FDB is #12F024. Grayscale: #686868. Windows color (decimal): -1241125 or 14356461. OLE color: 14356461.
HSL color Cylindrical-coordinate representation of color #ED0FDB: hue angle of 304.86º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ED0FDB is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 15 | 219 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.07 |
| HSL | 304.86º | 0.88% | 0.49% | - |
| HSV(B) | 304.86º | 0.94% | 0.93% | - |
| XYZ | 47.88 | 23.46 | 69.02 | - |
| YUV | 104.63 | 192.55 | 222.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 15 | 219 | 0 | 0.94 | 0.08 | 0.07 | 304.86 | 0.88 | 0.49 |
| Hex | ED | F | DB | 0 | 5E | 8 | 7 | 131 | 58 | 31 |
| Octal | 355 | 17 | 333 | 0 | 136 | 10 | 7 | 461 | 130 | 61 |
| Binary | 11101101 | 1111 | 11011011 | 0 | 1011110 | 1000 | 111 | 100110001 | 1011000 | 110001 |
Color Harmonies of #ED0FDB
Complementary color
Monochromatic Colors of #ED0FDB
Black with #ED0FDB
Text Example
Text Example
White with #ED0FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0FDB; }
p { color: rgb(237,15,219); }
H1.HeaderClassName
{
color: #ED0FDB;
}
.AnyTagClassName
{
color: #ED0FDB;
}
</style>
background-color css
<style>
a { background-color: #ED0FDB; }
a { background-color: rgb(237,15,219); }
div.DivClassName
{
background-color: #ED0FDB;
}
.BgClassName
{
background-color: #ED0FDB;
}
</style>
border-color css
<style>
span { border-color: #ED0FDB; }
span { border-color: rgb(237,15,219); }
td.TdClassName
{
border-color: #ED0FDB;
}
.TagClassName
{
border-color: #ED0FDB;
}
</style>