Shades of Hot Magenta #EE0FDC
Tints of Hot Magenta #EE0FDC
RGB
CMYK
RGB Variations
Color information
#EE0FDC (or 0xEE0FDC) is known color: Hot Magenta. HEX triplet: EE, 0F and DC. RGB value is (238,15,220). Sum of RGB (Red+Green+Blue) = 238+15+220=473 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.32% from 473); Green value is 15 (6.25% from 255 or 3.17% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0FDC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0FDC is #11F023. Grayscale: #686868. Windows color (decimal): -1175588 or 14421998. OLE color: 14421998.
HSL color Cylindrical-coordinate representation of color #EE0FDC: hue angle of 304.84º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE0FDC is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 15 | 220 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.07 |
| HSL | 304.84º | 0.88% | 0.5% | - |
| HSV(B) | 304.84º | 0.94% | 0.93% | - |
| XYZ | 48.35 | 23.69 | 69.73 | - |
| YUV | 105.05 | 192.88 | 222.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 15 | 220 | 0 | 0.94 | 0.08 | 0.07 | 304.84 | 0.88 | 0.5 |
| Hex | EE | F | DC | 0 | 5E | 8 | 7 | 131 | 58 | 32 |
| Octal | 356 | 17 | 334 | 0 | 136 | 10 | 7 | 461 | 130 | 62 |
| Binary | 11101110 | 1111 | 11011100 | 0 | 1011110 | 1000 | 111 | 100110001 | 1011000 | 110010 |
Color Harmonies of #EE0FDC
Complementary color
Monochromatic Colors of #EE0FDC
Black with #EE0FDC
Text Example
Text Example
White with #EE0FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0FDC; }
p { color: rgb(238,15,220); }
H1.HeaderClassName
{
color: #EE0FDC;
}
.AnyTagClassName
{
color: #EE0FDC;
}
</style>
background-color css
<style>
a { background-color: #EE0FDC; }
a { background-color: rgb(238,15,220); }
div.DivClassName
{
background-color: #EE0FDC;
}
.BgClassName
{
background-color: #EE0FDC;
}
</style>
border-color css
<style>
span { border-color: #EE0FDC; }
span { border-color: rgb(238,15,220); }
td.TdClassName
{
border-color: #EE0FDC;
}
.TagClassName
{
border-color: #EE0FDC;
}
</style>