Shades of Magenta #EF2EF8
Tints of Magenta #EF2EF8
RGB
CMYK
RGB Variations
Color information
#EF2EF8 (or 0xEF2EF8) is known color: Magenta. HEX triplet: EF, 2E and F8. RGB value is (239,46,248). Sum of RGB (Red+Green+Blue) = 239+46+248=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 46 (18.36% from 255 or 8.63% from 533); Blue value is 248 (97.27% from 255 or 46.53% from 533); Max value from RGB is 248 - color contains mainly: blue. Hex color #EF2EF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF2EF8 is #10D107. Grayscale: #7E7E7E. Windows color (decimal): -1102088 or 16264943. OLE color: 16264943.
HSL color Cylindrical-coordinate representation of color #EF2EF8: hue angle of 297.33º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EF2EF8 is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 46 | 248 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.03 |
| HSL | 297.33º | 0.94% | 0.58% | - |
| HSV(B) | 297.33º | 0.81% | 0.97% | - |
| XYZ | 53.52 | 27.08 | 91.21 | - |
| YUV | 126.74 | 196.44 | 208.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 46 | 248 | 0.04 | 0.81 | 0 | 0.03 | 297.33 | 0.94 | 0.58 |
| Hex | EF | 2E | F8 | 4 | 51 | 0 | 3 | 129 | 5E | 3A |
| Octal | 357 | 56 | 370 | 4 | 121 | 0 | 3 | 451 | 136 | 72 |
| Binary | 11101111 | 101110 | 11111000 | 100 | 1010001 | 0 | 11 | 100101001 | 1011110 | 111010 |
Color Harmonies of #EF2EF8
Complementary color
Monochromatic Colors of #EF2EF8
Black with #EF2EF8
Text Example
Text Example
White with #EF2EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2EF8; }
p { color: rgb(239,46,248); }
H1.HeaderClassName
{
color: #EF2EF8;
}
.AnyTagClassName
{
color: #EF2EF8;
}
</style>
background-color css
<style>
a { background-color: #EF2EF8; }
a { background-color: rgb(239,46,248); }
div.DivClassName
{
background-color: #EF2EF8;
}
.BgClassName
{
background-color: #EF2EF8;
}
</style>
border-color css
<style>
span { border-color: #EF2EF8; }
span { border-color: rgb(239,46,248); }
td.TdClassName
{
border-color: #EF2EF8;
}
.TagClassName
{
border-color: #EF2EF8;
}
</style>