Shades of Magenta #EE18EB
Tints of Magenta #EE18EB
RGB
CMYK
RGB Variations
Color information
#EE18EB (or 0xEE18EB) is known color: Magenta. HEX triplet: EE, 18 and EB. RGB value is (238,24,235). Sum of RGB (Red+Green+Blue) = 238+24+235=497 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.89% from 497); Green value is 24 (9.77% from 255 or 4.83% from 497); Blue value is 235 (92.19% from 255 or 47.28% from 497); Max value from RGB is 238 - color contains mainly: red. Hex color #EE18EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE18EB is #11E714. Grayscale: #6F6F6F. Windows color (decimal): -1173269 or 15407342. OLE color: 15407342.
HSL color Cylindrical-coordinate representation of color #EE18EB: hue angle of 300.84º 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 #EE18EB is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 24 | 235 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.07 |
| HSL | 300.84º | 0.86% | 0.51% | - |
| HSV(B) | 300.84º | 0.9% | 0.93% | - |
| XYZ | 50.58 | 24.83 | 80.72 | - |
| YUV | 112.04 | 197.4 | 217.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 24 | 235 | 0 | 0.90 | 0.01 | 0.07 | 300.84 | 0.86 | 0.51 |
| Hex | EE | 18 | EB | 0 | 5A | 1 | 7 | 12D | 56 | 33 |
| Octal | 356 | 30 | 353 | 0 | 132 | 1 | 7 | 455 | 126 | 63 |
| Binary | 11101110 | 11000 | 11101011 | 0 | 1011010 | 1 | 111 | 100101101 | 1010110 | 110011 |
Color Harmonies of #EE18EB
Complementary color
Monochromatic Colors of #EE18EB
Black with #EE18EB
Text Example
Text Example
White with #EE18EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE18EB; }
p { color: rgb(238,24,235); }
H1.HeaderClassName
{
color: #EE18EB;
}
.AnyTagClassName
{
color: #EE18EB;
}
</style>
background-color css
<style>
a { background-color: #EE18EB; }
a { background-color: rgb(238,24,235); }
div.DivClassName
{
background-color: #EE18EB;
}
.BgClassName
{
background-color: #EE18EB;
}
</style>
border-color css
<style>
span { border-color: #EE18EB; }
span { border-color: rgb(238,24,235); }
td.TdClassName
{
border-color: #EE18EB;
}
.TagClassName
{
border-color: #EE18EB;
}
</style>