Shades of Magenta #EE02FA
Tints of Magenta #EE02FA
RGB
CMYK
RGB Variations
Color information
#EE02FA (or 0xEE02FA) is known color: Magenta. HEX triplet: EE, 02 and FA. RGB value is (238,2,250). Sum of RGB (Red+Green+Blue) = 238+2+250=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 2 (1.17% from 255 or 0.41% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE02FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE02FA is #11FD05. Grayscale: #646464. Windows color (decimal): -1178886 or 16384750. OLE color: 16384750.
HSL color Cylindrical-coordinate representation of color #EE02FA: hue angle of 297.1º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EE02FA is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 2 | 250 | - |
| CMYK | 0.05 | 0.99 | 0 | 0.02 |
| HSL | 297.1º | 0.98% | 0.49% | - |
| HSV(B) | 297.1º | 0.99% | 0.98% | - |
| XYZ | 52.54 | 25.12 | 92.52 | - |
| YUV | 100.84 | 212.19 | 225.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 2 | 250 | 0.05 | 0.99 | 0 | 0.02 | 297.1 | 0.98 | 0.49 |
| Hex | EE | 2 | FA | 5 | 63 | 0 | 2 | 129 | 62 | 31 |
| Octal | 356 | 2 | 372 | 5 | 143 | 0 | 2 | 451 | 142 | 61 |
| Binary | 11101110 | 10 | 11111010 | 101 | 1100011 | 0 | 10 | 100101001 | 1100010 | 110001 |
Color Harmonies of #EE02FA
Complementary color
Monochromatic Colors of #EE02FA
Black with #EE02FA
Text Example
Text Example
White with #EE02FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE02FA; }
p { color: rgb(238,2,250); }
H1.HeaderClassName
{
color: #EE02FA;
}
.AnyTagClassName
{
color: #EE02FA;
}
</style>
background-color css
<style>
a { background-color: #EE02FA; }
a { background-color: rgb(238,2,250); }
div.DivClassName
{
background-color: #EE02FA;
}
.BgClassName
{
background-color: #EE02FA;
}
</style>
border-color css
<style>
span { border-color: #EE02FA; }
span { border-color: rgb(238,2,250); }
td.TdClassName
{
border-color: #EE02FA;
}
.TagClassName
{
border-color: #EE02FA;
}
</style>