Shades of Magenta #EE12E6
Tints of Magenta #EE12E6
RGB
CMYK
RGB Variations
Color information
#EE12E6 (or 0xEE12E6) is known color: Magenta. HEX triplet: EE, 12 and E6. RGB value is (238,18,230). Sum of RGB (Red+Green+Blue) = 238+18+230=486 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.97% from 486); Green value is 18 (7.42% from 255 or 3.70% from 486); Blue value is 230 (90.23% from 255 or 47.33% from 486); Max value from RGB is 238 - color contains mainly: red. Hex color #EE12E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE12E6 is #11ED19. Grayscale: #6B6B6B. Windows color (decimal): -1174810 or 15078126. OLE color: 15078126.
HSL color Cylindrical-coordinate representation of color #EE12E6: hue angle of 302.18º 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 #EE12E6 is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 18 | 230 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.07 |
| HSL | 302.18º | 0.87% | 0.5% | - |
| HSV(B) | 302.18º | 0.92% | 0.93% | - |
| XYZ | 49.76 | 24.32 | 76.94 | - |
| YUV | 107.95 | 196.89 | 220.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 18 | 230 | 0 | 0.92 | 0.03 | 0.07 | 302.18 | 0.87 | 0.5 |
| Hex | EE | 12 | E6 | 0 | 5C | 3 | 7 | 12E | 57 | 32 |
| Octal | 356 | 22 | 346 | 0 | 134 | 3 | 7 | 456 | 127 | 62 |
| Binary | 11101110 | 10010 | 11100110 | 0 | 1011100 | 11 | 111 | 100101110 | 1010111 | 110010 |
Color Harmonies of #EE12E6
Complementary color
Monochromatic Colors of #EE12E6
Black with #EE12E6
Text Example
Text Example
White with #EE12E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE12E6; }
p { color: rgb(238,18,230); }
H1.HeaderClassName
{
color: #EE12E6;
}
.AnyTagClassName
{
color: #EE12E6;
}
</style>
background-color css
<style>
a { background-color: #EE12E6; }
a { background-color: rgb(238,18,230); }
div.DivClassName
{
background-color: #EE12E6;
}
.BgClassName
{
background-color: #EE12E6;
}
</style>
border-color css
<style>
span { border-color: #EE12E6; }
span { border-color: rgb(238,18,230); }
td.TdClassName
{
border-color: #EE12E6;
}
.TagClassName
{
border-color: #EE12E6;
}
</style>