Shades of Magenta #EE0EEC
Tints of Magenta #EE0EEC
RGB
CMYK
RGB Variations
Color information
#EE0EEC (or 0xEE0EEC) is known color: Magenta. HEX triplet: EE, 0E and EC. RGB value is (238,14,236). Sum of RGB (Red+Green+Blue) = 238+14+236=488 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.77% from 488); Green value is 14 (5.86% from 255 or 2.87% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0EEC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0EEC is #11F113. Grayscale: #696969. Windows color (decimal): -1175828 or 15470318. OLE color: 15470318.
HSL color Cylindrical-coordinate representation of color #EE0EEC: hue angle of 300.54º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE0EEC is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 14 | 236 | - |
| CMYK | 0 | 0.94 | 0.01 | 0.07 |
| HSL | 300.54º | 0.89% | 0.49% | - |
| HSV(B) | 300.54º | 0.94% | 0.93% | - |
| XYZ | 50.56 | 24.55 | 81.43 | - |
| YUV | 106.28 | 201.21 | 221.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 14 | 236 | 0 | 0.94 | 0.01 | 0.07 | 300.54 | 0.89 | 0.49 |
| Hex | EE | E | EC | 0 | 5E | 1 | 7 | 12D | 59 | 31 |
| Octal | 356 | 16 | 354 | 0 | 136 | 1 | 7 | 455 | 131 | 61 |
| Binary | 11101110 | 1110 | 11101100 | 0 | 1011110 | 1 | 111 | 100101101 | 1011001 | 110001 |
Color Harmonies of #EE0EEC
Complementary color
Monochromatic Colors of #EE0EEC
Black with #EE0EEC
Text Example
Text Example
White with #EE0EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0EEC; }
p { color: rgb(238,14,236); }
H1.HeaderClassName
{
color: #EE0EEC;
}
.AnyTagClassName
{
color: #EE0EEC;
}
</style>
background-color css
<style>
a { background-color: #EE0EEC; }
a { background-color: rgb(238,14,236); }
div.DivClassName
{
background-color: #EE0EEC;
}
.BgClassName
{
background-color: #EE0EEC;
}
</style>
border-color css
<style>
span { border-color: #EE0EEC; }
span { border-color: rgb(238,14,236); }
td.TdClassName
{
border-color: #EE0EEC;
}
.TagClassName
{
border-color: #EE0EEC;
}
</style>