Shades of Hot Magenta #EE0EDE
Tints of Hot Magenta #EE0EDE
RGB
CMYK
RGB Variations
Color information
#EE0EDE (or 0xEE0EDE) is known color: Hot Magenta. HEX triplet: EE, 0E and DE. RGB value is (238,14,222). Sum of RGB (Red+Green+Blue) = 238+14+222=474 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.21% from 474); Green value is 14 (5.86% from 255 or 2.95% from 474); Blue value is 222 (87.11% from 255 or 46.84% from 474); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0EDE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0EDE is #11F121. Grayscale: #686868. Windows color (decimal): -1175842 or 14552814. OLE color: 14552814.
HSL color Cylindrical-coordinate representation of color #EE0EDE: hue angle of 304.29º 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 #EE0EDE is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 14 | 222 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.07 |
| HSL | 304.29º | 0.89% | 0.49% | - |
| HSV(B) | 304.29º | 0.94% | 0.93% | - |
| XYZ | 48.6 | 23.77 | 71.13 | - |
| YUV | 104.69 | 194.21 | 223.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 14 | 222 | 0 | 0.94 | 0.07 | 0.07 | 304.29 | 0.89 | 0.49 |
| Hex | EE | E | DE | 0 | 5E | 7 | 7 | 130 | 59 | 31 |
| Octal | 356 | 16 | 336 | 0 | 136 | 7 | 7 | 460 | 131 | 61 |
| Binary | 11101110 | 1110 | 11011110 | 0 | 1011110 | 111 | 111 | 100110000 | 1011001 | 110001 |
Color Harmonies of #EE0EDE
Complementary color
Monochromatic Colors of #EE0EDE
Black with #EE0EDE
Text Example
Text Example
White with #EE0EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0EDE; }
p { color: rgb(238,14,222); }
H1.HeaderClassName
{
color: #EE0EDE;
}
.AnyTagClassName
{
color: #EE0EDE;
}
</style>
background-color css
<style>
a { background-color: #EE0EDE; }
a { background-color: rgb(238,14,222); }
div.DivClassName
{
background-color: #EE0EDE;
}
.BgClassName
{
background-color: #EE0EDE;
}
</style>
border-color css
<style>
span { border-color: #EE0EDE; }
span { border-color: rgb(238,14,222); }
td.TdClassName
{
border-color: #EE0EDE;
}
.TagClassName
{
border-color: #EE0EDE;
}
</style>