Shades of Magenta #EF28FB
Tints of Magenta #EF28FB
RGB
CMYK
RGB Variations
Color information
#EF28FB (or 0xEF28FB) is known color: Magenta. HEX triplet: EF, 28 and FB. RGB value is (239,40,251). Sum of RGB (Red+Green+Blue) = 239+40+251=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 40 (16.02% from 255 or 7.55% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF28FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF28FB is #10D704. Grayscale: #7A7A7A. Windows color (decimal): -1103621 or 16460015. OLE color: 16460015.
HSL color Cylindrical-coordinate representation of color #EF28FB: hue angle of 296.59º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EF28FB is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 40 | 251 | - |
| CMYK | 0.05 | 0.84 | 0 | 0.02 |
| HSL | 296.59º | 0.96% | 0.57% | - |
| HSV(B) | 296.59º | 0.84% | 0.98% | - |
| XYZ | 53.77 | 26.83 | 93.61 | - |
| YUV | 123.56 | 199.93 | 210.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 40 | 251 | 0.05 | 0.84 | 0 | 0.02 | 296.59 | 0.96 | 0.57 |
| Hex | EF | 28 | FB | 5 | 54 | 0 | 2 | 129 | 60 | 39 |
| Octal | 357 | 50 | 373 | 5 | 124 | 0 | 2 | 451 | 140 | 71 |
| Binary | 11101111 | 101000 | 11111011 | 101 | 1010100 | 0 | 10 | 100101001 | 1100000 | 111001 |
Color Harmonies of #EF28FB
Complementary color
Monochromatic Colors of #EF28FB
Black with #EF28FB
Text Example
Text Example
White with #EF28FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF28FB; }
p { color: rgb(239,40,251); }
H1.HeaderClassName
{
color: #EF28FB;
}
.AnyTagClassName
{
color: #EF28FB;
}
</style>
background-color css
<style>
a { background-color: #EF28FB; }
a { background-color: rgb(239,40,251); }
div.DivClassName
{
background-color: #EF28FB;
}
.BgClassName
{
background-color: #EF28FB;
}
</style>
border-color css
<style>
span { border-color: #EF28FB; }
span { border-color: rgb(239,40,251); }
td.TdClassName
{
border-color: #EF28FB;
}
.TagClassName
{
border-color: #EF28FB;
}
</style>