Shades of Magenta #EE12EE
Tints of Magenta #EE12EE
RGB
CMYK
RGB Variations
Color information
#EE12EE (or 0xEE12EE) is known color: Magenta. HEX triplet: EE, 12 and EE. RGB value is (238,18,238). Sum of RGB (Red+Green+Blue) = 238+18+238=494 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.18% from 494); Green value is 18 (7.42% from 255 or 3.64% from 494); Blue value is 238 (93.36% from 255 or 48.18% from 494); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE12EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE12EE is #11ED11. Grayscale: #6C6C6C. Windows color (decimal): -1174802 or 15602414. OLE color: 15602414.
HSL color Cylindrical-coordinate representation of color #EE12EE: hue angle of 300º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE12EE is Cyan = 0, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 18 | 238 | - |
| CMYK | 0 | 0.92 | 0 | 0.07 |
| HSL | 300º | 0.87% | 0.5% | - |
| HSV(B) | 300º | 0.92% | 0.93% | - |
| XYZ | 50.91 | 24.78 | 82.99 | - |
| YUV | 108.86 | 200.89 | 220.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 18 | 238 | 0 | 0.92 | 0 | 0.07 | 300 | 0.87 | 0.5 |
| Hex | EE | 12 | EE | 0 | 5C | 0 | 7 | 12C | 57 | 32 |
| Octal | 356 | 22 | 356 | 0 | 134 | 0 | 7 | 454 | 127 | 62 |
| Binary | 11101110 | 10010 | 11101110 | 0 | 1011100 | 0 | 111 | 100101100 | 1010111 | 110010 |
Color Harmonies of #EE12EE
Complementary color
Monochromatic Colors of #EE12EE
Black with #EE12EE
Text Example
Text Example
White with #EE12EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE12EE; }
p { color: rgb(238,18,238); }
H1.HeaderClassName
{
color: #EE12EE;
}
.AnyTagClassName
{
color: #EE12EE;
}
</style>
background-color css
<style>
a { background-color: #EE12EE; }
a { background-color: rgb(238,18,238); }
div.DivClassName
{
background-color: #EE12EE;
}
.BgClassName
{
background-color: #EE12EE;
}
</style>
border-color css
<style>
span { border-color: #EE12EE; }
span { border-color: rgb(238,18,238); }
td.TdClassName
{
border-color: #EE12EE;
}
.TagClassName
{
border-color: #EE12EE;
}
</style>