Shades of Magenta #EF09F0
Tints of Magenta #EF09F0
RGB
CMYK
RGB Variations
Color information
#EF09F0 (or 0xEF09F0) is known color: Magenta. HEX triplet: EF, 09 and F0. RGB value is (239,9,240). Sum of RGB (Red+Green+Blue) = 239+9+240=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 9 (3.91% from 255 or 1.84% from 488); Blue value is 240 (94.14% from 255 or 49.18% from 488); Max value from RGB is 240 - color contains mainly: blue. Hex color #EF09F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF09F0 is #10F60F. Grayscale: #676767. Windows color (decimal): -1111568 or 15731183. OLE color: 15731183.
HSL color Cylindrical-coordinate representation of color #EF09F0: hue angle of 299.74º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF09F0 is Cyan = 0.00, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 9 | 240 | - |
| CMYK | 0.00 | 0.96 | 0 | 0.06 |
| HSL | 299.74º | 0.93% | 0.49% | - |
| HSV(B) | 299.74º | 0.96% | 0.94% | - |
| XYZ | 51.42 | 24.84 | 84.52 | - |
| YUV | 104.1 | 204.7 | 224.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 9 | 240 | 0.00 | 0.96 | 0 | 0.06 | 299.74 | 0.93 | 0.49 |
| Hex | EF | 9 | F0 | 0 | 60 | 0 | 6 | 12C | 5D | 31 |
| Octal | 357 | 11 | 360 | 0 | 140 | 0 | 6 | 454 | 135 | 61 |
| Binary | 11101111 | 1001 | 11110000 | 0 | 1100000 | 0 | 110 | 100101100 | 1011101 | 110001 |
Color Harmonies of #EF09F0
Complementary color
Monochromatic Colors of #EF09F0
Black with #EF09F0
Text Example
Text Example
White with #EF09F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF09F0; }
p { color: rgb(239,9,240); }
H1.HeaderClassName
{
color: #EF09F0;
}
.AnyTagClassName
{
color: #EF09F0;
}
</style>
background-color css
<style>
a { background-color: #EF09F0; }
a { background-color: rgb(239,9,240); }
div.DivClassName
{
background-color: #EF09F0;
}
.BgClassName
{
background-color: #EF09F0;
}
</style>
border-color css
<style>
span { border-color: #EF09F0; }
span { border-color: rgb(239,9,240); }
td.TdClassName
{
border-color: #EF09F0;
}
.TagClassName
{
border-color: #EF09F0;
}
</style>