Shades of Magenta #EF19FF
Tints of Magenta #EF19FF
RGB
CMYK
RGB Variations
Color information
#EF19FF (or 0xEF19FF) is known color: Magenta. HEX triplet: EF, 19 and FF. RGB value is (239,25,255). Sum of RGB (Red+Green+Blue) = 239+25+255=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 25 (10.16% from 255 or 4.82% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF19FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF19FF is #10E600. Grayscale: #727272. Windows color (decimal): -1107457 or 16718319. OLE color: 16718319.
HSL color Cylindrical-coordinate representation of color #EF19FF: hue angle of 295.83º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF19FF is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 25 | 255 | - |
| CMYK | 0.06 | 0.90 | 0 | 0 |
| HSL | 295.83º | 1% | 0.55% | - |
| HSV(B) | 295.83º | 0.9% | 1% | - |
| XYZ | 53.99 | 26.27 | 96.83 | - |
| YUV | 115.21 | 206.9 | 216.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 25 | 255 | 0.06 | 0.90 | 0 | 0 | 295.83 | 1 | 0.55 |
| Hex | EF | 19 | FF | 6 | 5A | 0 | 0 | 128 | 64 | 37 |
| Octal | 357 | 31 | 377 | 6 | 132 | 0 | 0 | 450 | 144 | 67 |
| Binary | 11101111 | 11001 | 11111111 | 110 | 1011010 | 0 | 0 | 100101000 | 1100100 | 110111 |
Color Harmonies of #EF19FF
Complementary color
Monochromatic Colors of #EF19FF
Black with #EF19FF
Text Example
Text Example
White with #EF19FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF19FF; }
p { color: rgb(239,25,255); }
H1.HeaderClassName
{
color: #EF19FF;
}
.AnyTagClassName
{
color: #EF19FF;
}
</style>
background-color css
<style>
a { background-color: #EF19FF; }
a { background-color: rgb(239,25,255); }
div.DivClassName
{
background-color: #EF19FF;
}
.BgClassName
{
background-color: #EF19FF;
}
</style>
border-color css
<style>
span { border-color: #EF19FF; }
span { border-color: rgb(239,25,255); }
td.TdClassName
{
border-color: #EF19FF;
}
.TagClassName
{
border-color: #EF19FF;
}
</style>