Shades of Hot Magenta #ED03DB
Tints of Hot Magenta #ED03DB
RGB
CMYK
RGB Variations
Color information
#ED03DB (or 0xED03DB) is known color: Hot Magenta. HEX triplet: ED, 03 and DB. RGB value is (237,3,219). Sum of RGB (Red+Green+Blue) = 237+3+219=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 3 (1.56% from 255 or 0.65% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #ED03DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED03DB is #12FC24. Grayscale: #606060. Windows color (decimal): -1244197 or 14353389. OLE color: 14353389.
HSL color Cylindrical-coordinate representation of color #ED03DB: hue angle of 304.62º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED03DB is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 3 | 219 | - |
| CMYK | 0 | 0.99 | 0.08 | 0.07 |
| HSL | 304.62º | 0.98% | 0.47% | - |
| HSV(B) | 304.62º | 0.99% | 0.93% | - |
| XYZ | 47.74 | 23.18 | 68.98 | - |
| YUV | 97.59 | 196.52 | 227.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 3 | 219 | 0 | 0.99 | 0.08 | 0.07 | 304.62 | 0.98 | 0.47 |
| Hex | ED | 3 | DB | 0 | 63 | 8 | 7 | 131 | 62 | 2F |
| Octal | 355 | 3 | 333 | 0 | 143 | 10 | 7 | 461 | 142 | 57 |
| Binary | 11101101 | 11 | 11011011 | 0 | 1100011 | 1000 | 111 | 100110001 | 1100010 | 101111 |
Color Harmonies of #ED03DB
Complementary color
Monochromatic Colors of #ED03DB
Black with #ED03DB
Text Example
Text Example
White with #ED03DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED03DB; }
p { color: rgb(237,3,219); }
H1.HeaderClassName
{
color: #ED03DB;
}
.AnyTagClassName
{
color: #ED03DB;
}
</style>
background-color css
<style>
a { background-color: #ED03DB; }
a { background-color: rgb(237,3,219); }
div.DivClassName
{
background-color: #ED03DB;
}
.BgClassName
{
background-color: #ED03DB;
}
</style>
border-color css
<style>
span { border-color: #ED03DB; }
span { border-color: rgb(237,3,219); }
td.TdClassName
{
border-color: #ED03DB;
}
.TagClassName
{
border-color: #ED03DB;
}
</style>