Shades of Hot Magenta #EE10DC
Tints of Hot Magenta #EE10DC
RGB
CMYK
RGB Variations
Color information
#EE10DC (or 0xEE10DC) is known color: Hot Magenta. HEX triplet: EE, 10 and DC. RGB value is (238,16,220). Sum of RGB (Red+Green+Blue) = 238+16+220=474 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.21% from 474); Green value is 16 (6.64% from 255 or 3.38% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 238 - color contains mainly: red. Hex color #EE10DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE10DC is #11EF23. Grayscale: #696969. Windows color (decimal): -1175332 or 14422254. OLE color: 14422254.
HSL color Cylindrical-coordinate representation of color #EE10DC: hue angle of 304.86º 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 #EE10DC is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 16 | 220 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.07 |
| HSL | 304.86º | 0.87% | 0.5% | - |
| HSV(B) | 304.86º | 0.93% | 0.93% | - |
| XYZ | 48.36 | 23.72 | 69.74 | - |
| YUV | 105.63 | 192.55 | 222.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 16 | 220 | 0 | 0.93 | 0.08 | 0.07 | 304.86 | 0.87 | 0.5 |
| Hex | EE | 10 | DC | 0 | 5D | 8 | 7 | 131 | 57 | 32 |
| Octal | 356 | 20 | 334 | 0 | 135 | 10 | 7 | 461 | 127 | 62 |
| Binary | 11101110 | 10000 | 11011100 | 0 | 1011101 | 1000 | 111 | 100110001 | 1010111 | 110010 |
Color Harmonies of #EE10DC
Complementary color
Monochromatic Colors of #EE10DC
Black with #EE10DC
Text Example
Text Example
White with #EE10DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE10DC; }
p { color: rgb(238,16,220); }
H1.HeaderClassName
{
color: #EE10DC;
}
.AnyTagClassName
{
color: #EE10DC;
}
</style>
background-color css
<style>
a { background-color: #EE10DC; }
a { background-color: rgb(238,16,220); }
div.DivClassName
{
background-color: #EE10DC;
}
.BgClassName
{
background-color: #EE10DC;
}
</style>
border-color css
<style>
span { border-color: #EE10DC; }
span { border-color: rgb(238,16,220); }
td.TdClassName
{
border-color: #EE10DC;
}
.TagClassName
{
border-color: #EE10DC;
}
</style>