Shades of Magenta #EE11EC
Tints of Magenta #EE11EC
RGB
CMYK
RGB Variations
Color information
#EE11EC (or 0xEE11EC) is known color: Magenta. HEX triplet: EE, 11 and EC. RGB value is (238,17,236). Sum of RGB (Red+Green+Blue) = 238+17+236=491 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.47% from 491); Green value is 17 (7.03% from 255 or 3.46% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 238 - color contains mainly: red. Hex color #EE11EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE11EC is #11EE13. Grayscale: #6B6B6B. Windows color (decimal): -1175060 or 15471086. OLE color: 15471086.
HSL color Cylindrical-coordinate representation of color #EE11EC: hue angle of 300.54º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EE11EC is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 17 | 236 | - |
| CMYK | 0 | 0.93 | 0.01 | 0.07 |
| HSL | 300.54º | 0.87% | 0.5% | - |
| HSV(B) | 300.54º | 0.93% | 0.93% | - |
| XYZ | 50.6 | 24.63 | 81.44 | - |
| YUV | 108.05 | 200.22 | 220.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 17 | 236 | 0 | 0.93 | 0.01 | 0.07 | 300.54 | 0.87 | 0.5 |
| Hex | EE | 11 | EC | 0 | 5D | 1 | 7 | 12D | 57 | 32 |
| Octal | 356 | 21 | 354 | 0 | 135 | 1 | 7 | 455 | 127 | 62 |
| Binary | 11101110 | 10001 | 11101100 | 0 | 1011101 | 1 | 111 | 100101101 | 1010111 | 110010 |
Color Harmonies of #EE11EC
Complementary color
Monochromatic Colors of #EE11EC
Black with #EE11EC
Text Example
Text Example
White with #EE11EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE11EC; }
p { color: rgb(238,17,236); }
H1.HeaderClassName
{
color: #EE11EC;
}
.AnyTagClassName
{
color: #EE11EC;
}
</style>
background-color css
<style>
a { background-color: #EE11EC; }
a { background-color: rgb(238,17,236); }
div.DivClassName
{
background-color: #EE11EC;
}
.BgClassName
{
background-color: #EE11EC;
}
</style>
border-color css
<style>
span { border-color: #EE11EC; }
span { border-color: rgb(238,17,236); }
td.TdClassName
{
border-color: #EE11EC;
}
.TagClassName
{
border-color: #EE11EC;
}
</style>