Shades of Hot Magenta #EE19E2
Tints of Hot Magenta #EE19E2
RGB
CMYK
RGB Variations
Color information
#EE19E2 (or 0xEE19E2) is known color: Hot Magenta. HEX triplet: EE, 19 and E2. RGB value is (238,25,226). Sum of RGB (Red+Green+Blue) = 238+25+226=489 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.67% from 489); Green value is 25 (10.16% from 255 or 5.11% from 489); Blue value is 226 (88.67% from 255 or 46.22% from 489); Max value from RGB is 238 - color contains mainly: red. Hex color #EE19E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE19E2 is #11E61D. Grayscale: #6F6F6F. Windows color (decimal): -1173022 or 14817774. OLE color: 14817774.
HSL color Cylindrical-coordinate representation of color #EE19E2: hue angle of 303.38º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE19E2 is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 25 | 226 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.07 |
| HSL | 303.38º | 0.86% | 0.52% | - |
| HSV(B) | 303.38º | 0.89% | 0.93% | - |
| XYZ | 49.34 | 24.36 | 74.05 | - |
| YUV | 111.6 | 192.57 | 218.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 25 | 226 | 0 | 0.89 | 0.05 | 0.07 | 303.38 | 0.86 | 0.52 |
| Hex | EE | 19 | E2 | 0 | 59 | 5 | 7 | 12F | 56 | 34 |
| Octal | 356 | 31 | 342 | 0 | 131 | 5 | 7 | 457 | 126 | 64 |
| Binary | 11101110 | 11001 | 11100010 | 0 | 1011001 | 101 | 111 | 100101111 | 1010110 | 110100 |
Color Harmonies of #EE19E2
Complementary color
Monochromatic Colors of #EE19E2
Black with #EE19E2
Text Example
Text Example
White with #EE19E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE19E2; }
p { color: rgb(238,25,226); }
H1.HeaderClassName
{
color: #EE19E2;
}
.AnyTagClassName
{
color: #EE19E2;
}
</style>
background-color css
<style>
a { background-color: #EE19E2; }
a { background-color: rgb(238,25,226); }
div.DivClassName
{
background-color: #EE19E2;
}
.BgClassName
{
background-color: #EE19E2;
}
</style>
border-color css
<style>
span { border-color: #EE19E2; }
span { border-color: rgb(238,25,226); }
td.TdClassName
{
border-color: #EE19E2;
}
.TagClassName
{
border-color: #EE19E2;
}
</style>