Shades of Magenta #ED0FE7
Tints of Magenta #ED0FE7
RGB
CMYK
RGB Variations
Color information
#ED0FE7 (or 0xED0FE7) is known color: Magenta. HEX triplet: ED, 0F and E7. RGB value is (237,15,231). Sum of RGB (Red+Green+Blue) = 237+15+231=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 15 (6.25% from 255 or 3.11% from 483); Blue value is 231 (90.62% from 255 or 47.83% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0FE7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED0FE7 is #12F018. Grayscale: #696969. Windows color (decimal): -1241113 or 15142893. OLE color: 15142893.
HSL color Cylindrical-coordinate representation of color #ED0FE7: hue angle of 301.62º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ED0FE7 is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 15 | 231 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.07 |
| HSL | 301.62º | 0.88% | 0.49% | - |
| HSV(B) | 301.62º | 0.94% | 0.93% | - |
| XYZ | 49.52 | 24.12 | 77.65 | - |
| YUV | 106 | 198.55 | 221.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 15 | 231 | 0 | 0.94 | 0.03 | 0.07 | 301.62 | 0.88 | 0.49 |
| Hex | ED | F | E7 | 0 | 5E | 3 | 7 | 12E | 58 | 31 |
| Octal | 355 | 17 | 347 | 0 | 136 | 3 | 7 | 456 | 130 | 61 |
| Binary | 11101101 | 1111 | 11100111 | 0 | 1011110 | 11 | 111 | 100101110 | 1011000 | 110001 |
Color Harmonies of #ED0FE7
Complementary color
Monochromatic Colors of #ED0FE7
Black with #ED0FE7
Text Example
Text Example
White with #ED0FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0FE7; }
p { color: rgb(237,15,231); }
H1.HeaderClassName
{
color: #ED0FE7;
}
.AnyTagClassName
{
color: #ED0FE7;
}
</style>
background-color css
<style>
a { background-color: #ED0FE7; }
a { background-color: rgb(237,15,231); }
div.DivClassName
{
background-color: #ED0FE7;
}
.BgClassName
{
background-color: #ED0FE7;
}
</style>
border-color css
<style>
span { border-color: #ED0FE7; }
span { border-color: rgb(237,15,231); }
td.TdClassName
{
border-color: #ED0FE7;
}
.TagClassName
{
border-color: #ED0FE7;
}
</style>