Shades of Magenta #EE0EF4
Tints of Magenta #EE0EF4
RGB
CMYK
RGB Variations
Color information
#EE0EF4 (or 0xEE0EF4) is known color: Magenta. HEX triplet: EE, 0E and F4. RGB value is (238,14,244). Sum of RGB (Red+Green+Blue) = 238+14+244=496 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.98% from 496); Green value is 14 (5.86% from 255 or 2.82% from 496); Blue value is 244 (95.70% from 255 or 49.19% from 496); Max value from RGB is 244 - color contains mainly: blue. Hex color #EE0EF4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0EF4 is #11F10B. Grayscale: #6A6A6A. Windows color (decimal): -1175820 or 15994606. OLE color: 15994606.
HSL color Cylindrical-coordinate representation of color #EE0EF4: hue angle of 298.43º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE0EF4 is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 14 | 244 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.04 |
| HSL | 298.43º | 0.91% | 0.51% | - |
| HSV(B) | 298.43º | 0.94% | 0.96% | - |
| XYZ | 51.75 | 25.02 | 87.69 | - |
| YUV | 107.2 | 205.21 | 221.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 14 | 244 | 0.02 | 0.94 | 0 | 0.04 | 298.43 | 0.91 | 0.51 |
| Hex | EE | E | F4 | 2 | 5E | 0 | 4 | 12A | 5B | 33 |
| Octal | 356 | 16 | 364 | 2 | 136 | 0 | 4 | 452 | 133 | 63 |
| Binary | 11101110 | 1110 | 11110100 | 10 | 1011110 | 0 | 100 | 100101010 | 1011011 | 110011 |
Color Harmonies of #EE0EF4
Complementary color
Monochromatic Colors of #EE0EF4
Black with #EE0EF4
Text Example
Text Example
White with #EE0EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0EF4; }
p { color: rgb(238,14,244); }
H1.HeaderClassName
{
color: #EE0EF4;
}
.AnyTagClassName
{
color: #EE0EF4;
}
</style>
background-color css
<style>
a { background-color: #EE0EF4; }
a { background-color: rgb(238,14,244); }
div.DivClassName
{
background-color: #EE0EF4;
}
.BgClassName
{
background-color: #EE0EF4;
}
</style>
border-color css
<style>
span { border-color: #EE0EF4; }
span { border-color: rgb(238,14,244); }
td.TdClassName
{
border-color: #EE0EF4;
}
.TagClassName
{
border-color: #EE0EF4;
}
</style>