Shades of Magenta #EF0BFA
Tints of Magenta #EF0BFA
RGB
CMYK
RGB Variations
Color information
#EF0BFA (or 0xEF0BFA) is known color: Magenta. HEX triplet: EF, 0B and FA. RGB value is (239,11,250). Sum of RGB (Red+Green+Blue) = 239+11+250=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 11 (4.69% from 255 or 2.2% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF0BFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF0BFA is #10F405. Grayscale: #696969. Windows color (decimal): -1111046 or 16387055. OLE color: 16387055.
HSL color Cylindrical-coordinate representation of color #EF0BFA: hue angle of 297.24º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF0BFA is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 11 | 250 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.02 |
| HSL | 297.24º | 0.96% | 0.51% | - |
| HSV(B) | 297.24º | 0.96% | 0.98% | - |
| XYZ | 52.97 | 25.49 | 92.57 | - |
| YUV | 106.42 | 209.04 | 222.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 11 | 250 | 0.04 | 0.96 | 0 | 0.02 | 297.24 | 0.96 | 0.51 |
| Hex | EF | B | FA | 4 | 60 | 0 | 2 | 129 | 60 | 33 |
| Octal | 357 | 13 | 372 | 4 | 140 | 0 | 2 | 451 | 140 | 63 |
| Binary | 11101111 | 1011 | 11111010 | 100 | 1100000 | 0 | 10 | 100101001 | 1100000 | 110011 |
Color Harmonies of #EF0BFA
Complementary color
Monochromatic Colors of #EF0BFA
Black with #EF0BFA
Text Example
Text Example
White with #EF0BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0BFA; }
p { color: rgb(239,11,250); }
H1.HeaderClassName
{
color: #EF0BFA;
}
.AnyTagClassName
{
color: #EF0BFA;
}
</style>
background-color css
<style>
a { background-color: #EF0BFA; }
a { background-color: rgb(239,11,250); }
div.DivClassName
{
background-color: #EF0BFA;
}
.BgClassName
{
background-color: #EF0BFA;
}
</style>
border-color css
<style>
span { border-color: #EF0BFA; }
span { border-color: rgb(239,11,250); }
td.TdClassName
{
border-color: #EF0BFA;
}
.TagClassName
{
border-color: #EF0BFA;
}
</style>