Shades of Magenta #ED07E4
Tints of Magenta #ED07E4
RGB
CMYK
RGB Variations
Color information
#ED07E4 (or 0xED07E4) is known color: Magenta. HEX triplet: ED, 07 and E4. RGB value is (237,7,228). Sum of RGB (Red+Green+Blue) = 237+7+228=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 7 (3.12% from 255 or 1.48% from 472); Blue value is 228 (89.45% from 255 or 48.31% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #ED07E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED07E4 is #12F81B. Grayscale: #646464. Windows color (decimal): -1243164 or 14944237. OLE color: 14944237.
HSL color Cylindrical-coordinate representation of color #ED07E4: hue angle of 302.35º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ED07E4 is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 7 | 228 | - |
| CMYK | 0 | 0.97 | 0.04 | 0.07 |
| HSL | 302.35º | 0.94% | 0.48% | - |
| HSV(B) | 302.35º | 0.97% | 0.93% | - |
| XYZ | 49 | 23.76 | 75.4 | - |
| YUV | 100.96 | 199.7 | 225.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 7 | 228 | 0 | 0.97 | 0.04 | 0.07 | 302.35 | 0.94 | 0.48 |
| Hex | ED | 7 | E4 | 0 | 61 | 4 | 7 | 12E | 5E | 30 |
| Octal | 355 | 7 | 344 | 0 | 141 | 4 | 7 | 456 | 136 | 60 |
| Binary | 11101101 | 111 | 11100100 | 0 | 1100001 | 100 | 111 | 100101110 | 1011110 | 110000 |
Color Harmonies of #ED07E4
Complementary color
Monochromatic Colors of #ED07E4
Black with #ED07E4
Text Example
Text Example
White with #ED07E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED07E4; }
p { color: rgb(237,7,228); }
H1.HeaderClassName
{
color: #ED07E4;
}
.AnyTagClassName
{
color: #ED07E4;
}
</style>
background-color css
<style>
a { background-color: #ED07E4; }
a { background-color: rgb(237,7,228); }
div.DivClassName
{
background-color: #ED07E4;
}
.BgClassName
{
background-color: #ED07E4;
}
</style>
border-color css
<style>
span { border-color: #ED07E4; }
span { border-color: rgb(237,7,228); }
td.TdClassName
{
border-color: #ED07E4;
}
.TagClassName
{
border-color: #ED07E4;
}
</style>