Shades of Magenta #EF2FFB
Tints of Magenta #EF2FFB
RGB
CMYK
RGB Variations
Color information
#EF2FFB (or 0xEF2FFB) is known color: Magenta. HEX triplet: EF, 2F and FB. RGB value is (239,47,251). Sum of RGB (Red+Green+Blue) = 239+47+251=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 47 (18.75% from 255 or 8.75% from 537); Blue value is 251 (98.44% from 255 or 46.74% from 537); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF2FFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF2FFB is #10D004. Grayscale: #7F7F7F. Windows color (decimal): -1101829 or 16461807. OLE color: 16461807.
HSL color Cylindrical-coordinate representation of color #EF2FFB: hue angle of 296.47º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EF2FFB is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 47 | 251 | - |
| CMYK | 0.05 | 0.81 | 0 | 0.02 |
| HSL | 296.47º | 0.96% | 0.58% | - |
| HSV(B) | 296.47º | 0.81% | 0.98% | - |
| XYZ | 54.03 | 27.35 | 93.7 | - |
| YUV | 127.66 | 197.61 | 207.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 47 | 251 | 0.05 | 0.81 | 0 | 0.02 | 296.47 | 0.96 | 0.58 |
| Hex | EF | 2F | FB | 5 | 51 | 0 | 2 | 128 | 60 | 3A |
| Octal | 357 | 57 | 373 | 5 | 121 | 0 | 2 | 450 | 140 | 72 |
| Binary | 11101111 | 101111 | 11111011 | 101 | 1010001 | 0 | 10 | 100101000 | 1100000 | 111010 |
Color Harmonies of #EF2FFB
Complementary color
Monochromatic Colors of #EF2FFB
Black with #EF2FFB
Text Example
Text Example
White with #EF2FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2FFB; }
p { color: rgb(239,47,251); }
H1.HeaderClassName
{
color: #EF2FFB;
}
.AnyTagClassName
{
color: #EF2FFB;
}
</style>
background-color css
<style>
a { background-color: #EF2FFB; }
a { background-color: rgb(239,47,251); }
div.DivClassName
{
background-color: #EF2FFB;
}
.BgClassName
{
background-color: #EF2FFB;
}
</style>
border-color css
<style>
span { border-color: #EF2FFB; }
span { border-color: rgb(239,47,251); }
td.TdClassName
{
border-color: #EF2FFB;
}
.TagClassName
{
border-color: #EF2FFB;
}
</style>