Shades of Magenta #EF1BFB
Tints of Magenta #EF1BFB
RGB
CMYK
RGB Variations
Color information
#EF1BFB (or 0xEF1BFB) is known color: Magenta. HEX triplet: EF, 1B and FB. RGB value is (239,27,251). Sum of RGB (Red+Green+Blue) = 239+27+251=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 27 (10.94% from 255 or 5.22% from 517); Blue value is 251 (98.44% from 255 or 48.55% from 517); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF1BFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF1BFB is #10E404. Grayscale: #737373. Windows color (decimal): -1106949 or 16456687. OLE color: 16456687.
HSL color Cylindrical-coordinate representation of color #EF1BFB: hue angle of 296.79º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EF1BFB is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 27 | 251 | - |
| CMYK | 0.05 | 0.89 | 0 | 0.02 |
| HSL | 296.79º | 0.97% | 0.55% | - |
| HSV(B) | 296.79º | 0.89% | 0.98% | - |
| XYZ | 53.4 | 26.1 | 93.49 | - |
| YUV | 115.92 | 204.24 | 215.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 27 | 251 | 0.05 | 0.89 | 0 | 0.02 | 296.79 | 0.97 | 0.55 |
| Hex | EF | 1B | FB | 5 | 59 | 0 | 2 | 129 | 61 | 37 |
| Octal | 357 | 33 | 373 | 5 | 131 | 0 | 2 | 451 | 141 | 67 |
| Binary | 11101111 | 11011 | 11111011 | 101 | 1011001 | 0 | 10 | 100101001 | 1100001 | 110111 |
Color Harmonies of #EF1BFB
Complementary color
Monochromatic Colors of #EF1BFB
Black with #EF1BFB
Text Example
Text Example
White with #EF1BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1BFB; }
p { color: rgb(239,27,251); }
H1.HeaderClassName
{
color: #EF1BFB;
}
.AnyTagClassName
{
color: #EF1BFB;
}
</style>
background-color css
<style>
a { background-color: #EF1BFB; }
a { background-color: rgb(239,27,251); }
div.DivClassName
{
background-color: #EF1BFB;
}
.BgClassName
{
background-color: #EF1BFB;
}
</style>
border-color css
<style>
span { border-color: #EF1BFB; }
span { border-color: rgb(239,27,251); }
td.TdClassName
{
border-color: #EF1BFB;
}
.TagClassName
{
border-color: #EF1BFB;
}
</style>