Shades of Magenta #EE24EE
Tints of Magenta #EE24EE
RGB
CMYK
RGB Variations
Color information
#EE24EE (or 0xEE24EE) is known color: Magenta. HEX triplet: EE, 24 and EE. RGB value is (238,36,238). Sum of RGB (Red+Green+Blue) = 238+36+238=512 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.48% from 512); Green value is 36 (14.45% from 255 or 7.03% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE24EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE24EE is #11DB11. Grayscale: #767676. Windows color (decimal): -1170194 or 15607022. OLE color: 15607022.
HSL color Cylindrical-coordinate representation of color #EE24EE: hue angle of 300º 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 #EE24EE is Cyan = 0, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 36 | 238 | - |
| CMYK | 0 | 0.85 | 0 | 0.07 |
| HSL | 300º | 0.86% | 0.54% | - |
| HSV(B) | 300º | 0.85% | 0.93% | - |
| XYZ | 51.32 | 25.61 | 83.13 | - |
| YUV | 119.43 | 194.92 | 212.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 36 | 238 | 0 | 0.85 | 0 | 0.07 | 300 | 0.86 | 0.54 |
| Hex | EE | 24 | EE | 0 | 55 | 0 | 7 | 12C | 56 | 36 |
| Octal | 356 | 44 | 356 | 0 | 125 | 0 | 7 | 454 | 126 | 66 |
| Binary | 11101110 | 100100 | 11101110 | 0 | 1010101 | 0 | 111 | 100101100 | 1010110 | 110110 |
Color Harmonies of #EE24EE
Complementary color
Monochromatic Colors of #EE24EE
Black with #EE24EE
Text Example
Text Example
White with #EE24EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE24EE; }
p { color: rgb(238,36,238); }
H1.HeaderClassName
{
color: #EE24EE;
}
.AnyTagClassName
{
color: #EE24EE;
}
</style>
background-color css
<style>
a { background-color: #EE24EE; }
a { background-color: rgb(238,36,238); }
div.DivClassName
{
background-color: #EE24EE;
}
.BgClassName
{
background-color: #EE24EE;
}
</style>
border-color css
<style>
span { border-color: #EE24EE; }
span { border-color: rgb(238,36,238); }
td.TdClassName
{
border-color: #EE24EE;
}
.TagClassName
{
border-color: #EE24EE;
}
</style>