Shades of Magenta #EF19FC
Tints of Magenta #EF19FC
RGB
CMYK
RGB Variations
Color information
#EF19FC (or 0xEF19FC) is known color: Magenta. HEX triplet: EF, 19 and FC. RGB value is (239,25,252). Sum of RGB (Red+Green+Blue) = 239+25+252=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 25 (10.16% from 255 or 4.84% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF19FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF19FC is #10E603. Grayscale: #727272. Windows color (decimal): -1107460 or 16521711. OLE color: 16521711.
HSL color Cylindrical-coordinate representation of color #EF19FC: hue angle of 296.56º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF19FC is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 25 | 252 | - |
| CMYK | 0.05 | 0.90 | 0 | 0.01 |
| HSL | 296.56º | 0.97% | 0.54% | - |
| HSV(B) | 296.56º | 0.9% | 0.99% | - |
| XYZ | 53.51 | 26.07 | 94.31 | - |
| YUV | 114.86 | 205.4 | 216.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 25 | 252 | 0.05 | 0.90 | 0 | 0.01 | 296.56 | 0.97 | 0.54 |
| Hex | EF | 19 | FC | 5 | 5A | 0 | 1 | 129 | 61 | 36 |
| Octal | 357 | 31 | 374 | 5 | 132 | 0 | 1 | 451 | 141 | 66 |
| Binary | 11101111 | 11001 | 11111100 | 101 | 1011010 | 0 | 1 | 100101001 | 1100001 | 110110 |
Color Harmonies of #EF19FC
Complementary color
Monochromatic Colors of #EF19FC
Black with #EF19FC
Text Example
Text Example
White with #EF19FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF19FC; }
p { color: rgb(239,25,252); }
H1.HeaderClassName
{
color: #EF19FC;
}
.AnyTagClassName
{
color: #EF19FC;
}
</style>
background-color css
<style>
a { background-color: #EF19FC; }
a { background-color: rgb(239,25,252); }
div.DivClassName
{
background-color: #EF19FC;
}
.BgClassName
{
background-color: #EF19FC;
}
</style>
border-color css
<style>
span { border-color: #EF19FC; }
span { border-color: rgb(239,25,252); }
td.TdClassName
{
border-color: #EF19FC;
}
.TagClassName
{
border-color: #EF19FC;
}
</style>