Shades of Hot Magenta #ED09DB
Tints of Hot Magenta #ED09DB
RGB
CMYK
RGB Variations
Color information
#ED09DB (or 0xED09DB) is known color: Hot Magenta. HEX triplet: ED, 09 and DB. RGB value is (237,9,219). Sum of RGB (Red+Green+Blue) = 237+9+219=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 9 (3.91% from 255 or 1.94% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #ED09DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED09DB is #12F624. Grayscale: #646464. Windows color (decimal): -1242661 or 14354925. OLE color: 14354925.
HSL color Cylindrical-coordinate representation of color #ED09DB: hue angle of 304.74º degrees, saturation: 0.93, 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 #ED09DB is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 9 | 219 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.07 |
| HSL | 304.74º | 0.93% | 0.48% | - |
| HSV(B) | 304.74º | 0.96% | 0.93% | - |
| XYZ | 47.81 | 23.31 | 69 | - |
| YUV | 101.11 | 194.54 | 224.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 9 | 219 | 0 | 0.96 | 0.08 | 0.07 | 304.74 | 0.93 | 0.48 |
| Hex | ED | 9 | DB | 0 | 60 | 8 | 7 | 131 | 5D | 30 |
| Octal | 355 | 11 | 333 | 0 | 140 | 10 | 7 | 461 | 135 | 60 |
| Binary | 11101101 | 1001 | 11011011 | 0 | 1100000 | 1000 | 111 | 100110001 | 1011101 | 110000 |
Color Harmonies of #ED09DB
Complementary color
Monochromatic Colors of #ED09DB
Black with #ED09DB
Text Example
Text Example
White with #ED09DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED09DB; }
p { color: rgb(237,9,219); }
H1.HeaderClassName
{
color: #ED09DB;
}
.AnyTagClassName
{
color: #ED09DB;
}
</style>
background-color css
<style>
a { background-color: #ED09DB; }
a { background-color: rgb(237,9,219); }
div.DivClassName
{
background-color: #ED09DB;
}
.BgClassName
{
background-color: #ED09DB;
}
</style>
border-color css
<style>
span { border-color: #ED09DB; }
span { border-color: rgb(237,9,219); }
td.TdClassName
{
border-color: #ED09DB;
}
.TagClassName
{
border-color: #ED09DB;
}
</style>