Shades of Magenta #EF19F8
Tints of Magenta #EF19F8
RGB
CMYK
RGB Variations
Color information
#EF19F8 (or 0xEF19F8) is known color: Magenta. HEX triplet: EF, 19 and F8. RGB value is (239,25,248). Sum of RGB (Red+Green+Blue) = 239+25+248=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 25 (10.16% from 255 or 4.88% from 512); Blue value is 248 (97.27% from 255 or 48.44% from 512); Max value from RGB is 248 - color contains mainly: blue. Hex color #EF19F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF19F8 is #10E607. Grayscale: #717171. Windows color (decimal): -1107464 or 16259567. OLE color: 16259567.
HSL color Cylindrical-coordinate representation of color #EF19F8: hue angle of 297.58º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF19F8 is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 25 | 248 | - |
| CMYK | 0.04 | 0.90 | 0 | 0.03 |
| HSL | 297.58º | 0.94% | 0.54% | - |
| HSV(B) | 297.58º | 0.9% | 0.97% | - |
| XYZ | 52.89 | 25.82 | 91 | - |
| YUV | 114.41 | 203.4 | 216.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 25 | 248 | 0.04 | 0.90 | 0 | 0.03 | 297.58 | 0.94 | 0.54 |
| Hex | EF | 19 | F8 | 4 | 5A | 0 | 3 | 12A | 5E | 36 |
| Octal | 357 | 31 | 370 | 4 | 132 | 0 | 3 | 452 | 136 | 66 |
| Binary | 11101111 | 11001 | 11111000 | 100 | 1011010 | 0 | 11 | 100101010 | 1011110 | 110110 |
Color Harmonies of #EF19F8
Complementary color
Monochromatic Colors of #EF19F8
Black with #EF19F8
Text Example
Text Example
White with #EF19F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF19F8; }
p { color: rgb(239,25,248); }
H1.HeaderClassName
{
color: #EF19F8;
}
.AnyTagClassName
{
color: #EF19F8;
}
</style>
background-color css
<style>
a { background-color: #EF19F8; }
a { background-color: rgb(239,25,248); }
div.DivClassName
{
background-color: #EF19F8;
}
.BgClassName
{
background-color: #EF19F8;
}
</style>
border-color css
<style>
span { border-color: #EF19F8; }
span { border-color: rgb(239,25,248); }
td.TdClassName
{
border-color: #EF19F8;
}
.TagClassName
{
border-color: #EF19F8;
}
</style>