Shades of Magenta #EF2BFD
Tints of Magenta #EF2BFD
RGB
CMYK
RGB Variations
Color information
#EF2BFD (or 0xEF2BFD) is known color: Magenta. HEX triplet: EF, 2B and FD. RGB value is (239,43,253). Sum of RGB (Red+Green+Blue) = 239+43+253=535 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.67% from 535); Green value is 43 (17.19% from 255 or 8.04% from 535); Blue value is 253 (99.22% from 255 or 47.29% from 535); Max value from RGB is 253 - color contains mainly: blue. Hex color #EF2BFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF2BFD is #10D402. Grayscale: #7C7C7C. Windows color (decimal): -1102851 or 16591855. OLE color: 16591855.
HSL color Cylindrical-coordinate representation of color #EF2BFD: hue angle of 296º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EF2BFD is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 43 | 253 | - |
| CMYK | 0.06 | 0.83 | 0 | 0.01 |
| HSL | 296º | 0.98% | 0.58% | - |
| HSV(B) | 296º | 0.83% | 0.99% | - |
| XYZ | 54.19 | 27.17 | 95.32 | - |
| YUV | 125.54 | 199.93 | 208.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 43 | 253 | 0.06 | 0.83 | 0 | 0.01 | 296 | 0.98 | 0.58 |
| Hex | EF | 2B | FD | 6 | 53 | 0 | 1 | 128 | 62 | 3A |
| Octal | 357 | 53 | 375 | 6 | 123 | 0 | 1 | 450 | 142 | 72 |
| Binary | 11101111 | 101011 | 11111101 | 110 | 1010011 | 0 | 1 | 100101000 | 1100010 | 111010 |
Color Harmonies of #EF2BFD
Complementary color
Monochromatic Colors of #EF2BFD
Black with #EF2BFD
Text Example
Text Example
White with #EF2BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2BFD; }
p { color: rgb(239,43,253); }
H1.HeaderClassName
{
color: #EF2BFD;
}
.AnyTagClassName
{
color: #EF2BFD;
}
</style>
background-color css
<style>
a { background-color: #EF2BFD; }
a { background-color: rgb(239,43,253); }
div.DivClassName
{
background-color: #EF2BFD;
}
.BgClassName
{
background-color: #EF2BFD;
}
</style>
border-color css
<style>
span { border-color: #EF2BFD; }
span { border-color: rgb(239,43,253); }
td.TdClassName
{
border-color: #EF2BFD;
}
.TagClassName
{
border-color: #EF2BFD;
}
</style>