Shades of Magenta #EF1DF9
Tints of Magenta #EF1DF9
RGB
CMYK
RGB Variations
Color information
#EF1DF9 (or 0xEF1DF9) is known color: Magenta. HEX triplet: EF, 1D and F9. RGB value is (239,29,249). Sum of RGB (Red+Green+Blue) = 239+29+249=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 29 (11.72% from 255 or 5.61% from 517); Blue value is 249 (97.66% from 255 or 48.16% from 517); Max value from RGB is 249 - color contains mainly: blue. Hex color #EF1DF9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF1DF9 is #10E206. Grayscale: #747474. Windows color (decimal): -1106439 or 16326127. OLE color: 16326127.
HSL color Cylindrical-coordinate representation of color #EF1DF9: hue angle of 297.27º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF1DF9 is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 29 | 249 | - |
| CMYK | 0.04 | 0.88 | 0 | 0.02 |
| HSL | 297.27º | 0.95% | 0.55% | - |
| HSV(B) | 297.27º | 0.88% | 0.98% | - |
| XYZ | 53.13 | 26.07 | 91.85 | - |
| YUV | 116.87 | 202.57 | 215.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 29 | 249 | 0.04 | 0.88 | 0 | 0.02 | 297.27 | 0.95 | 0.55 |
| Hex | EF | 1D | F9 | 4 | 58 | 0 | 2 | 129 | 5F | 37 |
| Octal | 357 | 35 | 371 | 4 | 130 | 0 | 2 | 451 | 137 | 67 |
| Binary | 11101111 | 11101 | 11111001 | 100 | 1011000 | 0 | 10 | 100101001 | 1011111 | 110111 |
Color Harmonies of #EF1DF9
Complementary color
Monochromatic Colors of #EF1DF9
Black with #EF1DF9
Text Example
Text Example
White with #EF1DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1DF9; }
p { color: rgb(239,29,249); }
H1.HeaderClassName
{
color: #EF1DF9;
}
.AnyTagClassName
{
color: #EF1DF9;
}
</style>
background-color css
<style>
a { background-color: #EF1DF9; }
a { background-color: rgb(239,29,249); }
div.DivClassName
{
background-color: #EF1DF9;
}
.BgClassName
{
background-color: #EF1DF9;
}
</style>
border-color css
<style>
span { border-color: #EF1DF9; }
span { border-color: rgb(239,29,249); }
td.TdClassName
{
border-color: #EF1DF9;
}
.TagClassName
{
border-color: #EF1DF9;
}
</style>