Shades of Hot Magenta #ED10DB
Tints of Hot Magenta #ED10DB
RGB
CMYK
RGB Variations
Color information
#ED10DB (or 0xED10DB) is known color: Hot Magenta. HEX triplet: ED, 10 and DB. RGB value is (237,16,219). Sum of RGB (Red+Green+Blue) = 237+16+219=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 16 (6.64% from 255 or 3.39% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #ED10DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED10DB is #12EF24. Grayscale: #686868. Windows color (decimal): -1240869 or 14356717. OLE color: 14356717.
HSL color Cylindrical-coordinate representation of color #ED10DB: hue angle of 304.89º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED10DB is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 16 | 219 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.07 |
| HSL | 304.89º | 0.87% | 0.5% | - |
| HSV(B) | 304.89º | 0.93% | 0.93% | - |
| XYZ | 47.9 | 23.49 | 69.03 | - |
| YUV | 105.22 | 192.22 | 221.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 16 | 219 | 0 | 0.93 | 0.08 | 0.07 | 304.89 | 0.87 | 0.5 |
| Hex | ED | 10 | DB | 0 | 5D | 8 | 7 | 131 | 57 | 32 |
| Octal | 355 | 20 | 333 | 0 | 135 | 10 | 7 | 461 | 127 | 62 |
| Binary | 11101101 | 10000 | 11011011 | 0 | 1011101 | 1000 | 111 | 100110001 | 1010111 | 110010 |
Color Harmonies of #ED10DB
Complementary color
Monochromatic Colors of #ED10DB
Black with #ED10DB
Text Example
Text Example
White with #ED10DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED10DB; }
p { color: rgb(237,16,219); }
H1.HeaderClassName
{
color: #ED10DB;
}
.AnyTagClassName
{
color: #ED10DB;
}
</style>
background-color css
<style>
a { background-color: #ED10DB; }
a { background-color: rgb(237,16,219); }
div.DivClassName
{
background-color: #ED10DB;
}
.BgClassName
{
background-color: #ED10DB;
}
</style>
border-color css
<style>
span { border-color: #ED10DB; }
span { border-color: rgb(237,16,219); }
td.TdClassName
{
border-color: #ED10DB;
}
.TagClassName
{
border-color: #ED10DB;
}
</style>