Shades of Hot Magenta #EE10DF
Tints of Hot Magenta #EE10DF
RGB
CMYK
RGB Variations
Color information
#EE10DF (or 0xEE10DF) is known color: Hot Magenta. HEX triplet: EE, 10 and DF. RGB value is (238,16,223). Sum of RGB (Red+Green+Blue) = 238+16+223=477 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.90% from 477); Green value is 16 (6.64% from 255 or 3.35% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 238 - color contains mainly: red. Hex color #EE10DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE10DF is #11EF20. Grayscale: #696969. Windows color (decimal): -1175329 or 14618862. OLE color: 14618862.
HSL color Cylindrical-coordinate representation of color #EE10DF: hue angle of 304.05º 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 #EE10DF is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 16 | 223 | - |
| CMYK | 0 | 0.93 | 0.06 | 0.07 |
| HSL | 304.05º | 0.87% | 0.5% | - |
| HSV(B) | 304.05º | 0.93% | 0.93% | - |
| XYZ | 48.76 | 23.88 | 71.85 | - |
| YUV | 105.98 | 194.05 | 222.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 16 | 223 | 0 | 0.93 | 0.06 | 0.07 | 304.05 | 0.87 | 0.5 |
| Hex | EE | 10 | DF | 0 | 5D | 6 | 7 | 130 | 57 | 32 |
| Octal | 356 | 20 | 337 | 0 | 135 | 6 | 7 | 460 | 127 | 62 |
| Binary | 11101110 | 10000 | 11011111 | 0 | 1011101 | 110 | 111 | 100110000 | 1010111 | 110010 |
Color Harmonies of #EE10DF
Complementary color
Monochromatic Colors of #EE10DF
Black with #EE10DF
Text Example
Text Example
White with #EE10DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE10DF; }
p { color: rgb(238,16,223); }
H1.HeaderClassName
{
color: #EE10DF;
}
.AnyTagClassName
{
color: #EE10DF;
}
</style>
background-color css
<style>
a { background-color: #EE10DF; }
a { background-color: rgb(238,16,223); }
div.DivClassName
{
background-color: #EE10DF;
}
.BgClassName
{
background-color: #EE10DF;
}
</style>
border-color css
<style>
span { border-color: #EE10DF; }
span { border-color: rgb(238,16,223); }
td.TdClassName
{
border-color: #EE10DF;
}
.TagClassName
{
border-color: #EE10DF;
}
</style>