Shades of Hot Magenta #EE07D1
Tints of Hot Magenta #EE07D1
RGB
CMYK
RGB Variations
Color information
#EE07D1 (or 0xEE07D1) is known color: Hot Magenta. HEX triplet: EE, 07 and D1. RGB value is (238,7,209). Sum of RGB (Red+Green+Blue) = 238+7+209=454 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.42% from 454); Green value is 7 (3.12% from 255 or 1.54% from 454); Blue value is 209 (82.03% from 255 or 46.04% from 454); Max value from RGB is 238 - color contains mainly: red. Hex color #EE07D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE07D1 is #11F82E. Grayscale: #626262. Windows color (decimal): -1177647 or 13699054. OLE color: 13699054.
HSL color Cylindrical-coordinate representation of color #EE07D1: hue angle of 307.53º 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 #EE07D1 is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 7 | 209 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.07 |
| HSL | 307.53º | 0.94% | 0.48% | - |
| HSV(B) | 307.53º | 0.97% | 0.93% | - |
| XYZ | 46.84 | 22.93 | 62.28 | - |
| YUV | 99.1 | 190.03 | 227.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 7 | 209 | 0 | 0.97 | 0.12 | 0.07 | 307.53 | 0.94 | 0.48 |
| Hex | EE | 7 | D1 | 0 | 61 | C | 7 | 134 | 5E | 30 |
| Octal | 356 | 7 | 321 | 0 | 141 | 14 | 7 | 464 | 136 | 60 |
| Binary | 11101110 | 111 | 11010001 | 0 | 1100001 | 1100 | 111 | 100110100 | 1011110 | 110000 |
Color Harmonies of #EE07D1
Complementary color
Monochromatic Colors of #EE07D1
Black with #EE07D1
Text Example
Text Example
White with #EE07D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE07D1; }
p { color: rgb(238,7,209); }
H1.HeaderClassName
{
color: #EE07D1;
}
.AnyTagClassName
{
color: #EE07D1;
}
</style>
background-color css
<style>
a { background-color: #EE07D1; }
a { background-color: rgb(238,7,209); }
div.DivClassName
{
background-color: #EE07D1;
}
.BgClassName
{
background-color: #EE07D1;
}
</style>
border-color css
<style>
span { border-color: #EE07D1; }
span { border-color: rgb(238,7,209); }
td.TdClassName
{
border-color: #EE07D1;
}
.TagClassName
{
border-color: #EE07D1;
}
</style>