Shades of Magenta #EE02FE
Tints of Magenta #EE02FE
RGB
CMYK
RGB Variations
Color information
#EE02FE (or 0xEE02FE) is known color: Magenta. HEX triplet: EE, 02 and FE. RGB value is (238,2,254). Sum of RGB (Red+Green+Blue) = 238+2+254=494 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.18% from 494); Green value is 2 (1.17% from 255 or 0.40% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE02FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE02FE is #11FD01. Grayscale: #646464. Windows color (decimal): -1178882 or 16646894. OLE color: 16646894.
HSL color Cylindrical-coordinate representation of color #EE02FE: hue angle of 296.19º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EE02FE is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 2 | 254 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.00 |
| HSL | 296.19º | 0.99% | 0.5% | - |
| HSV(B) | 296.19º | 0.99% | 1% | - |
| XYZ | 53.17 | 25.38 | 95.86 | - |
| YUV | 101.29 | 214.19 | 225.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 2 | 254 | 0.06 | 0.99 | 0 | 0.00 | 296.19 | 0.99 | 0.5 |
| Hex | EE | 2 | FE | 6 | 63 | 0 | 0 | 128 | 63 | 32 |
| Octal | 356 | 2 | 376 | 6 | 143 | 0 | 0 | 450 | 143 | 62 |
| Binary | 11101110 | 10 | 11111110 | 110 | 1100011 | 0 | 0 | 100101000 | 1100011 | 110010 |
Color Harmonies of #EE02FE
Complementary color
Monochromatic Colors of #EE02FE
Black with #EE02FE
Text Example
Text Example
White with #EE02FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE02FE; }
p { color: rgb(238,2,254); }
H1.HeaderClassName
{
color: #EE02FE;
}
.AnyTagClassName
{
color: #EE02FE;
}
</style>
background-color css
<style>
a { background-color: #EE02FE; }
a { background-color: rgb(238,2,254); }
div.DivClassName
{
background-color: #EE02FE;
}
.BgClassName
{
background-color: #EE02FE;
}
</style>
border-color css
<style>
span { border-color: #EE02FE; }
span { border-color: rgb(238,2,254); }
td.TdClassName
{
border-color: #EE02FE;
}
.TagClassName
{
border-color: #EE02FE;
}
</style>