Shades of Magenta #ED24ED
Tints of Magenta #ED24ED
RGB
CMYK
RGB Variations
Color information
#ED24ED (or 0xED24ED) is known color: Magenta. HEX triplet: ED, 24 and ED. RGB value is (237,36,237). Sum of RGB (Red+Green+Blue) = 237+36+237=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 36 (14.45% from 255 or 7.06% from 510); Blue value is 237 (92.97% from 255 or 46.47% from 510); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #ED24ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED24ED is #12DB12. Grayscale: #767676. Windows color (decimal): -1235731 or 15541485. OLE color: 15541485.
HSL color Cylindrical-coordinate representation of color #ED24ED: hue angle of 300º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ED24ED is Cyan = 0, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 36 | 237 | - |
| CMYK | 0 | 0.85 | 0 | 0.07 |
| HSL | 300º | 0.85% | 0.54% | - |
| HSV(B) | 300º | 0.85% | 0.93% | - |
| XYZ | 50.84 | 25.38 | 82.34 | - |
| YUV | 119.01 | 194.59 | 212.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 36 | 237 | 0 | 0.85 | 0 | 0.07 | 300 | 0.85 | 0.54 |
| Hex | ED | 24 | ED | 0 | 55 | 0 | 7 | 12C | 55 | 36 |
| Octal | 355 | 44 | 355 | 0 | 125 | 0 | 7 | 454 | 125 | 66 |
| Binary | 11101101 | 100100 | 11101101 | 0 | 1010101 | 0 | 111 | 100101100 | 1010101 | 110110 |
Color Harmonies of #ED24ED
Complementary color
Monochromatic Colors of #ED24ED
Black with #ED24ED
Text Example
Text Example
White with #ED24ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED24ED; }
p { color: rgb(237,36,237); }
H1.HeaderClassName
{
color: #ED24ED;
}
.AnyTagClassName
{
color: #ED24ED;
}
</style>
background-color css
<style>
a { background-color: #ED24ED; }
a { background-color: rgb(237,36,237); }
div.DivClassName
{
background-color: #ED24ED;
}
.BgClassName
{
background-color: #ED24ED;
}
</style>
border-color css
<style>
span { border-color: #ED24ED; }
span { border-color: rgb(237,36,237); }
td.TdClassName
{
border-color: #ED24ED;
}
.TagClassName
{
border-color: #ED24ED;
}
</style>