Shades of Magenta #EF16F7
Tints of Magenta #EF16F7
RGB
CMYK
RGB Variations
Color information
#EF16F7 (or 0xEF16F7) is known color: Magenta. HEX triplet: EF, 16 and F7. RGB value is (239,22,247). Sum of RGB (Red+Green+Blue) = 239+22+247=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 22 (8.98% from 255 or 4.33% from 508); Blue value is 247 (96.88% from 255 or 48.62% from 508); Max value from RGB is 247 - color contains mainly: blue. Hex color #EF16F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF16F7 is #10E908. Grayscale: #6F6F6F. Windows color (decimal): -1108233 or 16193263. OLE color: 16193263.
HSL color Cylindrical-coordinate representation of color #EF16F7: hue angle of 297.87º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF16F7 is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 22 | 247 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.03 |
| HSL | 297.87º | 0.93% | 0.53% | - |
| HSV(B) | 297.87º | 0.91% | 0.97% | - |
| XYZ | 52.67 | 25.64 | 90.17 | - |
| YUV | 112.53 | 203.89 | 218.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 22 | 247 | 0.03 | 0.91 | 0 | 0.03 | 297.87 | 0.93 | 0.53 |
| Hex | EF | 16 | F7 | 3 | 5B | 0 | 3 | 12A | 5D | 35 |
| Octal | 357 | 26 | 367 | 3 | 133 | 0 | 3 | 452 | 135 | 65 |
| Binary | 11101111 | 10110 | 11110111 | 11 | 1011011 | 0 | 11 | 100101010 | 1011101 | 110101 |
Color Harmonies of #EF16F7
Complementary color
Monochromatic Colors of #EF16F7
Black with #EF16F7
Text Example
Text Example
White with #EF16F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF16F7; }
p { color: rgb(239,22,247); }
H1.HeaderClassName
{
color: #EF16F7;
}
.AnyTagClassName
{
color: #EF16F7;
}
</style>
background-color css
<style>
a { background-color: #EF16F7; }
a { background-color: rgb(239,22,247); }
div.DivClassName
{
background-color: #EF16F7;
}
.BgClassName
{
background-color: #EF16F7;
}
</style>
border-color css
<style>
span { border-color: #EF16F7; }
span { border-color: rgb(239,22,247); }
td.TdClassName
{
border-color: #EF16F7;
}
.TagClassName
{
border-color: #EF16F7;
}
</style>