Shades of Magenta #EF28FE
Tints of Magenta #EF28FE
RGB
CMYK
RGB Variations
Color information
#EF28FE (or 0xEF28FE) is known color: Magenta. HEX triplet: EF, 28 and FE. RGB value is (239,40,254). Sum of RGB (Red+Green+Blue) = 239+40+254=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 40 (16.02% from 255 or 7.50% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF28FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF28FE is #10D701. Grayscale: #7B7B7B. Windows color (decimal): -1103618 or 16656623. OLE color: 16656623.
HSL color Cylindrical-coordinate representation of color #EF28FE: hue angle of 295.79º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EF28FE is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 40 | 254 | - |
| CMYK | 0.06 | 0.84 | 0 | 0.00 |
| HSL | 295.79º | 0.99% | 0.58% | - |
| HSV(B) | 295.79º | 0.84% | 1% | - |
| XYZ | 54.24 | 27.02 | 96.12 | - |
| YUV | 123.9 | 201.43 | 210.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 40 | 254 | 0.06 | 0.84 | 0 | 0.00 | 295.79 | 0.99 | 0.58 |
| Hex | EF | 28 | FE | 6 | 54 | 0 | 0 | 128 | 63 | 3A |
| Octal | 357 | 50 | 376 | 6 | 124 | 0 | 0 | 450 | 143 | 72 |
| Binary | 11101111 | 101000 | 11111110 | 110 | 1010100 | 0 | 0 | 100101000 | 1100011 | 111010 |
Color Harmonies of #EF28FE
Complementary color
Monochromatic Colors of #EF28FE
Black with #EF28FE
Text Example
Text Example
White with #EF28FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF28FE; }
p { color: rgb(239,40,254); }
H1.HeaderClassName
{
color: #EF28FE;
}
.AnyTagClassName
{
color: #EF28FE;
}
</style>
background-color css
<style>
a { background-color: #EF28FE; }
a { background-color: rgb(239,40,254); }
div.DivClassName
{
background-color: #EF28FE;
}
.BgClassName
{
background-color: #EF28FE;
}
</style>
border-color css
<style>
span { border-color: #EF28FE; }
span { border-color: rgb(239,40,254); }
td.TdClassName
{
border-color: #EF28FE;
}
.TagClassName
{
border-color: #EF28FE;
}
</style>