Shades of Magenta #ED24EE
Tints of Magenta #ED24EE
RGB
CMYK
RGB Variations
Color information
#ED24EE (or 0xED24EE) is known color: Magenta. HEX triplet: ED, 24 and EE. RGB value is (237,36,238). Sum of RGB (Red+Green+Blue) = 237+36+238=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 36 (14.45% from 255 or 7.05% from 511); Blue value is 238 (93.36% from 255 or 46.58% from 511); Max value from RGB is 238 - color contains mainly: blue. Hex color #ED24EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED24EE is #12DB11. Grayscale: #767676. Windows color (decimal): -1235730 or 15607021. OLE color: 15607021.
HSL color Cylindrical-coordinate representation of color #ED24EE: hue angle of 299.7º degrees, saturation: 0.86, 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 #ED24EE is Cyan = 0.00, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 36 | 238 | - |
| CMYK | 0.00 | 0.85 | 0 | 0.07 |
| HSL | 299.7º | 0.86% | 0.54% | - |
| HSV(B) | 299.7º | 0.85% | 0.93% | - |
| XYZ | 50.99 | 25.44 | 83.11 | - |
| YUV | 119.13 | 195.09 | 212.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 36 | 238 | 0.00 | 0.85 | 0 | 0.07 | 299.7 | 0.86 | 0.54 |
| Hex | ED | 24 | EE | 0 | 55 | 0 | 7 | 12C | 56 | 36 |
| Octal | 355 | 44 | 356 | 0 | 125 | 0 | 7 | 454 | 126 | 66 |
| Binary | 11101101 | 100100 | 11101110 | 0 | 1010101 | 0 | 111 | 100101100 | 1010110 | 110110 |
Color Harmonies of #ED24EE
Complementary color
Monochromatic Colors of #ED24EE
Black with #ED24EE
Text Example
Text Example
White with #ED24EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED24EE; }
p { color: rgb(237,36,238); }
H1.HeaderClassName
{
color: #ED24EE;
}
.AnyTagClassName
{
color: #ED24EE;
}
</style>
background-color css
<style>
a { background-color: #ED24EE; }
a { background-color: rgb(237,36,238); }
div.DivClassName
{
background-color: #ED24EE;
}
.BgClassName
{
background-color: #ED24EE;
}
</style>
border-color css
<style>
span { border-color: #ED24EE; }
span { border-color: rgb(237,36,238); }
td.TdClassName
{
border-color: #ED24EE;
}
.TagClassName
{
border-color: #ED24EE;
}
</style>