Shades of Magenta #EE18EC
Tints of Magenta #EE18EC
RGB
CMYK
RGB Variations
Color information
#EE18EC (or 0xEE18EC) is known color: Magenta. HEX triplet: EE, 18 and EC. RGB value is (238,24,236). Sum of RGB (Red+Green+Blue) = 238+24+236=498 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.79% from 498); Green value is 24 (9.77% from 255 or 4.82% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 238 - color contains mainly: red. Hex color #EE18EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE18EC is #11E713. Grayscale: #6F6F6F. Windows color (decimal): -1173268 or 15472878. OLE color: 15472878.
HSL color Cylindrical-coordinate representation of color #EE18EC: hue angle of 300.56º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EE18EC is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 24 | 236 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.07 |
| HSL | 300.56º | 0.86% | 0.51% | - |
| HSV(B) | 300.56º | 0.9% | 0.93% | - |
| XYZ | 50.73 | 24.89 | 81.49 | - |
| YUV | 112.15 | 197.9 | 217.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 24 | 236 | 0 | 0.90 | 0.01 | 0.07 | 300.56 | 0.86 | 0.51 |
| Hex | EE | 18 | EC | 0 | 5A | 1 | 7 | 12D | 56 | 33 |
| Octal | 356 | 30 | 354 | 0 | 132 | 1 | 7 | 455 | 126 | 63 |
| Binary | 11101110 | 11000 | 11101100 | 0 | 1011010 | 1 | 111 | 100101101 | 1010110 | 110011 |
Color Harmonies of #EE18EC
Complementary color
Monochromatic Colors of #EE18EC
Black with #EE18EC
Text Example
Text Example
White with #EE18EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE18EC; }
p { color: rgb(238,24,236); }
H1.HeaderClassName
{
color: #EE18EC;
}
.AnyTagClassName
{
color: #EE18EC;
}
</style>
background-color css
<style>
a { background-color: #EE18EC; }
a { background-color: rgb(238,24,236); }
div.DivClassName
{
background-color: #EE18EC;
}
.BgClassName
{
background-color: #EE18EC;
}
</style>
border-color css
<style>
span { border-color: #EE18EC; }
span { border-color: rgb(238,24,236); }
td.TdClassName
{
border-color: #EE18EC;
}
.TagClassName
{
border-color: #EE18EC;
}
</style>