Shades of Magenta #EF0EF6
Tints of Magenta #EF0EF6
RGB
CMYK
RGB Variations
Color information
#EF0EF6 (or 0xEF0EF6) is known color: Magenta. HEX triplet: EF, 0E and F6. RGB value is (239,14,246). Sum of RGB (Red+Green+Blue) = 239+14+246=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 14 (5.86% from 255 or 2.81% from 499); Blue value is 246 (96.48% from 255 or 49.30% from 499); Max value from RGB is 246 - color contains mainly: blue. Hex color #EF0EF6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF0EF6 is #10F109. Grayscale: #6B6B6B. Windows color (decimal): -1110282 or 16125679. OLE color: 16125679.
HSL color Cylindrical-coordinate representation of color #EF0EF6: hue angle of 298.19º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF0EF6 is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 14 | 246 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.04 |
| HSL | 298.19º | 0.93% | 0.51% | - |
| HSV(B) | 298.19º | 0.94% | 0.96% | - |
| XYZ | 52.39 | 25.32 | 89.31 | - |
| YUV | 107.72 | 206.04 | 221.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 14 | 246 | 0.03 | 0.94 | 0 | 0.04 | 298.19 | 0.93 | 0.51 |
| Hex | EF | E | F6 | 3 | 5E | 0 | 4 | 12A | 5D | 33 |
| Octal | 357 | 16 | 366 | 3 | 136 | 0 | 4 | 452 | 135 | 63 |
| Binary | 11101111 | 1110 | 11110110 | 11 | 1011110 | 0 | 100 | 100101010 | 1011101 | 110011 |
Color Harmonies of #EF0EF6
Complementary color
Monochromatic Colors of #EF0EF6
Black with #EF0EF6
Text Example
Text Example
White with #EF0EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0EF6; }
p { color: rgb(239,14,246); }
H1.HeaderClassName
{
color: #EF0EF6;
}
.AnyTagClassName
{
color: #EF0EF6;
}
</style>
background-color css
<style>
a { background-color: #EF0EF6; }
a { background-color: rgb(239,14,246); }
div.DivClassName
{
background-color: #EF0EF6;
}
.BgClassName
{
background-color: #EF0EF6;
}
</style>
border-color css
<style>
span { border-color: #EF0EF6; }
span { border-color: rgb(239,14,246); }
td.TdClassName
{
border-color: #EF0EF6;
}
.TagClassName
{
border-color: #EF0EF6;
}
</style>