Shades of Magenta #EF26F8
Tints of Magenta #EF26F8
RGB
CMYK
RGB Variations
Color information
#EF26F8 (or 0xEF26F8) is known color: Magenta. HEX triplet: EF, 26 and F8. RGB value is (239,38,248). Sum of RGB (Red+Green+Blue) = 239+38+248=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 38 (15.23% from 255 or 7.24% from 525); Blue value is 248 (97.27% from 255 or 47.24% from 525); Max value from RGB is 248 - color contains mainly: blue. Hex color #EF26F8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF26F8 is #10D907. Grayscale: #797979. Windows color (decimal): -1104136 or 16262895. OLE color: 16262895.
HSL color Cylindrical-coordinate representation of color #EF26F8: hue angle of 297.43º degrees, saturation: 0.94, 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 #EF26F8 is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 38 | 248 | - |
| CMYK | 0.04 | 0.85 | 0 | 0.03 |
| HSL | 297.43º | 0.94% | 0.56% | - |
| HSV(B) | 297.43º | 0.85% | 0.97% | - |
| XYZ | 53.23 | 26.51 | 91.12 | - |
| YUV | 122.04 | 199.09 | 211.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 38 | 248 | 0.04 | 0.85 | 0 | 0.03 | 297.43 | 0.94 | 0.56 |
| Hex | EF | 26 | F8 | 4 | 55 | 0 | 3 | 129 | 5E | 38 |
| Octal | 357 | 46 | 370 | 4 | 125 | 0 | 3 | 451 | 136 | 70 |
| Binary | 11101111 | 100110 | 11111000 | 100 | 1010101 | 0 | 11 | 100101001 | 1011110 | 111000 |
Color Harmonies of #EF26F8
Complementary color
Monochromatic Colors of #EF26F8
Black with #EF26F8
Text Example
Text Example
White with #EF26F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF26F8; }
p { color: rgb(239,38,248); }
H1.HeaderClassName
{
color: #EF26F8;
}
.AnyTagClassName
{
color: #EF26F8;
}
</style>
background-color css
<style>
a { background-color: #EF26F8; }
a { background-color: rgb(239,38,248); }
div.DivClassName
{
background-color: #EF26F8;
}
.BgClassName
{
background-color: #EF26F8;
}
</style>
border-color css
<style>
span { border-color: #EF26F8; }
span { border-color: rgb(239,38,248); }
td.TdClassName
{
border-color: #EF26F8;
}
.TagClassName
{
border-color: #EF26F8;
}
</style>