Shades of Magenta #ED22ED
Tints of Magenta #ED22ED
RGB
CMYK
RGB Variations
Color information
#ED22ED (or 0xED22ED) is known color: Magenta. HEX triplet: ED, 22 and ED. RGB value is (237,34,237). Sum of RGB (Red+Green+Blue) = 237+34+237=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 34 (13.67% from 255 or 6.69% from 508); Blue value is 237 (92.97% from 255 or 46.65% from 508); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #ED22ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED22ED is #12DD12. Grayscale: #757575. Windows color (decimal): -1236243 or 15540973. OLE color: 15540973.
HSL color Cylindrical-coordinate representation of color #ED22ED: hue angle of 300º 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 #ED22ED is Cyan = 0, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 34 | 237 | - |
| CMYK | 0 | 0.86 | 0 | 0.07 |
| HSL | 300º | 0.85% | 0.53% | - |
| HSV(B) | 300º | 0.86% | 0.93% | - |
| XYZ | 50.78 | 25.26 | 82.32 | - |
| YUV | 117.84 | 195.25 | 212.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 34 | 237 | 0 | 0.86 | 0 | 0.07 | 300 | 0.85 | 0.53 |
| Hex | ED | 22 | ED | 0 | 56 | 0 | 7 | 12C | 55 | 35 |
| Octal | 355 | 42 | 355 | 0 | 126 | 0 | 7 | 454 | 125 | 65 |
| Binary | 11101101 | 100010 | 11101101 | 0 | 1010110 | 0 | 111 | 100101100 | 1010101 | 110101 |
Color Harmonies of #ED22ED
Complementary color
Monochromatic Colors of #ED22ED
Black with #ED22ED
Text Example
Text Example
White with #ED22ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED22ED; }
p { color: rgb(237,34,237); }
H1.HeaderClassName
{
color: #ED22ED;
}
.AnyTagClassName
{
color: #ED22ED;
}
</style>
background-color css
<style>
a { background-color: #ED22ED; }
a { background-color: rgb(237,34,237); }
div.DivClassName
{
background-color: #ED22ED;
}
.BgClassName
{
background-color: #ED22ED;
}
</style>
border-color css
<style>
span { border-color: #ED22ED; }
span { border-color: rgb(237,34,237); }
td.TdClassName
{
border-color: #ED22ED;
}
.TagClassName
{
border-color: #ED22ED;
}
</style>