Shades of Hot Magenta #EF19E2
Tints of Hot Magenta #EF19E2
RGB
CMYK
RGB Variations
Color information
#EF19E2 (or 0xEF19E2) is known color: Hot Magenta. HEX triplet: EF, 19 and E2. RGB value is (239,25,226). Sum of RGB (Red+Green+Blue) = 239+25+226=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 25 (10.16% from 255 or 5.10% from 490); Blue value is 226 (88.67% from 255 or 46.12% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EF19E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF19E2 is #10E61D. Grayscale: #6F6F6F. Windows color (decimal): -1107486 or 14817775. OLE color: 14817775.
HSL color Cylindrical-coordinate representation of color #EF19E2: hue angle of 303.64º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF19E2 is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 25 | 226 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.06 |
| HSL | 303.64º | 0.87% | 0.52% | - |
| HSV(B) | 303.64º | 0.9% | 0.94% | - |
| XYZ | 49.67 | 24.54 | 74.07 | - |
| YUV | 111.9 | 192.4 | 218.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 25 | 226 | 0 | 0.90 | 0.05 | 0.06 | 303.64 | 0.87 | 0.52 |
| Hex | EF | 19 | E2 | 0 | 5A | 5 | 6 | 130 | 57 | 34 |
| Octal | 357 | 31 | 342 | 0 | 132 | 5 | 6 | 460 | 127 | 64 |
| Binary | 11101111 | 11001 | 11100010 | 0 | 1011010 | 101 | 110 | 100110000 | 1010111 | 110100 |
Color Harmonies of #EF19E2
Complementary color
Monochromatic Colors of #EF19E2
Black with #EF19E2
Text Example
Text Example
White with #EF19E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF19E2; }
p { color: rgb(239,25,226); }
H1.HeaderClassName
{
color: #EF19E2;
}
.AnyTagClassName
{
color: #EF19E2;
}
</style>
background-color css
<style>
a { background-color: #EF19E2; }
a { background-color: rgb(239,25,226); }
div.DivClassName
{
background-color: #EF19E2;
}
.BgClassName
{
background-color: #EF19E2;
}
</style>
border-color css
<style>
span { border-color: #EF19E2; }
span { border-color: rgb(239,25,226); }
td.TdClassName
{
border-color: #EF19E2;
}
.TagClassName
{
border-color: #EF19E2;
}
</style>