Shades of Magenta #EF2EFA
Tints of Magenta #EF2EFA
RGB
CMYK
RGB Variations
Color information
#EF2EFA (or 0xEF2EFA) is known color: Magenta. HEX triplet: EF, 2E and FA. RGB value is (239,46,250). Sum of RGB (Red+Green+Blue) = 239+46+250=535 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.67% from 535); Green value is 46 (18.36% from 255 or 8.60% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF2EFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF2EFA is #10D105. Grayscale: #7E7E7E. Windows color (decimal): -1102086 or 16396015. OLE color: 16396015.
HSL color Cylindrical-coordinate representation of color #EF2EFA: hue angle of 296.76º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF2EFA is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 46 | 250 | - |
| CMYK | 0.04 | 0.82 | 0 | 0.02 |
| HSL | 296.76º | 0.95% | 0.58% | - |
| HSV(B) | 296.76º | 0.82% | 0.98% | - |
| XYZ | 53.83 | 27.21 | 92.86 | - |
| YUV | 126.96 | 197.44 | 207.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 46 | 250 | 0.04 | 0.82 | 0 | 0.02 | 296.76 | 0.95 | 0.58 |
| Hex | EF | 2E | FA | 4 | 52 | 0 | 2 | 129 | 5F | 3A |
| Octal | 357 | 56 | 372 | 4 | 122 | 0 | 2 | 451 | 137 | 72 |
| Binary | 11101111 | 101110 | 11111010 | 100 | 1010010 | 0 | 10 | 100101001 | 1011111 | 111010 |
Color Harmonies of #EF2EFA
Complementary color
Monochromatic Colors of #EF2EFA
Black with #EF2EFA
Text Example
Text Example
White with #EF2EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2EFA; }
p { color: rgb(239,46,250); }
H1.HeaderClassName
{
color: #EF2EFA;
}
.AnyTagClassName
{
color: #EF2EFA;
}
</style>
background-color css
<style>
a { background-color: #EF2EFA; }
a { background-color: rgb(239,46,250); }
div.DivClassName
{
background-color: #EF2EFA;
}
.BgClassName
{
background-color: #EF2EFA;
}
</style>
border-color css
<style>
span { border-color: #EF2EFA; }
span { border-color: rgb(239,46,250); }
td.TdClassName
{
border-color: #EF2EFA;
}
.TagClassName
{
border-color: #EF2EFA;
}
</style>