Shades of Magenta #EE0EF6
Tints of Magenta #EE0EF6
RGB
CMYK
RGB Variations
Color information
#EE0EF6 (or 0xEE0EF6) is known color: Magenta. HEX triplet: EE, 0E and F6. RGB value is (238,14,246). Sum of RGB (Red+Green+Blue) = 238+14+246=498 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.79% from 498); Green value is 14 (5.86% from 255 or 2.81% from 498); Blue value is 246 (96.48% from 255 or 49.40% from 498); Max value from RGB is 246 - color contains mainly: blue. Hex color #EE0EF6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0EF6 is #11F109. Grayscale: #6A6A6A. Windows color (decimal): -1175818 or 16125678. OLE color: 16125678.
HSL color Cylindrical-coordinate representation of color #EE0EF6: hue angle of 297.93º degrees, saturation: 0.93, 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 #EE0EF6 is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 14 | 246 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.04 |
| HSL | 297.93º | 0.93% | 0.51% | - |
| HSV(B) | 297.93º | 0.94% | 0.96% | - |
| XYZ | 52.05 | 25.15 | 89.3 | - |
| YUV | 107.42 | 206.21 | 221.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 14 | 246 | 0.03 | 0.94 | 0 | 0.04 | 297.93 | 0.93 | 0.51 |
| Hex | EE | E | F6 | 3 | 5E | 0 | 4 | 12A | 5D | 33 |
| Octal | 356 | 16 | 366 | 3 | 136 | 0 | 4 | 452 | 135 | 63 |
| Binary | 11101110 | 1110 | 11110110 | 11 | 1011110 | 0 | 100 | 100101010 | 1011101 | 110011 |
Color Harmonies of #EE0EF6
Complementary color
Monochromatic Colors of #EE0EF6
Black with #EE0EF6
Text Example
Text Example
White with #EE0EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0EF6; }
p { color: rgb(238,14,246); }
H1.HeaderClassName
{
color: #EE0EF6;
}
.AnyTagClassName
{
color: #EE0EF6;
}
</style>
background-color css
<style>
a { background-color: #EE0EF6; }
a { background-color: rgb(238,14,246); }
div.DivClassName
{
background-color: #EE0EF6;
}
.BgClassName
{
background-color: #EE0EF6;
}
</style>
border-color css
<style>
span { border-color: #EE0EF6; }
span { border-color: rgb(238,14,246); }
td.TdClassName
{
border-color: #EE0EF6;
}
.TagClassName
{
border-color: #EE0EF6;
}
</style>