Shades of Magenta #EF1DFB
Tints of Magenta #EF1DFB
RGB
CMYK
RGB Variations
Color information
#EF1DFB (or 0xEF1DFB) is known color: Magenta. HEX triplet: EF, 1D and FB. RGB value is (239,29,251). Sum of RGB (Red+Green+Blue) = 239+29+251=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 29 (11.72% from 255 or 5.59% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF1DFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF1DFB is #10E204. Grayscale: #747474. Windows color (decimal): -1106437 or 16457199. OLE color: 16457199.
HSL color Cylindrical-coordinate representation of color #EF1DFB: hue angle of 296.76º degrees, saturation: 0.97, 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 #EF1DFB is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 29 | 251 | - |
| CMYK | 0.05 | 0.88 | 0 | 0.02 |
| HSL | 296.76º | 0.97% | 0.55% | - |
| HSV(B) | 296.76º | 0.88% | 0.98% | - |
| XYZ | 53.45 | 26.19 | 93.51 | - |
| YUV | 117.1 | 203.57 | 214.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 29 | 251 | 0.05 | 0.88 | 0 | 0.02 | 296.76 | 0.97 | 0.55 |
| Hex | EF | 1D | FB | 5 | 58 | 0 | 2 | 129 | 61 | 37 |
| Octal | 357 | 35 | 373 | 5 | 130 | 0 | 2 | 451 | 141 | 67 |
| Binary | 11101111 | 11101 | 11111011 | 101 | 1011000 | 0 | 10 | 100101001 | 1100001 | 110111 |
Color Harmonies of #EF1DFB
Complementary color
Monochromatic Colors of #EF1DFB
Black with #EF1DFB
Text Example
Text Example
White with #EF1DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1DFB; }
p { color: rgb(239,29,251); }
H1.HeaderClassName
{
color: #EF1DFB;
}
.AnyTagClassName
{
color: #EF1DFB;
}
</style>
background-color css
<style>
a { background-color: #EF1DFB; }
a { background-color: rgb(239,29,251); }
div.DivClassName
{
background-color: #EF1DFB;
}
.BgClassName
{
background-color: #EF1DFB;
}
</style>
border-color css
<style>
span { border-color: #EF1DFB; }
span { border-color: rgb(239,29,251); }
td.TdClassName
{
border-color: #EF1DFB;
}
.TagClassName
{
border-color: #EF1DFB;
}
</style>