Shades of Magenta #EF19FB
Tints of Magenta #EF19FB
RGB
CMYK
RGB Variations
Color information
#EF19FB (or 0xEF19FB) is known color: Magenta. HEX triplet: EF, 19 and FB. RGB value is (239,25,251). Sum of RGB (Red+Green+Blue) = 239+25+251=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 25 (10.16% from 255 or 4.85% from 515); Blue value is 251 (98.44% from 255 or 48.74% from 515); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF19FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF19FB is #10E604. Grayscale: #727272. Windows color (decimal): -1107461 or 16456175. OLE color: 16456175.
HSL color Cylindrical-coordinate representation of color #EF19FB: hue angle of 296.81º degrees, saturation: 0.97, 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 #EF19FB is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 25 | 251 | - |
| CMYK | 0.05 | 0.90 | 0 | 0.02 |
| HSL | 296.81º | 0.97% | 0.54% | - |
| HSV(B) | 296.81º | 0.9% | 0.98% | - |
| XYZ | 53.36 | 26.01 | 93.48 | - |
| YUV | 114.75 | 204.9 | 216.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 25 | 251 | 0.05 | 0.90 | 0 | 0.02 | 296.81 | 0.97 | 0.54 |
| Hex | EF | 19 | FB | 5 | 5A | 0 | 2 | 129 | 61 | 36 |
| Octal | 357 | 31 | 373 | 5 | 132 | 0 | 2 | 451 | 141 | 66 |
| Binary | 11101111 | 11001 | 11111011 | 101 | 1011010 | 0 | 10 | 100101001 | 1100001 | 110110 |
Color Harmonies of #EF19FB
Complementary color
Monochromatic Colors of #EF19FB
Black with #EF19FB
Text Example
Text Example
White with #EF19FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF19FB; }
p { color: rgb(239,25,251); }
H1.HeaderClassName
{
color: #EF19FB;
}
.AnyTagClassName
{
color: #EF19FB;
}
</style>
background-color css
<style>
a { background-color: #EF19FB; }
a { background-color: rgb(239,25,251); }
div.DivClassName
{
background-color: #EF19FB;
}
.BgClassName
{
background-color: #EF19FB;
}
</style>
border-color css
<style>
span { border-color: #EF19FB; }
span { border-color: rgb(239,25,251); }
td.TdClassName
{
border-color: #EF19FB;
}
.TagClassName
{
border-color: #EF19FB;
}
</style>