Shades of Magenta #EF25FF
Tints of Magenta #EF25FF
RGB
CMYK
RGB Variations
Color information
#EF25FF (or 0xEF25FF) is known color: Magenta. HEX triplet: EF, 25 and FF. RGB value is (239,37,255). Sum of RGB (Red+Green+Blue) = 239+37+255=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 37 (14.84% from 255 or 6.97% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF25FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF25FF is #10DA00. Grayscale: #797979. Windows color (decimal): -1104385 or 16721391. OLE color: 16721391.
HSL color Cylindrical-coordinate representation of color #EF25FF: hue angle of 295.6º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EF25FF is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 37 | 255 | - |
| CMYK | 0.06 | 0.85 | 0 | 0 |
| HSL | 295.6º | 1% | 0.57% | - |
| HSV(B) | 295.6º | 0.85% | 1% | - |
| XYZ | 54.31 | 26.89 | 96.94 | - |
| YUV | 122.25 | 202.92 | 211.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 37 | 255 | 0.06 | 0.85 | 0 | 0 | 295.6 | 1 | 0.57 |
| Hex | EF | 25 | FF | 6 | 55 | 0 | 0 | 128 | 64 | 39 |
| Octal | 357 | 45 | 377 | 6 | 125 | 0 | 0 | 450 | 144 | 71 |
| Binary | 11101111 | 100101 | 11111111 | 110 | 1010101 | 0 | 0 | 100101000 | 1100100 | 111001 |
Color Harmonies of #EF25FF
Complementary color
Monochromatic Colors of #EF25FF
Black with #EF25FF
Text Example
Text Example
White with #EF25FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF25FF; }
p { color: rgb(239,37,255); }
H1.HeaderClassName
{
color: #EF25FF;
}
.AnyTagClassName
{
color: #EF25FF;
}
</style>
background-color css
<style>
a { background-color: #EF25FF; }
a { background-color: rgb(239,37,255); }
div.DivClassName
{
background-color: #EF25FF;
}
.BgClassName
{
background-color: #EF25FF;
}
</style>
border-color css
<style>
span { border-color: #EF25FF; }
span { border-color: rgb(239,37,255); }
td.TdClassName
{
border-color: #EF25FF;
}
.TagClassName
{
border-color: #EF25FF;
}
</style>