Shades of Magenta #EF16FA
Tints of Magenta #EF16FA
RGB
CMYK
RGB Variations
Color information
#EF16FA (or 0xEF16FA) is known color: Magenta. HEX triplet: EF, 16 and FA. RGB value is (239,22,250). Sum of RGB (Red+Green+Blue) = 239+22+250=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 22 (8.98% from 255 or 4.31% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF16FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF16FA is #10E905. Grayscale: #707070. Windows color (decimal): -1108230 or 16389871. OLE color: 16389871.
HSL color Cylindrical-coordinate representation of color #EF16FA: hue angle of 297.11º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF16FA is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 22 | 250 | - |
| CMYK | 0.04 | 0.91 | 0 | 0.02 |
| HSL | 297.11º | 0.96% | 0.53% | - |
| HSV(B) | 297.11º | 0.91% | 0.98% | - |
| XYZ | 53.14 | 25.83 | 92.63 | - |
| YUV | 112.88 | 205.39 | 217.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 22 | 250 | 0.04 | 0.91 | 0 | 0.02 | 297.11 | 0.96 | 0.53 |
| Hex | EF | 16 | FA | 4 | 5B | 0 | 2 | 129 | 60 | 35 |
| Octal | 357 | 26 | 372 | 4 | 133 | 0 | 2 | 451 | 140 | 65 |
| Binary | 11101111 | 10110 | 11111010 | 100 | 1011011 | 0 | 10 | 100101001 | 1100000 | 110101 |
Color Harmonies of #EF16FA
Complementary color
Monochromatic Colors of #EF16FA
Black with #EF16FA
Text Example
Text Example
White with #EF16FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF16FA; }
p { color: rgb(239,22,250); }
H1.HeaderClassName
{
color: #EF16FA;
}
.AnyTagClassName
{
color: #EF16FA;
}
</style>
background-color css
<style>
a { background-color: #EF16FA; }
a { background-color: rgb(239,22,250); }
div.DivClassName
{
background-color: #EF16FA;
}
.BgClassName
{
background-color: #EF16FA;
}
</style>
border-color css
<style>
span { border-color: #EF16FA; }
span { border-color: rgb(239,22,250); }
td.TdClassName
{
border-color: #EF16FA;
}
.TagClassName
{
border-color: #EF16FA;
}
</style>