Shades of Hot Magenta #ED04E2
Tints of Hot Magenta #ED04E2
RGB
CMYK
RGB Variations
Color information
#ED04E2 (or 0xED04E2) is known color: Hot Magenta. HEX triplet: ED, 04 and E2. RGB value is (237,4,226). Sum of RGB (Red+Green+Blue) = 237+4+226=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 4 (1.95% from 255 or 0.86% from 467); Blue value is 226 (88.67% from 255 or 48.39% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #ED04E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED04E2 is #12FB1D. Grayscale: #626262. Windows color (decimal): -1243934 or 14812397. OLE color: 14812397.
HSL color Cylindrical-coordinate representation of color #ED04E2: hue angle of 302.83º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ED04E2 is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 4 | 226 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.07 |
| HSL | 302.83º | 0.97% | 0.47% | - |
| HSV(B) | 302.83º | 0.98% | 0.93% | - |
| XYZ | 48.7 | 23.58 | 73.94 | - |
| YUV | 98.98 | 199.69 | 226.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 4 | 226 | 0 | 0.98 | 0.05 | 0.07 | 302.83 | 0.97 | 0.47 |
| Hex | ED | 4 | E2 | 0 | 62 | 5 | 7 | 12F | 61 | 2F |
| Octal | 355 | 4 | 342 | 0 | 142 | 5 | 7 | 457 | 141 | 57 |
| Binary | 11101101 | 100 | 11100010 | 0 | 1100010 | 101 | 111 | 100101111 | 1100001 | 101111 |
Color Harmonies of #ED04E2
Complementary color
Monochromatic Colors of #ED04E2
Black with #ED04E2
Text Example
Text Example
White with #ED04E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED04E2; }
p { color: rgb(237,4,226); }
H1.HeaderClassName
{
color: #ED04E2;
}
.AnyTagClassName
{
color: #ED04E2;
}
</style>
background-color css
<style>
a { background-color: #ED04E2; }
a { background-color: rgb(237,4,226); }
div.DivClassName
{
background-color: #ED04E2;
}
.BgClassName
{
background-color: #ED04E2;
}
</style>
border-color css
<style>
span { border-color: #ED04E2; }
span { border-color: rgb(237,4,226); }
td.TdClassName
{
border-color: #ED04E2;
}
.TagClassName
{
border-color: #ED04E2;
}
</style>