Shades of Hot Magenta #EE07D5
Tints of Hot Magenta #EE07D5
RGB
CMYK
RGB Variations
Color information
#EE07D5 (or 0xEE07D5) is known color: Hot Magenta. HEX triplet: EE, 07 and D5. RGB value is (238,7,213). Sum of RGB (Red+Green+Blue) = 238+7+213=458 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.97% from 458); Green value is 7 (3.12% from 255 or 1.53% from 458); Blue value is 213 (83.59% from 255 or 46.51% from 458); Max value from RGB is 238 - color contains mainly: red. Hex color #EE07D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE07D5 is #11F82A. Grayscale: #626262. Windows color (decimal): -1177643 or 13961198. OLE color: 13961198.
HSL color Cylindrical-coordinate representation of color #EE07D5: hue angle of 306.49º 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 #EE07D5 is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 7 | 213 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.07 |
| HSL | 306.49º | 0.94% | 0.48% | - |
| HSV(B) | 306.49º | 0.97% | 0.93% | - |
| XYZ | 47.35 | 23.13 | 64.92 | - |
| YUV | 99.55 | 192.03 | 226.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 7 | 213 | 0 | 0.97 | 0.11 | 0.07 | 306.49 | 0.94 | 0.48 |
| Hex | EE | 7 | D5 | 0 | 61 | B | 7 | 132 | 5E | 30 |
| Octal | 356 | 7 | 325 | 0 | 141 | 13 | 7 | 462 | 136 | 60 |
| Binary | 11101110 | 111 | 11010101 | 0 | 1100001 | 1011 | 111 | 100110010 | 1011110 | 110000 |
Color Harmonies of #EE07D5
Complementary color
Monochromatic Colors of #EE07D5
Black with #EE07D5
Text Example
Text Example
White with #EE07D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE07D5; }
p { color: rgb(238,7,213); }
H1.HeaderClassName
{
color: #EE07D5;
}
.AnyTagClassName
{
color: #EE07D5;
}
</style>
background-color css
<style>
a { background-color: #EE07D5; }
a { background-color: rgb(238,7,213); }
div.DivClassName
{
background-color: #EE07D5;
}
.BgClassName
{
background-color: #EE07D5;
}
</style>
border-color css
<style>
span { border-color: #EE07D5; }
span { border-color: rgb(238,7,213); }
td.TdClassName
{
border-color: #EE07D5;
}
.TagClassName
{
border-color: #EE07D5;
}
</style>