Shades of Magenta #EF05F9
Tints of Magenta #EF05F9
RGB
CMYK
RGB Variations
Color information
#EF05F9 (or 0xEF05F9) is known color: Magenta. HEX triplet: EF, 05 and F9. RGB value is (239,5,249). Sum of RGB (Red+Green+Blue) = 239+5+249=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 5 (2.34% from 255 or 1.01% from 493); Blue value is 249 (97.66% from 255 or 50.51% from 493); Max value from RGB is 249 - color contains mainly: blue. Hex color #EF05F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF05F9 is #10FA06. Grayscale: #666666. Windows color (decimal): -1112583 or 16319983. OLE color: 16319983.
HSL color Cylindrical-coordinate representation of color #EF05F9: hue angle of 297.54º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF05F9 is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 5 | 249 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.02 |
| HSL | 297.54º | 0.96% | 0.5% | - |
| HSV(B) | 297.54º | 0.98% | 0.98% | - |
| XYZ | 52.75 | 25.3 | 91.73 | - |
| YUV | 102.78 | 210.52 | 225.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 5 | 249 | 0.04 | 0.98 | 0 | 0.02 | 297.54 | 0.96 | 0.5 |
| Hex | EF | 5 | F9 | 4 | 62 | 0 | 2 | 12A | 60 | 32 |
| Octal | 357 | 5 | 371 | 4 | 142 | 0 | 2 | 452 | 140 | 62 |
| Binary | 11101111 | 101 | 11111001 | 100 | 1100010 | 0 | 10 | 100101010 | 1100000 | 110010 |
Color Harmonies of #EF05F9
Complementary color
Monochromatic Colors of #EF05F9
Black with #EF05F9
Text Example
Text Example
White with #EF05F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF05F9; }
p { color: rgb(239,5,249); }
H1.HeaderClassName
{
color: #EF05F9;
}
.AnyTagClassName
{
color: #EF05F9;
}
</style>
background-color css
<style>
a { background-color: #EF05F9; }
a { background-color: rgb(239,5,249); }
div.DivClassName
{
background-color: #EF05F9;
}
.BgClassName
{
background-color: #EF05F9;
}
</style>
border-color css
<style>
span { border-color: #EF05F9; }
span { border-color: rgb(239,5,249); }
td.TdClassName
{
border-color: #EF05F9;
}
.TagClassName
{
border-color: #EF05F9;
}
</style>