Shades of Magenta #EF19F7
Tints of Magenta #EF19F7
RGB
CMYK
RGB Variations
Color information
#EF19F7 (or 0xEF19F7) is known color: Magenta. HEX triplet: EF, 19 and F7. RGB value is (239,25,247). Sum of RGB (Red+Green+Blue) = 239+25+247=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 25 (10.16% from 255 or 4.89% from 511); Blue value is 247 (96.88% from 255 or 48.34% from 511); Max value from RGB is 247 - color contains mainly: blue. Hex color #EF19F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF19F7 is #10E608. Grayscale: #717171. Windows color (decimal): -1107465 or 16194031. OLE color: 16194031.
HSL color Cylindrical-coordinate representation of color #EF19F7: hue angle of 297.84º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF19F7 is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 25 | 247 | - |
| CMYK | 0.03 | 0.90 | 0 | 0.03 |
| HSL | 297.84º | 0.93% | 0.53% | - |
| HSV(B) | 297.84º | 0.9% | 0.97% | - |
| XYZ | 52.73 | 25.76 | 90.19 | - |
| YUV | 114.29 | 202.9 | 216.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 25 | 247 | 0.03 | 0.90 | 0 | 0.03 | 297.84 | 0.93 | 0.53 |
| Hex | EF | 19 | F7 | 3 | 5A | 0 | 3 | 12A | 5D | 35 |
| Octal | 357 | 31 | 367 | 3 | 132 | 0 | 3 | 452 | 135 | 65 |
| Binary | 11101111 | 11001 | 11110111 | 11 | 1011010 | 0 | 11 | 100101010 | 1011101 | 110101 |
Color Harmonies of #EF19F7
Complementary color
Monochromatic Colors of #EF19F7
Black with #EF19F7
Text Example
Text Example
White with #EF19F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF19F7; }
p { color: rgb(239,25,247); }
H1.HeaderClassName
{
color: #EF19F7;
}
.AnyTagClassName
{
color: #EF19F7;
}
</style>
background-color css
<style>
a { background-color: #EF19F7; }
a { background-color: rgb(239,25,247); }
div.DivClassName
{
background-color: #EF19F7;
}
.BgClassName
{
background-color: #EF19F7;
}
</style>
border-color css
<style>
span { border-color: #EF19F7; }
span { border-color: rgb(239,25,247); }
td.TdClassName
{
border-color: #EF19F7;
}
.TagClassName
{
border-color: #EF19F7;
}
</style>