Shades of Magenta #EF28FA
Tints of Magenta #EF28FA
RGB
CMYK
RGB Variations
Color information
#EF28FA (or 0xEF28FA) is known color: Magenta. HEX triplet: EF, 28 and FA. RGB value is (239,40,250). Sum of RGB (Red+Green+Blue) = 239+40+250=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 40 (16.02% from 255 or 7.56% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF28FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF28FA is #10D705. Grayscale: #7A7A7A. Windows color (decimal): -1103622 or 16394479. OLE color: 16394479.
HSL color Cylindrical-coordinate representation of color #EF28FA: hue angle of 296.86º degrees, saturation: 0.95, 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 #EF28FA is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 40 | 250 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.02 |
| HSL | 296.86º | 0.95% | 0.57% | - |
| HSV(B) | 296.86º | 0.84% | 0.98% | - |
| XYZ | 53.61 | 26.77 | 92.78 | - |
| YUV | 123.44 | 199.43 | 210.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 40 | 250 | 0.04 | 0.84 | 0 | 0.02 | 296.86 | 0.95 | 0.57 |
| Hex | EF | 28 | FA | 4 | 54 | 0 | 2 | 129 | 5F | 39 |
| Octal | 357 | 50 | 372 | 4 | 124 | 0 | 2 | 451 | 137 | 71 |
| Binary | 11101111 | 101000 | 11111010 | 100 | 1010100 | 0 | 10 | 100101001 | 1011111 | 111001 |
Color Harmonies of #EF28FA
Complementary color
Monochromatic Colors of #EF28FA
Black with #EF28FA
Text Example
Text Example
White with #EF28FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF28FA; }
p { color: rgb(239,40,250); }
H1.HeaderClassName
{
color: #EF28FA;
}
.AnyTagClassName
{
color: #EF28FA;
}
</style>
background-color css
<style>
a { background-color: #EF28FA; }
a { background-color: rgb(239,40,250); }
div.DivClassName
{
background-color: #EF28FA;
}
.BgClassName
{
background-color: #EF28FA;
}
</style>
border-color css
<style>
span { border-color: #EF28FA; }
span { border-color: rgb(239,40,250); }
td.TdClassName
{
border-color: #EF28FA;
}
.TagClassName
{
border-color: #EF28FA;
}
</style>