Shades of Magenta #ED07F0
Tints of Magenta #ED07F0
RGB
CMYK
RGB Variations
Color information
#ED07F0 (or 0xED07F0) is known color: Magenta. HEX triplet: ED, 07 and F0. RGB value is (237,7,240). Sum of RGB (Red+Green+Blue) = 237+7+240=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 7 (3.12% from 255 or 1.45% from 484); Blue value is 240 (94.14% from 255 or 49.59% from 484); Max value from RGB is 240 - color contains mainly: blue. Hex color #ED07F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED07F0 is #12F80F. Grayscale: #656565. Windows color (decimal): -1243152 or 15730669. OLE color: 15730669.
HSL color Cylindrical-coordinate representation of color #ED07F0: hue angle of 299.23º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ED07F0 is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 7 | 240 | - |
| CMYK | 0.01 | 0.97 | 0 | 0.06 |
| HSL | 299.23º | 0.94% | 0.48% | - |
| HSV(B) | 299.23º | 0.97% | 0.94% | - |
| XYZ | 50.73 | 24.45 | 84.48 | - |
| YUV | 102.33 | 205.7 | 224.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 7 | 240 | 0.01 | 0.97 | 0 | 0.06 | 299.23 | 0.94 | 0.48 |
| Hex | ED | 7 | F0 | 1 | 61 | 0 | 6 | 12B | 5E | 30 |
| Octal | 355 | 7 | 360 | 1 | 141 | 0 | 6 | 453 | 136 | 60 |
| Binary | 11101101 | 111 | 11110000 | 1 | 1100001 | 0 | 110 | 100101011 | 1011110 | 110000 |
Color Harmonies of #ED07F0
Complementary color
Monochromatic Colors of #ED07F0
Black with #ED07F0
Text Example
Text Example
White with #ED07F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED07F0; }
p { color: rgb(237,7,240); }
H1.HeaderClassName
{
color: #ED07F0;
}
.AnyTagClassName
{
color: #ED07F0;
}
</style>
background-color css
<style>
a { background-color: #ED07F0; }
a { background-color: rgb(237,7,240); }
div.DivClassName
{
background-color: #ED07F0;
}
.BgClassName
{
background-color: #ED07F0;
}
</style>
border-color css
<style>
span { border-color: #ED07F0; }
span { border-color: rgb(237,7,240); }
td.TdClassName
{
border-color: #ED07F0;
}
.TagClassName
{
border-color: #ED07F0;
}
</style>