Shades of Hot Magenta #EF19E1
Tints of Hot Magenta #EF19E1
RGB
CMYK
RGB Variations
Color information
#EF19E1 (or 0xEF19E1) is known color: Hot Magenta. HEX triplet: EF, 19 and E1. RGB value is (239,25,225). Sum of RGB (Red+Green+Blue) = 239+25+225=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 25 (10.16% from 255 or 5.11% from 489); Blue value is 225 (88.28% from 255 or 46.01% from 489); Max value from RGB is 239 - color contains mainly: red. Hex color #EF19E1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF19E1 is #10E61E. Grayscale: #6F6F6F. Windows color (decimal): -1107487 or 14752239. OLE color: 14752239.
HSL color Cylindrical-coordinate representation of color #EF19E1: hue angle of 303.93º 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 #EF19E1 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 25 | 225 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.06 |
| HSL | 303.93º | 0.87% | 0.52% | - |
| HSV(B) | 303.93º | 0.9% | 0.94% | - |
| XYZ | 49.53 | 24.48 | 73.35 | - |
| YUV | 111.79 | 191.9 | 218.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 25 | 225 | 0 | 0.90 | 0.06 | 0.06 | 303.93 | 0.87 | 0.52 |
| Hex | EF | 19 | E1 | 0 | 5A | 6 | 6 | 130 | 57 | 34 |
| Octal | 357 | 31 | 341 | 0 | 132 | 6 | 6 | 460 | 127 | 64 |
| Binary | 11101111 | 11001 | 11100001 | 0 | 1011010 | 110 | 110 | 100110000 | 1010111 | 110100 |
Color Harmonies of #EF19E1
Complementary color
Monochromatic Colors of #EF19E1
Black with #EF19E1
Text Example
Text Example
White with #EF19E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF19E1; }
p { color: rgb(239,25,225); }
H1.HeaderClassName
{
color: #EF19E1;
}
.AnyTagClassName
{
color: #EF19E1;
}
</style>
background-color css
<style>
a { background-color: #EF19E1; }
a { background-color: rgb(239,25,225); }
div.DivClassName
{
background-color: #EF19E1;
}
.BgClassName
{
background-color: #EF19E1;
}
</style>
border-color css
<style>
span { border-color: #EF19E1; }
span { border-color: rgb(239,25,225); }
td.TdClassName
{
border-color: #EF19E1;
}
.TagClassName
{
border-color: #EF19E1;
}
</style>