Shades of Magenta #ED24EF
Tints of Magenta #ED24EF
RGB
CMYK
RGB Variations
Color information
#ED24EF (or 0xED24EF) is known color: Magenta. HEX triplet: ED, 24 and EF. RGB value is (237,36,239). Sum of RGB (Red+Green+Blue) = 237+36+239=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 36 (14.45% from 255 or 7.03% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #ED24EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED24EF is #12DB10. Grayscale: #767676. Windows color (decimal): -1235729 or 15672557. OLE color: 15672557.
HSL color Cylindrical-coordinate representation of color #ED24EF: hue angle of 299.41º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ED24EF is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 36 | 239 | - |
| CMYK | 0.01 | 0.85 | 0 | 0.06 |
| HSL | 299.41º | 0.86% | 0.54% | - |
| HSV(B) | 299.41º | 0.85% | 0.94% | - |
| XYZ | 51.14 | 25.5 | 83.89 | - |
| YUV | 119.24 | 195.59 | 211.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 36 | 239 | 0.01 | 0.85 | 0 | 0.06 | 299.41 | 0.86 | 0.54 |
| Hex | ED | 24 | EF | 1 | 55 | 0 | 6 | 12B | 56 | 36 |
| Octal | 355 | 44 | 357 | 1 | 125 | 0 | 6 | 453 | 126 | 66 |
| Binary | 11101101 | 100100 | 11101111 | 1 | 1010101 | 0 | 110 | 100101011 | 1010110 | 110110 |
Color Harmonies of #ED24EF
Complementary color
Monochromatic Colors of #ED24EF
Black with #ED24EF
Text Example
Text Example
White with #ED24EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED24EF; }
p { color: rgb(237,36,239); }
H1.HeaderClassName
{
color: #ED24EF;
}
.AnyTagClassName
{
color: #ED24EF;
}
</style>
background-color css
<style>
a { background-color: #ED24EF; }
a { background-color: rgb(237,36,239); }
div.DivClassName
{
background-color: #ED24EF;
}
.BgClassName
{
background-color: #ED24EF;
}
</style>
border-color css
<style>
span { border-color: #ED24EF; }
span { border-color: rgb(237,36,239); }
td.TdClassName
{
border-color: #ED24EF;
}
.TagClassName
{
border-color: #ED24EF;
}
</style>