Shades of Hot Magenta #ED03C7
Tints of Hot Magenta #ED03C7
RGB
CMYK
RGB Variations
Color information
#ED03C7 (or 0xED03C7) is known color: Hot Magenta. HEX triplet: ED, 03 and C7. RGB value is (237,3,199). Sum of RGB (Red+Green+Blue) = 237+3+199=439 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.99% from 439); Green value is 3 (1.56% from 255 or 0.68% from 439); Blue value is 199 (78.12% from 255 or 45.33% from 439); Max value from RGB is 237 - color contains mainly: red. Hex color #ED03C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED03C7 is #12FC38. Grayscale: #5E5E5E. Windows color (decimal): -1244217 or 13042669. OLE color: 13042669.
HSL color Cylindrical-coordinate representation of color #ED03C7: hue angle of 309.74º 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 #ED03C7 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 3 | 199 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.07 |
| HSL | 309.74º | 0.98% | 0.47% | - |
| HSV(B) | 309.74º | 0.99% | 0.93% | - |
| XYZ | 45.27 | 22.19 | 55.93 | - |
| YUV | 95.31 | 186.52 | 229.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 3 | 199 | 0 | 0.99 | 0.16 | 0.07 | 309.74 | 0.98 | 0.47 |
| Hex | ED | 3 | C7 | 0 | 63 | 10 | 7 | 136 | 62 | 2F |
| Octal | 355 | 3 | 307 | 0 | 143 | 20 | 7 | 466 | 142 | 57 |
| Binary | 11101101 | 11 | 11000111 | 0 | 1100011 | 10000 | 111 | 100110110 | 1100010 | 101111 |
Color Harmonies of #ED03C7
Complementary color
Monochromatic Colors of #ED03C7
Black with #ED03C7
Text Example
Text Example
White with #ED03C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED03C7; }
p { color: rgb(237,3,199); }
H1.HeaderClassName
{
color: #ED03C7;
}
.AnyTagClassName
{
color: #ED03C7;
}
</style>
background-color css
<style>
a { background-color: #ED03C7; }
a { background-color: rgb(237,3,199); }
div.DivClassName
{
background-color: #ED03C7;
}
.BgClassName
{
background-color: #ED03C7;
}
</style>
border-color css
<style>
span { border-color: #ED03C7; }
span { border-color: rgb(237,3,199); }
td.TdClassName
{
border-color: #ED03C7;
}
.TagClassName
{
border-color: #ED03C7;
}
</style>