Shades of Magenta #EE0EE8
Tints of Magenta #EE0EE8
RGB
CMYK
RGB Variations
Color information
#EE0EE8 (or 0xEE0EE8) is known color: Magenta. HEX triplet: EE, 0E and E8. RGB value is (238,14,232). Sum of RGB (Red+Green+Blue) = 238+14+232=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 14 (5.86% from 255 or 2.89% from 484); Blue value is 232 (91.02% from 255 or 47.93% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0EE8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0EE8 is #11F117. Grayscale: #696969. Windows color (decimal): -1175832 or 15208174. OLE color: 15208174.
HSL color Cylindrical-coordinate representation of color #EE0EE8: hue angle of 301.61º 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 #EE0EE8 is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 14 | 232 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.07 |
| HSL | 301.61º | 0.89% | 0.49% | - |
| HSV(B) | 301.61º | 0.94% | 0.93% | - |
| XYZ | 49.98 | 24.32 | 78.4 | - |
| YUV | 105.83 | 199.21 | 222.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 14 | 232 | 0 | 0.94 | 0.03 | 0.07 | 301.61 | 0.89 | 0.49 |
| Hex | EE | E | E8 | 0 | 5E | 3 | 7 | 12E | 59 | 31 |
| Octal | 356 | 16 | 350 | 0 | 136 | 3 | 7 | 456 | 131 | 61 |
| Binary | 11101110 | 1110 | 11101000 | 0 | 1011110 | 11 | 111 | 100101110 | 1011001 | 110001 |
Color Harmonies of #EE0EE8
Complementary color
Monochromatic Colors of #EE0EE8
Black with #EE0EE8
Text Example
Text Example
White with #EE0EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0EE8; }
p { color: rgb(238,14,232); }
H1.HeaderClassName
{
color: #EE0EE8;
}
.AnyTagClassName
{
color: #EE0EE8;
}
</style>
background-color css
<style>
a { background-color: #EE0EE8; }
a { background-color: rgb(238,14,232); }
div.DivClassName
{
background-color: #EE0EE8;
}
.BgClassName
{
background-color: #EE0EE8;
}
</style>
border-color css
<style>
span { border-color: #EE0EE8; }
span { border-color: rgb(238,14,232); }
td.TdClassName
{
border-color: #EE0EE8;
}
.TagClassName
{
border-color: #EE0EE8;
}
</style>