Shades of Magenta #EF2EFC
Tints of Magenta #EF2EFC
RGB
CMYK
RGB Variations
Color information
#EF2EFC (or 0xEF2EFC) is known color: Magenta. HEX triplet: EF, 2E and FC. RGB value is (239,46,252). Sum of RGB (Red+Green+Blue) = 239+46+252=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 46 (18.36% from 255 or 8.57% from 537); Blue value is 252 (98.83% from 255 or 46.93% from 537); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF2EFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF2EFC is #10D103. Grayscale: #7E7E7E. Windows color (decimal): -1102084 or 16527087. OLE color: 16527087.
HSL color Cylindrical-coordinate representation of color #EF2EFC: hue angle of 296.21º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF2EFC is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 46 | 252 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.01 |
| HSL | 296.21º | 0.97% | 0.58% | - |
| HSV(B) | 296.21º | 0.82% | 0.99% | - |
| XYZ | 54.14 | 27.33 | 94.52 | - |
| YUV | 127.19 | 198.44 | 207.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 46 | 252 | 0.05 | 0.82 | 0 | 0.01 | 296.21 | 0.97 | 0.58 |
| Hex | EF | 2E | FC | 5 | 52 | 0 | 1 | 128 | 61 | 3A |
| Octal | 357 | 56 | 374 | 5 | 122 | 0 | 1 | 450 | 141 | 72 |
| Binary | 11101111 | 101110 | 11111100 | 101 | 1010010 | 0 | 1 | 100101000 | 1100001 | 111010 |
Color Harmonies of #EF2EFC
Complementary color
Monochromatic Colors of #EF2EFC
Black with #EF2EFC
Text Example
Text Example
White with #EF2EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2EFC; }
p { color: rgb(239,46,252); }
H1.HeaderClassName
{
color: #EF2EFC;
}
.AnyTagClassName
{
color: #EF2EFC;
}
</style>
background-color css
<style>
a { background-color: #EF2EFC; }
a { background-color: rgb(239,46,252); }
div.DivClassName
{
background-color: #EF2EFC;
}
.BgClassName
{
background-color: #EF2EFC;
}
</style>
border-color css
<style>
span { border-color: #EF2EFC; }
span { border-color: rgb(239,46,252); }
td.TdClassName
{
border-color: #EF2EFC;
}
.TagClassName
{
border-color: #EF2EFC;
}
</style>