Shades of Hot Magenta #EE10D9
Tints of Hot Magenta #EE10D9
RGB
CMYK
RGB Variations
Color information
#EE10D9 (or 0xEE10D9) is known color: Hot Magenta. HEX triplet: EE, 10 and D9. RGB value is (238,16,217). Sum of RGB (Red+Green+Blue) = 238+16+217=471 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.53% from 471); Green value is 16 (6.64% from 255 or 3.40% from 471); Blue value is 217 (85.16% from 255 or 46.07% from 471); Max value from RGB is 238 - color contains mainly: red. Hex color #EE10D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE10D9 is #11EF26. Grayscale: #686868. Windows color (decimal): -1175335 or 14225646. OLE color: 14225646.
HSL color Cylindrical-coordinate representation of color #EE10D9: hue angle of 305.68º 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 #EE10D9 is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 16 | 217 | - |
| CMYK | 0 | 0.93 | 0.09 | 0.07 |
| HSL | 305.68º | 0.87% | 0.5% | - |
| HSV(B) | 305.68º | 0.93% | 0.93% | - |
| XYZ | 47.97 | 23.56 | 67.66 | - |
| YUV | 105.29 | 191.05 | 222.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 16 | 217 | 0 | 0.93 | 0.09 | 0.07 | 305.68 | 0.87 | 0.5 |
| Hex | EE | 10 | D9 | 0 | 5D | 9 | 7 | 132 | 57 | 32 |
| Octal | 356 | 20 | 331 | 0 | 135 | 11 | 7 | 462 | 127 | 62 |
| Binary | 11101110 | 10000 | 11011001 | 0 | 1011101 | 1001 | 111 | 100110010 | 1010111 | 110010 |
Color Harmonies of #EE10D9
Complementary color
Monochromatic Colors of #EE10D9
Black with #EE10D9
Text Example
Text Example
White with #EE10D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE10D9; }
p { color: rgb(238,16,217); }
H1.HeaderClassName
{
color: #EE10D9;
}
.AnyTagClassName
{
color: #EE10D9;
}
</style>
background-color css
<style>
a { background-color: #EE10D9; }
a { background-color: rgb(238,16,217); }
div.DivClassName
{
background-color: #EE10D9;
}
.BgClassName
{
background-color: #EE10D9;
}
</style>
border-color css
<style>
span { border-color: #EE10D9; }
span { border-color: rgb(238,16,217); }
td.TdClassName
{
border-color: #EE10D9;
}
.TagClassName
{
border-color: #EE10D9;
}
</style>