Shades of Magenta #EE1EE8
Tints of Magenta #EE1EE8
RGB
CMYK
RGB Variations
Color information
#EE1EE8 (or 0xEE1EE8) is known color: Magenta. HEX triplet: EE, 1E and E8. RGB value is (238,30,232). Sum of RGB (Red+Green+Blue) = 238+30+232=500 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.6% from 500); Green value is 30 (12.11% from 255 or 6% from 500); Blue value is 232 (91.02% from 255 or 46.4% from 500); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1EE8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE1EE8 is #11E117. Grayscale: #727272. Windows color (decimal): -1171736 or 15212270. OLE color: 15212270.
HSL color Cylindrical-coordinate representation of color #EE1EE8: hue angle of 301.73º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE1EE8 is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 30 | 232 | - |
| CMYK | 0 | 0.87 | 0.03 | 0.07 |
| HSL | 301.73º | 0.86% | 0.53% | - |
| HSV(B) | 301.73º | 0.87% | 0.93% | - |
| XYZ | 50.29 | 24.93 | 78.51 | - |
| YUV | 115.22 | 193.91 | 215.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 30 | 232 | 0 | 0.87 | 0.03 | 0.07 | 301.73 | 0.86 | 0.53 |
| Hex | EE | 1E | E8 | 0 | 57 | 3 | 7 | 12E | 56 | 35 |
| Octal | 356 | 36 | 350 | 0 | 127 | 3 | 7 | 456 | 126 | 65 |
| Binary | 11101110 | 11110 | 11101000 | 0 | 1010111 | 11 | 111 | 100101110 | 1010110 | 110101 |
Color Harmonies of #EE1EE8
Complementary color
Monochromatic Colors of #EE1EE8
Black with #EE1EE8
Text Example
Text Example
White with #EE1EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1EE8; }
p { color: rgb(238,30,232); }
H1.HeaderClassName
{
color: #EE1EE8;
}
.AnyTagClassName
{
color: #EE1EE8;
}
</style>
background-color css
<style>
a { background-color: #EE1EE8; }
a { background-color: rgb(238,30,232); }
div.DivClassName
{
background-color: #EE1EE8;
}
.BgClassName
{
background-color: #EE1EE8;
}
</style>
border-color css
<style>
span { border-color: #EE1EE8; }
span { border-color: rgb(238,30,232); }
td.TdClassName
{
border-color: #EE1EE8;
}
.TagClassName
{
border-color: #EE1EE8;
}
</style>