Shades of Magenta #EE02FC
Tints of Magenta #EE02FC
RGB
CMYK
RGB Variations
Color information
#EE02FC (or 0xEE02FC) is known color: Magenta. HEX triplet: EE, 02 and FC. RGB value is (238,2,252). Sum of RGB (Red+Green+Blue) = 238+2+252=492 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.37% from 492); Green value is 2 (1.17% from 255 or 0.41% from 492); Blue value is 252 (98.83% from 255 or 51.22% from 492); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE02FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE02FC is #11FD03. Grayscale: #646464. Windows color (decimal): -1178884 or 16515822. OLE color: 16515822.
HSL color Cylindrical-coordinate representation of color #EE02FC: hue angle of 296.64º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EE02FC is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 2 | 252 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.01 |
| HSL | 296.64º | 0.98% | 0.5% | - |
| HSV(B) | 296.64º | 0.99% | 0.99% | - |
| XYZ | 52.85 | 25.25 | 94.18 | - |
| YUV | 101.06 | 213.19 | 225.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 2 | 252 | 0.06 | 0.99 | 0 | 0.01 | 296.64 | 0.98 | 0.5 |
| Hex | EE | 2 | FC | 6 | 63 | 0 | 1 | 129 | 62 | 32 |
| Octal | 356 | 2 | 374 | 6 | 143 | 0 | 1 | 451 | 142 | 62 |
| Binary | 11101110 | 10 | 11111100 | 110 | 1100011 | 0 | 1 | 100101001 | 1100010 | 110010 |
Color Harmonies of #EE02FC
Complementary color
Monochromatic Colors of #EE02FC
Black with #EE02FC
Text Example
Text Example
White with #EE02FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE02FC; }
p { color: rgb(238,2,252); }
H1.HeaderClassName
{
color: #EE02FC;
}
.AnyTagClassName
{
color: #EE02FC;
}
</style>
background-color css
<style>
a { background-color: #EE02FC; }
a { background-color: rgb(238,2,252); }
div.DivClassName
{
background-color: #EE02FC;
}
.BgClassName
{
background-color: #EE02FC;
}
</style>
border-color css
<style>
span { border-color: #EE02FC; }
span { border-color: rgb(238,2,252); }
td.TdClassName
{
border-color: #EE02FC;
}
.TagClassName
{
border-color: #EE02FC;
}
</style>