Shades of Magenta #ED20EC
Tints of Magenta #ED20EC
RGB
CMYK
RGB Variations
Color information
#ED20EC (or 0xED20EC) is known color: Magenta. HEX triplet: ED, 20 and EC. RGB value is (237,32,236). Sum of RGB (Red+Green+Blue) = 237+32+236=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 32 (12.89% from 255 or 6.34% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #ED20EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED20EC is #12DF13. Grayscale: #737373. Windows color (decimal): -1236756 or 15474925. OLE color: 15474925.
HSL color Cylindrical-coordinate representation of color #ED20EC: hue angle of 300.29º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ED20EC is Cyan = 0, Magento = 0.86, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 32 | 236 | - |
| CMYK | 0 | 0.86 | 0.00 | 0.07 |
| HSL | 300.29º | 0.85% | 0.53% | - |
| HSV(B) | 300.29º | 0.86% | 0.93% | - |
| XYZ | 50.58 | 25.09 | 81.53 | - |
| YUV | 116.55 | 195.42 | 213.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 32 | 236 | 0 | 0.86 | 0.00 | 0.07 | 300.29 | 0.85 | 0.53 |
| Hex | ED | 20 | EC | 0 | 56 | 0 | 7 | 12C | 55 | 35 |
| Octal | 355 | 40 | 354 | 0 | 126 | 0 | 7 | 454 | 125 | 65 |
| Binary | 11101101 | 100000 | 11101100 | 0 | 1010110 | 0 | 111 | 100101100 | 1010101 | 110101 |
Color Harmonies of #ED20EC
Complementary color
Monochromatic Colors of #ED20EC
Black with #ED20EC
Text Example
Text Example
White with #ED20EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED20EC; }
p { color: rgb(237,32,236); }
H1.HeaderClassName
{
color: #ED20EC;
}
.AnyTagClassName
{
color: #ED20EC;
}
</style>
background-color css
<style>
a { background-color: #ED20EC; }
a { background-color: rgb(237,32,236); }
div.DivClassName
{
background-color: #ED20EC;
}
.BgClassName
{
background-color: #ED20EC;
}
</style>
border-color css
<style>
span { border-color: #ED20EC; }
span { border-color: rgb(237,32,236); }
td.TdClassName
{
border-color: #ED20EC;
}
.TagClassName
{
border-color: #ED20EC;
}
</style>