Shades of Hot Magenta #EE07E2
Tints of Hot Magenta #EE07E2
RGB
CMYK
RGB Variations
Color information
#EE07E2 (or 0xEE07E2) is known color: Hot Magenta. HEX triplet: EE, 07 and E2. RGB value is (238,7,226). Sum of RGB (Red+Green+Blue) = 238+7+226=471 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.53% from 471); Green value is 7 (3.12% from 255 or 1.49% from 471); Blue value is 226 (88.67% from 255 or 47.98% from 471); Max value from RGB is 238 - color contains mainly: red. Hex color #EE07E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE07E2 is #11F81D. Grayscale: #646464. Windows color (decimal): -1177630 or 14813166. OLE color: 14813166.
HSL color Cylindrical-coordinate representation of color #EE07E2: hue angle of 303.12º 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 #EE07E2 is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 7 | 226 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.07 |
| HSL | 303.12º | 0.94% | 0.48% | - |
| HSV(B) | 303.12º | 0.97% | 0.93% | - |
| XYZ | 49.06 | 23.82 | 73.96 | - |
| YUV | 101.04 | 198.53 | 225.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 7 | 226 | 0 | 0.97 | 0.05 | 0.07 | 303.12 | 0.94 | 0.48 |
| Hex | EE | 7 | E2 | 0 | 61 | 5 | 7 | 12F | 5E | 30 |
| Octal | 356 | 7 | 342 | 0 | 141 | 5 | 7 | 457 | 136 | 60 |
| Binary | 11101110 | 111 | 11100010 | 0 | 1100001 | 101 | 111 | 100101111 | 1011110 | 110000 |
Color Harmonies of #EE07E2
Complementary color
Monochromatic Colors of #EE07E2
Black with #EE07E2
Text Example
Text Example
White with #EE07E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE07E2; }
p { color: rgb(238,7,226); }
H1.HeaderClassName
{
color: #EE07E2;
}
.AnyTagClassName
{
color: #EE07E2;
}
</style>
background-color css
<style>
a { background-color: #EE07E2; }
a { background-color: rgb(238,7,226); }
div.DivClassName
{
background-color: #EE07E2;
}
.BgClassName
{
background-color: #EE07E2;
}
</style>
border-color css
<style>
span { border-color: #EE07E2; }
span { border-color: rgb(238,7,226); }
td.TdClassName
{
border-color: #EE07E2;
}
.TagClassName
{
border-color: #EE07E2;
}
</style>