Shades of Magenta #EE0EF2
Tints of Magenta #EE0EF2
RGB
CMYK
RGB Variations
Color information
#EE0EF2 (or 0xEE0EF2) is known color: Magenta. HEX triplet: EE, 0E and F2. RGB value is (238,14,242). Sum of RGB (Red+Green+Blue) = 238+14+242=494 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.18% from 494); Green value is 14 (5.86% from 255 or 2.83% from 494); Blue value is 242 (94.92% from 255 or 48.99% from 494); Max value from RGB is 242 - color contains mainly: blue. Hex color #EE0EF2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0EF2 is #11F10D. Grayscale: #6A6A6A. Windows color (decimal): -1175822 or 15863534. OLE color: 15863534.
HSL color Cylindrical-coordinate representation of color #EE0EF2: hue angle of 298.95º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE0EF2 is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 14 | 242 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.05 |
| HSL | 298.95º | 0.9% | 0.5% | - |
| HSV(B) | 298.95º | 0.94% | 0.95% | - |
| XYZ | 51.44 | 24.9 | 86.1 | - |
| YUV | 106.97 | 204.21 | 221.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 14 | 242 | 0.02 | 0.94 | 0 | 0.05 | 298.95 | 0.9 | 0.5 |
| Hex | EE | E | F2 | 2 | 5E | 0 | 5 | 12B | 5A | 32 |
| Octal | 356 | 16 | 362 | 2 | 136 | 0 | 5 | 453 | 132 | 62 |
| Binary | 11101110 | 1110 | 11110010 | 10 | 1011110 | 0 | 101 | 100101011 | 1011010 | 110010 |
Color Harmonies of #EE0EF2
Complementary color
Monochromatic Colors of #EE0EF2
Black with #EE0EF2
Text Example
Text Example
White with #EE0EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0EF2; }
p { color: rgb(238,14,242); }
H1.HeaderClassName
{
color: #EE0EF2;
}
.AnyTagClassName
{
color: #EE0EF2;
}
</style>
background-color css
<style>
a { background-color: #EE0EF2; }
a { background-color: rgb(238,14,242); }
div.DivClassName
{
background-color: #EE0EF2;
}
.BgClassName
{
background-color: #EE0EF2;
}
</style>
border-color css
<style>
span { border-color: #EE0EF2; }
span { border-color: rgb(238,14,242); }
td.TdClassName
{
border-color: #EE0EF2;
}
.TagClassName
{
border-color: #EE0EF2;
}
</style>