Shades of Magenta #EE12F1
Tints of Magenta #EE12F1
RGB
CMYK
RGB Variations
Color information
#EE12F1 (or 0xEE12F1) is known color: Magenta. HEX triplet: EE, 12 and F1. RGB value is (238,18,241). Sum of RGB (Red+Green+Blue) = 238+18+241=497 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.89% from 497); Green value is 18 (7.42% from 255 or 3.62% from 497); Blue value is 241 (94.53% from 255 or 48.49% from 497); Max value from RGB is 241 - color contains mainly: blue. Hex color #EE12F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE12F1 is #11ED0E. Grayscale: #6C6C6C. Windows color (decimal): -1174799 or 15799022. OLE color: 15799022.
HSL color Cylindrical-coordinate representation of color #EE12F1: hue angle of 299.19º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EE12F1 is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 18 | 241 | - |
| CMYK | 0.01 | 0.93 | 0 | 0.05 |
| HSL | 299.19º | 0.89% | 0.51% | - |
| HSV(B) | 299.19º | 0.93% | 0.95% | - |
| XYZ | 51.35 | 24.96 | 85.33 | - |
| YUV | 109.2 | 202.39 | 219.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 18 | 241 | 0.01 | 0.93 | 0 | 0.05 | 299.19 | 0.89 | 0.51 |
| Hex | EE | 12 | F1 | 1 | 5D | 0 | 5 | 12B | 59 | 33 |
| Octal | 356 | 22 | 361 | 1 | 135 | 0 | 5 | 453 | 131 | 63 |
| Binary | 11101110 | 10010 | 11110001 | 1 | 1011101 | 0 | 101 | 100101011 | 1011001 | 110011 |
Color Harmonies of #EE12F1
Complementary color
Monochromatic Colors of #EE12F1
Black with #EE12F1
Text Example
Text Example
White with #EE12F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE12F1; }
p { color: rgb(238,18,241); }
H1.HeaderClassName
{
color: #EE12F1;
}
.AnyTagClassName
{
color: #EE12F1;
}
</style>
background-color css
<style>
a { background-color: #EE12F1; }
a { background-color: rgb(238,18,241); }
div.DivClassName
{
background-color: #EE12F1;
}
.BgClassName
{
background-color: #EE12F1;
}
</style>
border-color css
<style>
span { border-color: #EE12F1; }
span { border-color: rgb(238,18,241); }
td.TdClassName
{
border-color: #EE12F1;
}
.TagClassName
{
border-color: #EE12F1;
}
</style>