Shades of Magenta #EF16F6
Tints of Magenta #EF16F6
RGB
CMYK
RGB Variations
Color information
#EF16F6 (or 0xEF16F6) is known color: Magenta. HEX triplet: EF, 16 and F6. RGB value is (239,22,246). Sum of RGB (Red+Green+Blue) = 239+22+246=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 22 (8.98% from 255 or 4.34% from 507); Blue value is 246 (96.48% from 255 or 48.52% from 507); Max value from RGB is 246 - color contains mainly: blue. Hex color #EF16F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF16F6 is #10E909. Grayscale: #6F6F6F. Windows color (decimal): -1108234 or 16127727. OLE color: 16127727.
HSL color Cylindrical-coordinate representation of color #EF16F6: hue angle of 298.12º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF16F6 is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 22 | 246 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.04 |
| HSL | 298.13º | 0.93% | 0.53% | - |
| HSV(B) | 298.13º | 0.91% | 0.96% | - |
| XYZ | 52.52 | 25.58 | 89.36 | - |
| YUV | 112.42 | 203.39 | 218.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 22 | 246 | 0.03 | 0.91 | 0 | 0.04 | 298.13 | 0.93 | 0.53 |
| Hex | EF | 16 | F6 | 3 | 5B | 0 | 4 | 12A | 5D | 35 |
| Octal | 357 | 26 | 366 | 3 | 133 | 0 | 4 | 452 | 135 | 65 |
| Binary | 11101111 | 10110 | 11110110 | 11 | 1011011 | 0 | 100 | 100101010 | 1011101 | 110101 |
Color Harmonies of #EF16F6
Complementary color
Monochromatic Colors of #EF16F6
Black with #EF16F6
Text Example
Text Example
White with #EF16F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF16F6; }
p { color: rgb(239,22,246); }
H1.HeaderClassName
{
color: #EF16F6;
}
.AnyTagClassName
{
color: #EF16F6;
}
</style>
background-color css
<style>
a { background-color: #EF16F6; }
a { background-color: rgb(239,22,246); }
div.DivClassName
{
background-color: #EF16F6;
}
.BgClassName
{
background-color: #EF16F6;
}
</style>
border-color css
<style>
span { border-color: #EF16F6; }
span { border-color: rgb(239,22,246); }
td.TdClassName
{
border-color: #EF16F6;
}
.TagClassName
{
border-color: #EF16F6;
}
</style>