Shades of Magenta #EF19FD
Tints of Magenta #EF19FD
RGB
CMYK
RGB Variations
Color information
#EF19FD (or 0xEF19FD) is known color: Magenta. HEX triplet: EF, 19 and FD. RGB value is (239,25,253). Sum of RGB (Red+Green+Blue) = 239+25+253=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 25 (10.16% from 255 or 4.84% from 517); Blue value is 253 (99.22% from 255 or 48.94% from 517); Max value from RGB is 253 - color contains mainly: blue. Hex color #EF19FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF19FD is #10E602. Grayscale: #727272. Windows color (decimal): -1107459 or 16587247. OLE color: 16587247.
HSL color Cylindrical-coordinate representation of color #EF19FD: hue angle of 296.32º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF19FD is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 25 | 253 | - |
| CMYK | 0.06 | 0.90 | 0 | 0.01 |
| HSL | 296.32º | 0.98% | 0.55% | - |
| HSV(B) | 296.32º | 0.9% | 0.99% | - |
| XYZ | 53.67 | 26.14 | 95.14 | - |
| YUV | 114.98 | 205.9 | 216.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 25 | 253 | 0.06 | 0.90 | 0 | 0.01 | 296.32 | 0.98 | 0.55 |
| Hex | EF | 19 | FD | 6 | 5A | 0 | 1 | 128 | 62 | 37 |
| Octal | 357 | 31 | 375 | 6 | 132 | 0 | 1 | 450 | 142 | 67 |
| Binary | 11101111 | 11001 | 11111101 | 110 | 1011010 | 0 | 1 | 100101000 | 1100010 | 110111 |
Color Harmonies of #EF19FD
Complementary color
Monochromatic Colors of #EF19FD
Black with #EF19FD
Text Example
Text Example
White with #EF19FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF19FD; }
p { color: rgb(239,25,253); }
H1.HeaderClassName
{
color: #EF19FD;
}
.AnyTagClassName
{
color: #EF19FD;
}
</style>
background-color css
<style>
a { background-color: #EF19FD; }
a { background-color: rgb(239,25,253); }
div.DivClassName
{
background-color: #EF19FD;
}
.BgClassName
{
background-color: #EF19FD;
}
</style>
border-color css
<style>
span { border-color: #EF19FD; }
span { border-color: rgb(239,25,253); }
td.TdClassName
{
border-color: #EF19FD;
}
.TagClassName
{
border-color: #EF19FD;
}
</style>