Shades of Magenta #EF09FA
Tints of Magenta #EF09FA
RGB
CMYK
RGB Variations
Color information
#EF09FA (or 0xEF09FA) is known color: Magenta. HEX triplet: EF, 09 and FA. RGB value is (239,9,250). Sum of RGB (Red+Green+Blue) = 239+9+250=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 9 (3.91% from 255 or 1.81% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF09FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF09FA is #10F605. Grayscale: #686868. Windows color (decimal): -1111558 or 16386543. OLE color: 16386543.
HSL color Cylindrical-coordinate representation of color #EF09FA: hue angle of 297.26º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF09FA is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 9 | 250 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.02 |
| HSL | 297.26º | 0.96% | 0.51% | - |
| HSV(B) | 297.26º | 0.96% | 0.98% | - |
| XYZ | 52.95 | 25.45 | 92.56 | - |
| YUV | 105.24 | 209.7 | 223.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 9 | 250 | 0.04 | 0.96 | 0 | 0.02 | 297.26 | 0.96 | 0.51 |
| Hex | EF | 9 | FA | 4 | 60 | 0 | 2 | 129 | 60 | 33 |
| Octal | 357 | 11 | 372 | 4 | 140 | 0 | 2 | 451 | 140 | 63 |
| Binary | 11101111 | 1001 | 11111010 | 100 | 1100000 | 0 | 10 | 100101001 | 1100000 | 110011 |
Color Harmonies of #EF09FA
Complementary color
Monochromatic Colors of #EF09FA
Black with #EF09FA
Text Example
Text Example
White with #EF09FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF09FA; }
p { color: rgb(239,9,250); }
H1.HeaderClassName
{
color: #EF09FA;
}
.AnyTagClassName
{
color: #EF09FA;
}
</style>
background-color css
<style>
a { background-color: #EF09FA; }
a { background-color: rgb(239,9,250); }
div.DivClassName
{
background-color: #EF09FA;
}
.BgClassName
{
background-color: #EF09FA;
}
</style>
border-color css
<style>
span { border-color: #EF09FA; }
span { border-color: rgb(239,9,250); }
td.TdClassName
{
border-color: #EF09FA;
}
.TagClassName
{
border-color: #EF09FA;
}
</style>