Shades of Magenta #EE11E5
Tints of Magenta #EE11E5
RGB
CMYK
RGB Variations
Color information
#EE11E5 (or 0xEE11E5) is known color: Magenta. HEX triplet: EE, 11 and E5. RGB value is (238,17,229). Sum of RGB (Red+Green+Blue) = 238+17+229=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 17 (7.03% from 255 or 3.51% from 484); Blue value is 229 (89.84% from 255 or 47.31% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EE11E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE11E5 is #11EE1A. Grayscale: #6A6A6A. Windows color (decimal): -1175067 or 15012334. OLE color: 15012334.
HSL color Cylindrical-coordinate representation of color #EE11E5: hue angle of 302.44º 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 #EE11E5 is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 17 | 229 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.07 |
| HSL | 302.44º | 0.87% | 0.5% | - |
| HSV(B) | 302.44º | 0.93% | 0.93% | - |
| XYZ | 49.6 | 24.24 | 76.19 | - |
| YUV | 107.25 | 196.72 | 221.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 17 | 229 | 0 | 0.93 | 0.04 | 0.07 | 302.44 | 0.87 | 0.5 |
| Hex | EE | 11 | E5 | 0 | 5D | 4 | 7 | 12E | 57 | 32 |
| Octal | 356 | 21 | 345 | 0 | 135 | 4 | 7 | 456 | 127 | 62 |
| Binary | 11101110 | 10001 | 11100101 | 0 | 1011101 | 100 | 111 | 100101110 | 1010111 | 110010 |
Color Harmonies of #EE11E5
Complementary color
Monochromatic Colors of #EE11E5
Black with #EE11E5
Text Example
Text Example
White with #EE11E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE11E5; }
p { color: rgb(238,17,229); }
H1.HeaderClassName
{
color: #EE11E5;
}
.AnyTagClassName
{
color: #EE11E5;
}
</style>
background-color css
<style>
a { background-color: #EE11E5; }
a { background-color: rgb(238,17,229); }
div.DivClassName
{
background-color: #EE11E5;
}
.BgClassName
{
background-color: #EE11E5;
}
</style>
border-color css
<style>
span { border-color: #EE11E5; }
span { border-color: rgb(238,17,229); }
td.TdClassName
{
border-color: #EE11E5;
}
.TagClassName
{
border-color: #EE11E5;
}
</style>