Shades of Hot Magenta #EE07DC
Tints of Hot Magenta #EE07DC
RGB
CMYK
RGB Variations
Color information
#EE07DC (or 0xEE07DC) is known color: Hot Magenta. HEX triplet: EE, 07 and DC. RGB value is (238,7,220). Sum of RGB (Red+Green+Blue) = 238+7+220=465 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.18% from 465); Green value is 7 (3.12% from 255 or 1.51% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 238 - color contains mainly: red. Hex color #EE07DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE07DC is #11F823. Grayscale: #636363. Windows color (decimal): -1177636 or 14419950. OLE color: 14419950.
HSL color Cylindrical-coordinate representation of color #EE07DC: hue angle of 304.68º 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 #EE07DC is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 7 | 220 | - |
| CMYK | 0 | 0.97 | 0.08 | 0.07 |
| HSL | 304.68º | 0.94% | 0.48% | - |
| HSV(B) | 304.68º | 0.97% | 0.93% | - |
| XYZ | 48.25 | 23.5 | 69.7 | - |
| YUV | 100.35 | 195.53 | 226.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 7 | 220 | 0 | 0.97 | 0.08 | 0.07 | 304.68 | 0.94 | 0.48 |
| Hex | EE | 7 | DC | 0 | 61 | 8 | 7 | 131 | 5E | 30 |
| Octal | 356 | 7 | 334 | 0 | 141 | 10 | 7 | 461 | 136 | 60 |
| Binary | 11101110 | 111 | 11011100 | 0 | 1100001 | 1000 | 111 | 100110001 | 1011110 | 110000 |
Color Harmonies of #EE07DC
Complementary color
Monochromatic Colors of #EE07DC
Black with #EE07DC
Text Example
Text Example
White with #EE07DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE07DC; }
p { color: rgb(238,7,220); }
H1.HeaderClassName
{
color: #EE07DC;
}
.AnyTagClassName
{
color: #EE07DC;
}
</style>
background-color css
<style>
a { background-color: #EE07DC; }
a { background-color: rgb(238,7,220); }
div.DivClassName
{
background-color: #EE07DC;
}
.BgClassName
{
background-color: #EE07DC;
}
</style>
border-color css
<style>
span { border-color: #EE07DC; }
span { border-color: rgb(238,7,220); }
td.TdClassName
{
border-color: #EE07DC;
}
.TagClassName
{
border-color: #EE07DC;
}
</style>