Shades of Hot Magenta #EE11E1
Tints of Hot Magenta #EE11E1
RGB
CMYK
RGB Variations
Color information
#EE11E1 (or 0xEE11E1) is known color: Hot Magenta. HEX triplet: EE, 11 and E1. RGB value is (238,17,225). Sum of RGB (Red+Green+Blue) = 238+17+225=480 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.58% from 480); Green value is 17 (7.03% from 255 or 3.54% from 480); Blue value is 225 (88.28% from 255 or 46.88% from 480); Max value from RGB is 238 - color contains mainly: red. Hex color #EE11E1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE11E1 is #11EE1E. Grayscale: #6A6A6A. Windows color (decimal): -1175071 or 14750190. OLE color: 14750190.
HSL color Cylindrical-coordinate representation of color #EE11E1: hue angle of 303.53º 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 #EE11E1 is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 17 | 225 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.07 |
| HSL | 303.53º | 0.87% | 0.5% | - |
| HSV(B) | 303.53º | 0.93% | 0.93% | - |
| XYZ | 49.05 | 24.01 | 73.28 | - |
| YUV | 106.79 | 194.72 | 221.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 17 | 225 | 0 | 0.93 | 0.05 | 0.07 | 303.53 | 0.87 | 0.5 |
| Hex | EE | 11 | E1 | 0 | 5D | 5 | 7 | 130 | 57 | 32 |
| Octal | 356 | 21 | 341 | 0 | 135 | 5 | 7 | 460 | 127 | 62 |
| Binary | 11101110 | 10001 | 11100001 | 0 | 1011101 | 101 | 111 | 100110000 | 1010111 | 110010 |
Color Harmonies of #EE11E1
Complementary color
Monochromatic Colors of #EE11E1
Black with #EE11E1
Text Example
Text Example
White with #EE11E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE11E1; }
p { color: rgb(238,17,225); }
H1.HeaderClassName
{
color: #EE11E1;
}
.AnyTagClassName
{
color: #EE11E1;
}
</style>
background-color css
<style>
a { background-color: #EE11E1; }
a { background-color: rgb(238,17,225); }
div.DivClassName
{
background-color: #EE11E1;
}
.BgClassName
{
background-color: #EE11E1;
}
</style>
border-color css
<style>
span { border-color: #EE11E1; }
span { border-color: rgb(238,17,225); }
td.TdClassName
{
border-color: #EE11E1;
}
.TagClassName
{
border-color: #EE11E1;
}
</style>