Shades of Hot Magenta #ED19E2
Tints of Hot Magenta #ED19E2
RGB
CMYK
RGB Variations
Color information
#ED19E2 (or 0xED19E2) is known color: Hot Magenta. HEX triplet: ED, 19 and E2. RGB value is (237,25,226). Sum of RGB (Red+Green+Blue) = 237+25+226=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 25 (10.16% from 255 or 5.12% from 488); Blue value is 226 (88.67% from 255 or 46.31% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #ED19E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED19E2 is #12E61D. Grayscale: #6E6E6E. Windows color (decimal): -1238558 or 14817773. OLE color: 14817773.
HSL color Cylindrical-coordinate representation of color #ED19E2: hue angle of 303.11º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED19E2 is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 25 | 226 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.07 |
| HSL | 303.11º | 0.85% | 0.51% | - |
| HSV(B) | 303.11º | 0.89% | 0.93% | - |
| XYZ | 49 | 24.19 | 74.04 | - |
| YUV | 111.3 | 192.74 | 217.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 25 | 226 | 0 | 0.89 | 0.05 | 0.07 | 303.11 | 0.85 | 0.51 |
| Hex | ED | 19 | E2 | 0 | 59 | 5 | 7 | 12F | 55 | 33 |
| Octal | 355 | 31 | 342 | 0 | 131 | 5 | 7 | 457 | 125 | 63 |
| Binary | 11101101 | 11001 | 11100010 | 0 | 1011001 | 101 | 111 | 100101111 | 1010101 | 110011 |
Color Harmonies of #ED19E2
Complementary color
Monochromatic Colors of #ED19E2
Black with #ED19E2
Text Example
Text Example
White with #ED19E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED19E2; }
p { color: rgb(237,25,226); }
H1.HeaderClassName
{
color: #ED19E2;
}
.AnyTagClassName
{
color: #ED19E2;
}
</style>
background-color css
<style>
a { background-color: #ED19E2; }
a { background-color: rgb(237,25,226); }
div.DivClassName
{
background-color: #ED19E2;
}
.BgClassName
{
background-color: #ED19E2;
}
</style>
border-color css
<style>
span { border-color: #ED19E2; }
span { border-color: rgb(237,25,226); }
td.TdClassName
{
border-color: #ED19E2;
}
.TagClassName
{
border-color: #ED19E2;
}
</style>