Shades of Hot Magenta #EE11DD
Tints of Hot Magenta #EE11DD
RGB
CMYK
RGB Variations
Color information
#EE11DD (or 0xEE11DD) is known color: Hot Magenta. HEX triplet: EE, 11 and DD. RGB value is (238,17,221). Sum of RGB (Red+Green+Blue) = 238+17+221=476 (63% of max value = 765). Red value is 238 (93.36% from 255 or 50% from 476); Green value is 17 (7.03% from 255 or 3.57% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 238 - color contains mainly: red. Hex color #EE11DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE11DD is #11EE22. Grayscale: #696969. Windows color (decimal): -1175075 or 14488046. OLE color: 14488046.
HSL color Cylindrical-coordinate representation of color #EE11DD: hue angle of 304.62º 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 #EE11DD is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 17 | 221 | - |
| CMYK | 0 | 0.93 | 0.07 | 0.07 |
| HSL | 304.62º | 0.87% | 0.5% | - |
| HSV(B) | 304.62º | 0.93% | 0.93% | - |
| XYZ | 48.51 | 23.8 | 70.44 | - |
| YUV | 106.34 | 192.72 | 221.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 17 | 221 | 0 | 0.93 | 0.07 | 0.07 | 304.62 | 0.87 | 0.5 |
| Hex | EE | 11 | DD | 0 | 5D | 7 | 7 | 131 | 57 | 32 |
| Octal | 356 | 21 | 335 | 0 | 135 | 7 | 7 | 461 | 127 | 62 |
| Binary | 11101110 | 10001 | 11011101 | 0 | 1011101 | 111 | 111 | 100110001 | 1010111 | 110010 |
Color Harmonies of #EE11DD
Complementary color
Monochromatic Colors of #EE11DD
Black with #EE11DD
Text Example
Text Example
White with #EE11DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE11DD; }
p { color: rgb(238,17,221); }
H1.HeaderClassName
{
color: #EE11DD;
}
.AnyTagClassName
{
color: #EE11DD;
}
</style>
background-color css
<style>
a { background-color: #EE11DD; }
a { background-color: rgb(238,17,221); }
div.DivClassName
{
background-color: #EE11DD;
}
.BgClassName
{
background-color: #EE11DD;
}
</style>
border-color css
<style>
span { border-color: #EE11DD; }
span { border-color: rgb(238,17,221); }
td.TdClassName
{
border-color: #EE11DD;
}
.TagClassName
{
border-color: #EE11DD;
}
</style>