Shades of Magenta #EF2BFF
Tints of Magenta #EF2BFF
RGB
CMYK
RGB Variations
Color information
#EF2BFF (or 0xEF2BFF) is known color: Magenta. HEX triplet: EF, 2B and FF. RGB value is (239,43,255). Sum of RGB (Red+Green+Blue) = 239+43+255=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 43 (17.19% from 255 or 8.01% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF2BFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF2BFF is #10D400. Grayscale: #7D7D7D. Windows color (decimal): -1102849 or 16722927. OLE color: 16722927.
HSL color Cylindrical-coordinate representation of color #EF2BFF: hue angle of 295.47º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EF2BFF is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 43 | 255 | - |
| CMYK | 0.06 | 0.83 | 0 | 0 |
| HSL | 295.47º | 1% | 0.58% | - |
| HSV(B) | 295.47º | 0.83% | 1% | - |
| XYZ | 54.51 | 27.3 | 97 | - |
| YUV | 125.77 | 200.93 | 208.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 43 | 255 | 0.06 | 0.83 | 0 | 0 | 295.47 | 1 | 0.58 |
| Hex | EF | 2B | FF | 6 | 53 | 0 | 0 | 127 | 64 | 3A |
| Octal | 357 | 53 | 377 | 6 | 123 | 0 | 0 | 447 | 144 | 72 |
| Binary | 11101111 | 101011 | 11111111 | 110 | 1010011 | 0 | 0 | 100100111 | 1100100 | 111010 |
Color Harmonies of #EF2BFF
Complementary color
Monochromatic Colors of #EF2BFF
Black with #EF2BFF
Text Example
Text Example
White with #EF2BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2BFF; }
p { color: rgb(239,43,255); }
H1.HeaderClassName
{
color: #EF2BFF;
}
.AnyTagClassName
{
color: #EF2BFF;
}
</style>
background-color css
<style>
a { background-color: #EF2BFF; }
a { background-color: rgb(239,43,255); }
div.DivClassName
{
background-color: #EF2BFF;
}
.BgClassName
{
background-color: #EF2BFF;
}
</style>
border-color css
<style>
span { border-color: #EF2BFF; }
span { border-color: rgb(239,43,255); }
td.TdClassName
{
border-color: #EF2BFF;
}
.TagClassName
{
border-color: #EF2BFF;
}
</style>