Shades of Magenta #EE12ED
Tints of Magenta #EE12ED
RGB
CMYK
RGB Variations
Color information
#EE12ED (or 0xEE12ED) is known color: Magenta. HEX triplet: EE, 12 and ED. RGB value is (238,18,237). Sum of RGB (Red+Green+Blue) = 238+18+237=493 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.28% from 493); Green value is 18 (7.42% from 255 or 3.65% from 493); Blue value is 237 (92.97% from 255 or 48.07% from 493); Max value from RGB is 238 - color contains mainly: red. Hex color #EE12ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE12ED is #11ED12. Grayscale: #6C6C6C. Windows color (decimal): -1174803 or 15536878. OLE color: 15536878.
HSL color Cylindrical-coordinate representation of color #EE12ED: hue angle of 300.27º 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 #EE12ED is Cyan = 0, Magento = 0.92, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 18 | 237 | - |
| CMYK | 0 | 0.92 | 0.00 | 0.07 |
| HSL | 300.27º | 0.87% | 0.5% | - |
| HSV(B) | 300.27º | 0.92% | 0.93% | - |
| XYZ | 50.76 | 24.72 | 82.22 | - |
| YUV | 108.75 | 200.39 | 220.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 18 | 237 | 0 | 0.92 | 0.00 | 0.07 | 300.27 | 0.87 | 0.5 |
| Hex | EE | 12 | ED | 0 | 5C | 0 | 7 | 12C | 57 | 32 |
| Octal | 356 | 22 | 355 | 0 | 134 | 0 | 7 | 454 | 127 | 62 |
| Binary | 11101110 | 10010 | 11101101 | 0 | 1011100 | 0 | 111 | 100101100 | 1010111 | 110010 |
Color Harmonies of #EE12ED
Complementary color
Monochromatic Colors of #EE12ED
Black with #EE12ED
Text Example
Text Example
White with #EE12ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE12ED; }
p { color: rgb(238,18,237); }
H1.HeaderClassName
{
color: #EE12ED;
}
.AnyTagClassName
{
color: #EE12ED;
}
</style>
background-color css
<style>
a { background-color: #EE12ED; }
a { background-color: rgb(238,18,237); }
div.DivClassName
{
background-color: #EE12ED;
}
.BgClassName
{
background-color: #EE12ED;
}
</style>
border-color css
<style>
span { border-color: #EE12ED; }
span { border-color: rgb(238,18,237); }
td.TdClassName
{
border-color: #EE12ED;
}
.TagClassName
{
border-color: #EE12ED;
}
</style>