Shades of Magenta #ED0AED
Tints of Magenta #ED0AED
RGB
CMYK
RGB Variations
Color information
#ED0AED (or 0xED0AED) is known color: Magenta. HEX triplet: ED, 0A and ED. RGB value is (237,10,237). Sum of RGB (Red+Green+Blue) = 237+10+237=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 10 (4.30% from 255 or 2.07% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #ED0AED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED0AED is #12F512. Grayscale: #676767. Windows color (decimal): -1242387 or 15534829. OLE color: 15534829.
HSL color Cylindrical-coordinate representation of color #ED0AED: hue angle of 300º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED0AED is Cyan = 0, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 10 | 237 | - |
| CMYK | 0 | 0.96 | 0 | 0.07 |
| HSL | 300º | 0.92% | 0.48% | - |
| HSV(B) | 300º | 0.96% | 0.93% | - |
| XYZ | 50.32 | 24.34 | 82.17 | - |
| YUV | 103.75 | 203.21 | 223.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 10 | 237 | 0 | 0.96 | 0 | 0.07 | 300 | 0.92 | 0.48 |
| Hex | ED | A | ED | 0 | 60 | 0 | 7 | 12C | 5C | 30 |
| Octal | 355 | 12 | 355 | 0 | 140 | 0 | 7 | 454 | 134 | 60 |
| Binary | 11101101 | 1010 | 11101101 | 0 | 1100000 | 0 | 111 | 100101100 | 1011100 | 110000 |
Color Harmonies of #ED0AED
Complementary color
Monochromatic Colors of #ED0AED
Black with #ED0AED
Text Example
Text Example
White with #ED0AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0AED; }
p { color: rgb(237,10,237); }
H1.HeaderClassName
{
color: #ED0AED;
}
.AnyTagClassName
{
color: #ED0AED;
}
</style>
background-color css
<style>
a { background-color: #ED0AED; }
a { background-color: rgb(237,10,237); }
div.DivClassName
{
background-color: #ED0AED;
}
.BgClassName
{
background-color: #ED0AED;
}
</style>
border-color css
<style>
span { border-color: #ED0AED; }
span { border-color: rgb(237,10,237); }
td.TdClassName
{
border-color: #ED0AED;
}
.TagClassName
{
border-color: #ED0AED;
}
</style>