Shades of Magenta #EE12FA
Tints of Magenta #EE12FA
RGB
CMYK
RGB Variations
Color information
#EE12FA (or 0xEE12FA) is known color: Magenta. HEX triplet: EE, 12 and FA. RGB value is (238,18,250). Sum of RGB (Red+Green+Blue) = 238+18+250=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 18 (7.42% from 255 or 3.56% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE12FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE12FA is #11ED05. Grayscale: #6D6D6D. Windows color (decimal): -1174790 or 16388846. OLE color: 16388846.
HSL color Cylindrical-coordinate representation of color #EE12FA: hue angle of 296.9º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EE12FA is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 18 | 250 | - |
| CMYK | 0.05 | 0.93 | 0 | 0.02 |
| HSL | 296.9º | 0.96% | 0.53% | - |
| HSV(B) | 296.9º | 0.93% | 0.98% | - |
| XYZ | 52.73 | 25.51 | 92.59 | - |
| YUV | 110.23 | 206.89 | 219.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 18 | 250 | 0.05 | 0.93 | 0 | 0.02 | 296.9 | 0.96 | 0.53 |
| Hex | EE | 12 | FA | 5 | 5D | 0 | 2 | 129 | 60 | 35 |
| Octal | 356 | 22 | 372 | 5 | 135 | 0 | 2 | 451 | 140 | 65 |
| Binary | 11101110 | 10010 | 11111010 | 101 | 1011101 | 0 | 10 | 100101001 | 1100000 | 110101 |
Color Harmonies of #EE12FA
Complementary color
Monochromatic Colors of #EE12FA
Black with #EE12FA
Text Example
Text Example
White with #EE12FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE12FA; }
p { color: rgb(238,18,250); }
H1.HeaderClassName
{
color: #EE12FA;
}
.AnyTagClassName
{
color: #EE12FA;
}
</style>
background-color css
<style>
a { background-color: #EE12FA; }
a { background-color: rgb(238,18,250); }
div.DivClassName
{
background-color: #EE12FA;
}
.BgClassName
{
background-color: #EE12FA;
}
</style>
border-color css
<style>
span { border-color: #EE12FA; }
span { border-color: rgb(238,18,250); }
td.TdClassName
{
border-color: #EE12FA;
}
.TagClassName
{
border-color: #EE12FA;
}
</style>