Shades of Magenta #EF19F9
Tints of Magenta #EF19F9
RGB
CMYK
RGB Variations
Color information
#EF19F9 (or 0xEF19F9) is known color: Magenta. HEX triplet: EF, 19 and F9. RGB value is (239,25,249). Sum of RGB (Red+Green+Blue) = 239+25+249=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 25 (10.16% from 255 or 4.87% from 513); Blue value is 249 (97.66% from 255 or 48.54% from 513); Max value from RGB is 249 - color contains mainly: blue. Hex color #EF19F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF19F9 is #10E606. Grayscale: #717171. Windows color (decimal): -1107463 or 16325103. OLE color: 16325103.
HSL color Cylindrical-coordinate representation of color #EF19F9: hue angle of 297.32º degrees, saturation: 0.95, 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 #EF19F9 is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 25 | 249 | - |
| CMYK | 0.04 | 0.90 | 0 | 0.02 |
| HSL | 297.32º | 0.95% | 0.54% | - |
| HSV(B) | 297.32º | 0.9% | 0.98% | - |
| XYZ | 53.04 | 25.89 | 91.82 | - |
| YUV | 114.52 | 203.9 | 216.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 25 | 249 | 0.04 | 0.90 | 0 | 0.02 | 297.32 | 0.95 | 0.54 |
| Hex | EF | 19 | F9 | 4 | 5A | 0 | 2 | 129 | 5F | 36 |
| Octal | 357 | 31 | 371 | 4 | 132 | 0 | 2 | 451 | 137 | 66 |
| Binary | 11101111 | 11001 | 11111001 | 100 | 1011010 | 0 | 10 | 100101001 | 1011111 | 110110 |
Color Harmonies of #EF19F9
Complementary color
Monochromatic Colors of #EF19F9
Black with #EF19F9
Text Example
Text Example
White with #EF19F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF19F9; }
p { color: rgb(239,25,249); }
H1.HeaderClassName
{
color: #EF19F9;
}
.AnyTagClassName
{
color: #EF19F9;
}
</style>
background-color css
<style>
a { background-color: #EF19F9; }
a { background-color: rgb(239,25,249); }
div.DivClassName
{
background-color: #EF19F9;
}
.BgClassName
{
background-color: #EF19F9;
}
</style>
border-color css
<style>
span { border-color: #EF19F9; }
span { border-color: rgb(239,25,249); }
td.TdClassName
{
border-color: #EF19F9;
}
.TagClassName
{
border-color: #EF19F9;
}
</style>