Shades of Magenta #EF1EF7
Tints of Magenta #EF1EF7
RGB
CMYK
RGB Variations
Color information
#EF1EF7 (or 0xEF1EF7) is known color: Magenta. HEX triplet: EF, 1E and F7. RGB value is (239,30,247). Sum of RGB (Red+Green+Blue) = 239+30+247=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 30 (12.11% from 255 or 5.81% from 516); Blue value is 247 (96.88% from 255 or 47.87% from 516); Max value from RGB is 247 - color contains mainly: blue. Hex color #EF1EF7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF1EF7 is #10E108. Grayscale: #747474. Windows color (decimal): -1106185 or 16195311. OLE color: 16195311.
HSL color Cylindrical-coordinate representation of color #EF1EF7: hue angle of 297.79º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF1EF7 is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 30 | 247 | - |
| CMYK | 0.03 | 0.88 | 0 | 0.03 |
| HSL | 297.79º | 0.93% | 0.54% | - |
| HSV(B) | 297.79º | 0.88% | 0.97% | - |
| XYZ | 52.85 | 25.99 | 90.23 | - |
| YUV | 117.23 | 201.24 | 214.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 30 | 247 | 0.03 | 0.88 | 0 | 0.03 | 297.79 | 0.93 | 0.54 |
| Hex | EF | 1E | F7 | 3 | 58 | 0 | 3 | 12A | 5D | 36 |
| Octal | 357 | 36 | 367 | 3 | 130 | 0 | 3 | 452 | 135 | 66 |
| Binary | 11101111 | 11110 | 11110111 | 11 | 1011000 | 0 | 11 | 100101010 | 1011101 | 110110 |
Color Harmonies of #EF1EF7
Complementary color
Monochromatic Colors of #EF1EF7
Black with #EF1EF7
Text Example
Text Example
White with #EF1EF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1EF7; }
p { color: rgb(239,30,247); }
H1.HeaderClassName
{
color: #EF1EF7;
}
.AnyTagClassName
{
color: #EF1EF7;
}
</style>
background-color css
<style>
a { background-color: #EF1EF7; }
a { background-color: rgb(239,30,247); }
div.DivClassName
{
background-color: #EF1EF7;
}
.BgClassName
{
background-color: #EF1EF7;
}
</style>
border-color css
<style>
span { border-color: #EF1EF7; }
span { border-color: rgb(239,30,247); }
td.TdClassName
{
border-color: #EF1EF7;
}
.TagClassName
{
border-color: #EF1EF7;
}
</style>