Shades of Magenta #EF2FFA
Tints of Magenta #EF2FFA
RGB
CMYK
RGB Variations
Color information
#EF2FFA (or 0xEF2FFA) is known color: Magenta. HEX triplet: EF, 2F and FA. RGB value is (239,47,250). Sum of RGB (Red+Green+Blue) = 239+47+250=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 47 (18.75% from 255 or 8.77% from 536); Blue value is 250 (98.05% from 255 or 46.64% from 536); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF2FFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF2FFA is #10D005. Grayscale: #7E7E7E. Windows color (decimal): -1101830 or 16396271. OLE color: 16396271.
HSL color Cylindrical-coordinate representation of color #EF2FFA: hue angle of 296.75º degrees, saturation: 0.95, 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 #EF2FFA is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 47 | 250 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.02 |
| HSL | 296.75º | 0.95% | 0.58% | - |
| HSV(B) | 296.75º | 0.81% | 0.98% | - |
| XYZ | 53.87 | 27.29 | 92.87 | - |
| YUV | 127.55 | 197.11 | 207.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 47 | 250 | 0.04 | 0.81 | 0 | 0.02 | 296.75 | 0.95 | 0.58 |
| Hex | EF | 2F | FA | 4 | 51 | 0 | 2 | 129 | 5F | 3A |
| Octal | 357 | 57 | 372 | 4 | 121 | 0 | 2 | 451 | 137 | 72 |
| Binary | 11101111 | 101111 | 11111010 | 100 | 1010001 | 0 | 10 | 100101001 | 1011111 | 111010 |
Color Harmonies of #EF2FFA
Complementary color
Monochromatic Colors of #EF2FFA
Black with #EF2FFA
Text Example
Text Example
White with #EF2FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2FFA; }
p { color: rgb(239,47,250); }
H1.HeaderClassName
{
color: #EF2FFA;
}
.AnyTagClassName
{
color: #EF2FFA;
}
</style>
background-color css
<style>
a { background-color: #EF2FFA; }
a { background-color: rgb(239,47,250); }
div.DivClassName
{
background-color: #EF2FFA;
}
.BgClassName
{
background-color: #EF2FFA;
}
</style>
border-color css
<style>
span { border-color: #EF2FFA; }
span { border-color: rgb(239,47,250); }
td.TdClassName
{
border-color: #EF2FFA;
}
.TagClassName
{
border-color: #EF2FFA;
}
</style>