Shades of Hot Magenta #EE07D8
Tints of Hot Magenta #EE07D8
RGB
CMYK
RGB Variations
Color information
#EE07D8 (or 0xEE07D8) is known color: Hot Magenta. HEX triplet: EE, 07 and D8. RGB value is (238,7,216). Sum of RGB (Red+Green+Blue) = 238+7+216=461 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.63% from 461); Green value is 7 (3.12% from 255 or 1.52% from 461); Blue value is 216 (84.77% from 255 or 46.85% from 461); Max value from RGB is 238 - color contains mainly: red. Hex color #EE07D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE07D8 is #11F827. Grayscale: #636363. Windows color (decimal): -1177640 or 14157806. OLE color: 14157806.
HSL color Cylindrical-coordinate representation of color #EE07D8: hue angle of 305.71º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE07D8 is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 7 | 216 | - |
| CMYK | 0 | 0.97 | 0.09 | 0.07 |
| HSL | 305.71º | 0.94% | 0.48% | - |
| HSV(B) | 305.71º | 0.97% | 0.93% | - |
| XYZ | 47.73 | 23.29 | 66.94 | - |
| YUV | 99.9 | 193.53 | 226.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 7 | 216 | 0 | 0.97 | 0.09 | 0.07 | 305.71 | 0.94 | 0.48 |
| Hex | EE | 7 | D8 | 0 | 61 | 9 | 7 | 132 | 5E | 30 |
| Octal | 356 | 7 | 330 | 0 | 141 | 11 | 7 | 462 | 136 | 60 |
| Binary | 11101110 | 111 | 11011000 | 0 | 1100001 | 1001 | 111 | 100110010 | 1011110 | 110000 |
Color Harmonies of #EE07D8
Complementary color
Monochromatic Colors of #EE07D8
Black with #EE07D8
Text Example
Text Example
White with #EE07D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE07D8; }
p { color: rgb(238,7,216); }
H1.HeaderClassName
{
color: #EE07D8;
}
.AnyTagClassName
{
color: #EE07D8;
}
</style>
background-color css
<style>
a { background-color: #EE07D8; }
a { background-color: rgb(238,7,216); }
div.DivClassName
{
background-color: #EE07D8;
}
.BgClassName
{
background-color: #EE07D8;
}
</style>
border-color css
<style>
span { border-color: #EE07D8; }
span { border-color: rgb(238,7,216); }
td.TdClassName
{
border-color: #EE07D8;
}
.TagClassName
{
border-color: #EE07D8;
}
</style>