Shades of Magenta #EF2DFA
Tints of Magenta #EF2DFA
RGB
CMYK
RGB Variations
Color information
#EF2DFA (or 0xEF2DFA) is known color: Magenta. HEX triplet: EF, 2D and FA. RGB value is (239,45,250). Sum of RGB (Red+Green+Blue) = 239+45+250=534 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.76% from 534); Green value is 45 (17.97% from 255 or 8.43% from 534); Blue value is 250 (98.05% from 255 or 46.82% from 534); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF2DFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF2DFA is #10D205. Grayscale: #7D7D7D. Windows color (decimal): -1102342 or 16395759. OLE color: 16395759.
HSL color Cylindrical-coordinate representation of color #EF2DFA: hue angle of 296.78º 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 #EF2DFA is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 45 | 250 | - |
| CMYK | 0.04 | 0.82 | 0 | 0.02 |
| HSL | 296.78º | 0.95% | 0.58% | - |
| HSV(B) | 296.78º | 0.82% | 0.98% | - |
| XYZ | 53.79 | 27.13 | 92.84 | - |
| YUV | 126.38 | 197.77 | 208.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 45 | 250 | 0.04 | 0.82 | 0 | 0.02 | 296.78 | 0.95 | 0.58 |
| Hex | EF | 2D | FA | 4 | 52 | 0 | 2 | 129 | 5F | 3A |
| Octal | 357 | 55 | 372 | 4 | 122 | 0 | 2 | 451 | 137 | 72 |
| Binary | 11101111 | 101101 | 11111010 | 100 | 1010010 | 0 | 10 | 100101001 | 1011111 | 111010 |
Color Harmonies of #EF2DFA
Complementary color
Monochromatic Colors of #EF2DFA
Black with #EF2DFA
Text Example
Text Example
White with #EF2DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2DFA; }
p { color: rgb(239,45,250); }
H1.HeaderClassName
{
color: #EF2DFA;
}
.AnyTagClassName
{
color: #EF2DFA;
}
</style>
background-color css
<style>
a { background-color: #EF2DFA; }
a { background-color: rgb(239,45,250); }
div.DivClassName
{
background-color: #EF2DFA;
}
.BgClassName
{
background-color: #EF2DFA;
}
</style>
border-color css
<style>
span { border-color: #EF2DFA; }
span { border-color: rgb(239,45,250); }
td.TdClassName
{
border-color: #EF2DFA;
}
.TagClassName
{
border-color: #EF2DFA;
}
</style>