Shades of Magenta #EF26F7
Tints of Magenta #EF26F7
RGB
CMYK
RGB Variations
Color information
#EF26F7 (or 0xEF26F7) is known color: Magenta. HEX triplet: EF, 26 and F7. RGB value is (239,38,247). Sum of RGB (Red+Green+Blue) = 239+38+247=524 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.61% from 524); Green value is 38 (15.23% from 255 or 7.25% from 524); Blue value is 247 (96.88% from 255 or 47.14% from 524); Max value from RGB is 247 - color contains mainly: blue. Hex color #EF26F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF26F7 is #10D908. Grayscale: #797979. Windows color (decimal): -1104137 or 16197359. OLE color: 16197359.
HSL color Cylindrical-coordinate representation of color #EF26F7: hue angle of 297.7º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EF26F7 is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 38 | 247 | - |
| CMYK | 0.03 | 0.85 | 0 | 0.03 |
| HSL | 297.7º | 0.93% | 0.56% | - |
| HSV(B) | 297.7º | 0.85% | 0.97% | - |
| XYZ | 53.08 | 26.45 | 90.3 | - |
| YUV | 121.93 | 198.59 | 211.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 38 | 247 | 0.03 | 0.85 | 0 | 0.03 | 297.7 | 0.93 | 0.56 |
| Hex | EF | 26 | F7 | 3 | 55 | 0 | 3 | 12A | 5D | 38 |
| Octal | 357 | 46 | 367 | 3 | 125 | 0 | 3 | 452 | 135 | 70 |
| Binary | 11101111 | 100110 | 11110111 | 11 | 1010101 | 0 | 11 | 100101010 | 1011101 | 111000 |
Color Harmonies of #EF26F7
Complementary color
Monochromatic Colors of #EF26F7
Black with #EF26F7
Text Example
Text Example
White with #EF26F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF26F7; }
p { color: rgb(239,38,247); }
H1.HeaderClassName
{
color: #EF26F7;
}
.AnyTagClassName
{
color: #EF26F7;
}
</style>
background-color css
<style>
a { background-color: #EF26F7; }
a { background-color: rgb(239,38,247); }
div.DivClassName
{
background-color: #EF26F7;
}
.BgClassName
{
background-color: #EF26F7;
}
</style>
border-color css
<style>
span { border-color: #EF26F7; }
span { border-color: rgb(239,38,247); }
td.TdClassName
{
border-color: #EF26F7;
}
.TagClassName
{
border-color: #EF26F7;
}
</style>