Shades of Magenta #EF16F1
Tints of Magenta #EF16F1
RGB
CMYK
RGB Variations
Color information
#EF16F1 (or 0xEF16F1) is known color: Magenta. HEX triplet: EF, 16 and F1. RGB value is (239,22,241). Sum of RGB (Red+Green+Blue) = 239+22+241=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 22 (8.98% from 255 or 4.38% from 502); Blue value is 241 (94.53% from 255 or 48.01% from 502); Max value from RGB is 241 - color contains mainly: blue. Hex color #EF16F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF16F1 is #10E90E. Grayscale: #6F6F6F. Windows color (decimal): -1108239 or 15800047. OLE color: 15800047.
HSL color Cylindrical-coordinate representation of color #EF16F1: hue angle of 299.45º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF16F1 is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 22 | 241 | - |
| CMYK | 0.01 | 0.91 | 0 | 0.05 |
| HSL | 299.45º | 0.89% | 0.52% | - |
| HSV(B) | 299.45º | 0.91% | 0.95% | - |
| XYZ | 51.76 | 25.28 | 85.37 | - |
| YUV | 111.85 | 200.89 | 218.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 22 | 241 | 0.01 | 0.91 | 0 | 0.05 | 299.45 | 0.89 | 0.52 |
| Hex | EF | 16 | F1 | 1 | 5B | 0 | 5 | 12B | 59 | 34 |
| Octal | 357 | 26 | 361 | 1 | 133 | 0 | 5 | 453 | 131 | 64 |
| Binary | 11101111 | 10110 | 11110001 | 1 | 1011011 | 0 | 101 | 100101011 | 1011001 | 110100 |
Color Harmonies of #EF16F1
Complementary color
Monochromatic Colors of #EF16F1
Black with #EF16F1
Text Example
Text Example
White with #EF16F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF16F1; }
p { color: rgb(239,22,241); }
H1.HeaderClassName
{
color: #EF16F1;
}
.AnyTagClassName
{
color: #EF16F1;
}
</style>
background-color css
<style>
a { background-color: #EF16F1; }
a { background-color: rgb(239,22,241); }
div.DivClassName
{
background-color: #EF16F1;
}
.BgClassName
{
background-color: #EF16F1;
}
</style>
border-color css
<style>
span { border-color: #EF16F1; }
span { border-color: rgb(239,22,241); }
td.TdClassName
{
border-color: #EF16F1;
}
.TagClassName
{
border-color: #EF16F1;
}
</style>