Shades of Magenta #EF28FD
Tints of Magenta #EF28FD
RGB
CMYK
RGB Variations
Color information
#EF28FD (or 0xEF28FD) is known color: Magenta. HEX triplet: EF, 28 and FD. RGB value is (239,40,253). Sum of RGB (Red+Green+Blue) = 239+40+253=532 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.92% from 532); Green value is 40 (16.02% from 255 or 7.52% from 532); Blue value is 253 (99.22% from 255 or 47.56% from 532); Max value from RGB is 253 - color contains mainly: blue. Hex color #EF28FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF28FD is #10D702. Grayscale: #7B7B7B. Windows color (decimal): -1103619 or 16591087. OLE color: 16591087.
HSL color Cylindrical-coordinate representation of color #EF28FD: hue angle of 296.06º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EF28FD is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 40 | 253 | - |
| CMYK | 0.06 | 0.84 | 0 | 0.01 |
| HSL | 296.06º | 0.98% | 0.57% | - |
| HSV(B) | 296.06º | 0.84% | 0.99% | - |
| XYZ | 54.09 | 26.96 | 95.28 | - |
| YUV | 123.78 | 200.93 | 210.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 40 | 253 | 0.06 | 0.84 | 0 | 0.01 | 296.06 | 0.98 | 0.57 |
| Hex | EF | 28 | FD | 6 | 54 | 0 | 1 | 128 | 62 | 39 |
| Octal | 357 | 50 | 375 | 6 | 124 | 0 | 1 | 450 | 142 | 71 |
| Binary | 11101111 | 101000 | 11111101 | 110 | 1010100 | 0 | 1 | 100101000 | 1100010 | 111001 |
Color Harmonies of #EF28FD
Complementary color
Monochromatic Colors of #EF28FD
Black with #EF28FD
Text Example
Text Example
White with #EF28FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF28FD; }
p { color: rgb(239,40,253); }
H1.HeaderClassName
{
color: #EF28FD;
}
.AnyTagClassName
{
color: #EF28FD;
}
</style>
background-color css
<style>
a { background-color: #EF28FD; }
a { background-color: rgb(239,40,253); }
div.DivClassName
{
background-color: #EF28FD;
}
.BgClassName
{
background-color: #EF28FD;
}
</style>
border-color css
<style>
span { border-color: #EF28FD; }
span { border-color: rgb(239,40,253); }
td.TdClassName
{
border-color: #EF28FD;
}
.TagClassName
{
border-color: #EF28FD;
}
</style>