Shades of Magenta #EF28F9
Tints of Magenta #EF28F9
RGB
CMYK
RGB Variations
Color information
#EF28F9 (or 0xEF28F9) is known color: Magenta. HEX triplet: EF, 28 and F9. RGB value is (239,40,249). Sum of RGB (Red+Green+Blue) = 239+40+249=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 40 (16.02% from 255 or 7.58% from 528); Blue value is 249 (97.66% from 255 or 47.16% from 528); Max value from RGB is 249 - color contains mainly: blue. Hex color #EF28F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF28F9 is #10D706. Grayscale: #7A7A7A. Windows color (decimal): -1103623 or 16328943. OLE color: 16328943.
HSL color Cylindrical-coordinate representation of color #EF28F9: hue angle of 297.13º 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 #EF28F9 is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 40 | 249 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.02 |
| HSL | 297.13º | 0.95% | 0.57% | - |
| HSV(B) | 297.13º | 0.84% | 0.98% | - |
| XYZ | 53.45 | 26.71 | 91.96 | - |
| YUV | 123.33 | 198.93 | 210.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 40 | 249 | 0.04 | 0.84 | 0 | 0.02 | 297.13 | 0.95 | 0.57 |
| Hex | EF | 28 | F9 | 4 | 54 | 0 | 2 | 129 | 5F | 39 |
| Octal | 357 | 50 | 371 | 4 | 124 | 0 | 2 | 451 | 137 | 71 |
| Binary | 11101111 | 101000 | 11111001 | 100 | 1010100 | 0 | 10 | 100101001 | 1011111 | 111001 |
Color Harmonies of #EF28F9
Complementary color
Monochromatic Colors of #EF28F9
Black with #EF28F9
Text Example
Text Example
White with #EF28F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF28F9; }
p { color: rgb(239,40,249); }
H1.HeaderClassName
{
color: #EF28F9;
}
.AnyTagClassName
{
color: #EF28F9;
}
</style>
background-color css
<style>
a { background-color: #EF28F9; }
a { background-color: rgb(239,40,249); }
div.DivClassName
{
background-color: #EF28F9;
}
.BgClassName
{
background-color: #EF28F9;
}
</style>
border-color css
<style>
span { border-color: #EF28F9; }
span { border-color: rgb(239,40,249); }
td.TdClassName
{
border-color: #EF28F9;
}
.TagClassName
{
border-color: #EF28F9;
}
</style>