Shades of Magenta #EF16FB
Tints of Magenta #EF16FB
RGB
CMYK
RGB Variations
Color information
#EF16FB (or 0xEF16FB) is known color: Magenta. HEX triplet: EF, 16 and FB. RGB value is (239,22,251). Sum of RGB (Red+Green+Blue) = 239+22+251=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 22 (8.98% from 255 or 4.30% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF16FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF16FB is #10E904. Grayscale: #707070. Windows color (decimal): -1108229 or 16455407. OLE color: 16455407.
HSL color Cylindrical-coordinate representation of color #EF16FB: hue angle of 296.86º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF16FB is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 22 | 251 | - |
| CMYK | 0.05 | 0.91 | 0 | 0.02 |
| HSL | 296.86º | 0.97% | 0.54% | - |
| HSV(B) | 296.86º | 0.91% | 0.98% | - |
| XYZ | 53.3 | 25.89 | 93.45 | - |
| YUV | 112.99 | 205.89 | 217.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 22 | 251 | 0.05 | 0.91 | 0 | 0.02 | 296.86 | 0.97 | 0.54 |
| Hex | EF | 16 | FB | 5 | 5B | 0 | 2 | 129 | 61 | 36 |
| Octal | 357 | 26 | 373 | 5 | 133 | 0 | 2 | 451 | 141 | 66 |
| Binary | 11101111 | 10110 | 11111011 | 101 | 1011011 | 0 | 10 | 100101001 | 1100001 | 110110 |
Color Harmonies of #EF16FB
Complementary color
Monochromatic Colors of #EF16FB
Black with #EF16FB
Text Example
Text Example
White with #EF16FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF16FB; }
p { color: rgb(239,22,251); }
H1.HeaderClassName
{
color: #EF16FB;
}
.AnyTagClassName
{
color: #EF16FB;
}
</style>
background-color css
<style>
a { background-color: #EF16FB; }
a { background-color: rgb(239,22,251); }
div.DivClassName
{
background-color: #EF16FB;
}
.BgClassName
{
background-color: #EF16FB;
}
</style>
border-color css
<style>
span { border-color: #EF16FB; }
span { border-color: rgb(239,22,251); }
td.TdClassName
{
border-color: #EF16FB;
}
.TagClassName
{
border-color: #EF16FB;
}
</style>