Shades of Magenta #EF25FB
Tints of Magenta #EF25FB
RGB
CMYK
RGB Variations
Color information
#EF25FB (or 0xEF25FB) is known color: Magenta. HEX triplet: EF, 25 and FB. RGB value is (239,37,251). Sum of RGB (Red+Green+Blue) = 239+37+251=527 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.35% from 527); Green value is 37 (14.84% from 255 or 7.02% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF25FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF25FB is #10DA04. Grayscale: #797979. Windows color (decimal): -1104389 or 16459247. OLE color: 16459247.
HSL color Cylindrical-coordinate representation of color #EF25FB: hue angle of 296.64º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EF25FB is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 37 | 251 | - |
| CMYK | 0.05 | 0.85 | 0 | 0.02 |
| HSL | 296.64º | 0.96% | 0.56% | - |
| HSV(B) | 296.64º | 0.85% | 0.98% | - |
| XYZ | 53.67 | 26.64 | 93.58 | - |
| YUV | 121.79 | 200.92 | 211.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 37 | 251 | 0.05 | 0.85 | 0 | 0.02 | 296.64 | 0.96 | 0.56 |
| Hex | EF | 25 | FB | 5 | 55 | 0 | 2 | 129 | 60 | 38 |
| Octal | 357 | 45 | 373 | 5 | 125 | 0 | 2 | 451 | 140 | 70 |
| Binary | 11101111 | 100101 | 11111011 | 101 | 1010101 | 0 | 10 | 100101001 | 1100000 | 111000 |
Color Harmonies of #EF25FB
Complementary color
Monochromatic Colors of #EF25FB
Black with #EF25FB
Text Example
Text Example
White with #EF25FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF25FB; }
p { color: rgb(239,37,251); }
H1.HeaderClassName
{
color: #EF25FB;
}
.AnyTagClassName
{
color: #EF25FB;
}
</style>
background-color css
<style>
a { background-color: #EF25FB; }
a { background-color: rgb(239,37,251); }
div.DivClassName
{
background-color: #EF25FB;
}
.BgClassName
{
background-color: #EF25FB;
}
</style>
border-color css
<style>
span { border-color: #EF25FB; }
span { border-color: rgb(239,37,251); }
td.TdClassName
{
border-color: #EF25FB;
}
.TagClassName
{
border-color: #EF25FB;
}
</style>