Shades of Magenta #EF19FA
Tints of Magenta #EF19FA
RGB
CMYK
RGB Variations
Color information
#EF19FA (or 0xEF19FA) is known color: Magenta. HEX triplet: EF, 19 and FA. RGB value is (239,25,250). Sum of RGB (Red+Green+Blue) = 239+25+250=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 25 (10.16% from 255 or 4.86% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF19FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF19FA is #10E605. Grayscale: #717171. Windows color (decimal): -1107462 or 16390639. OLE color: 16390639.
HSL color Cylindrical-coordinate representation of color #EF19FA: hue angle of 297.07º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF19FA is Cyan = 0.04, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 25 | 250 | - |
| CMYK | 0.04 | 0.9 | 0 | 0.02 |
| HSL | 297.07º | 0.96% | 0.54% | - |
| HSV(B) | 297.07º | 0.9% | 0.98% | - |
| XYZ | 53.2 | 25.95 | 92.65 | - |
| YUV | 114.64 | 204.4 | 216.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 25 | 250 | 0.04 | 0.9 | 0 | 0.02 | 297.07 | 0.96 | 0.54 |
| Hex | EF | 19 | FA | 4 | 5A | 0 | 2 | 129 | 60 | 36 |
| Octal | 357 | 31 | 372 | 4 | 132 | 0 | 2 | 451 | 140 | 66 |
| Binary | 11101111 | 11001 | 11111010 | 100 | 1011010 | 0 | 10 | 100101001 | 1100000 | 110110 |
Color Harmonies of #EF19FA
Complementary color
Monochromatic Colors of #EF19FA
Black with #EF19FA
Text Example
Text Example
White with #EF19FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF19FA; }
p { color: rgb(239,25,250); }
H1.HeaderClassName
{
color: #EF19FA;
}
.AnyTagClassName
{
color: #EF19FA;
}
</style>
background-color css
<style>
a { background-color: #EF19FA; }
a { background-color: rgb(239,25,250); }
div.DivClassName
{
background-color: #EF19FA;
}
.BgClassName
{
background-color: #EF19FA;
}
</style>
border-color css
<style>
span { border-color: #EF19FA; }
span { border-color: rgb(239,25,250); }
td.TdClassName
{
border-color: #EF19FA;
}
.TagClassName
{
border-color: #EF19FA;
}
</style>