Shades of Magenta #EF04F7
Tints of Magenta #EF04F7
RGB
CMYK
RGB Variations
Color information
#EF04F7 (or 0xEF04F7) is known color: Magenta. HEX triplet: EF, 04 and F7. RGB value is (239,4,247). Sum of RGB (Red+Green+Blue) = 239+4+247=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 4 (1.95% from 255 or 0.82% from 490); Blue value is 247 (96.88% from 255 or 50.41% from 490); Max value from RGB is 247 - color contains mainly: blue. Hex color #EF04F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF04F7 is #10FB08. Grayscale: #656565. Windows color (decimal): -1112841 or 16188655. OLE color: 16188655.
HSL color Cylindrical-coordinate representation of color #EF04F7: hue angle of 298.02º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF04F7 is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 4 | 247 | - |
| CMYK | 0.03 | 0.98 | 0 | 0.03 |
| HSL | 298.02º | 0.97% | 0.49% | - |
| HSV(B) | 298.02º | 0.98% | 0.97% | - |
| XYZ | 52.43 | 25.15 | 90.09 | - |
| YUV | 101.97 | 209.86 | 225.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 4 | 247 | 0.03 | 0.98 | 0 | 0.03 | 298.02 | 0.97 | 0.49 |
| Hex | EF | 4 | F7 | 3 | 62 | 0 | 3 | 12A | 61 | 31 |
| Octal | 357 | 4 | 367 | 3 | 142 | 0 | 3 | 452 | 141 | 61 |
| Binary | 11101111 | 100 | 11110111 | 11 | 1100010 | 0 | 11 | 100101010 | 1100001 | 110001 |
Color Harmonies of #EF04F7
Complementary color
Monochromatic Colors of #EF04F7
Black with #EF04F7
Text Example
Text Example
White with #EF04F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF04F7; }
p { color: rgb(239,4,247); }
H1.HeaderClassName
{
color: #EF04F7;
}
.AnyTagClassName
{
color: #EF04F7;
}
</style>
background-color css
<style>
a { background-color: #EF04F7; }
a { background-color: rgb(239,4,247); }
div.DivClassName
{
background-color: #EF04F7;
}
.BgClassName
{
background-color: #EF04F7;
}
</style>
border-color css
<style>
span { border-color: #EF04F7; }
span { border-color: rgb(239,4,247); }
td.TdClassName
{
border-color: #EF04F7;
}
.TagClassName
{
border-color: #EF04F7;
}
</style>