Shades of Magenta #EF07FE
Tints of Magenta #EF07FE
RGB
CMYK
RGB Variations
Color information
#EF07FE (or 0xEF07FE) is known color: Magenta. HEX triplet: EF, 07 and FE. RGB value is (239,7,254). Sum of RGB (Red+Green+Blue) = 239+7+254=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 7 (3.12% from 255 or 1.4% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF07FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF07FE is #10F801. Grayscale: #676767. Windows color (decimal): -1112066 or 16648175. OLE color: 16648175.
HSL color Cylindrical-coordinate representation of color #EF07FE: hue angle of 296.36º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF07FE is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 7 | 254 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.00 |
| HSL | 296.36º | 0.99% | 0.51% | - |
| HSV(B) | 296.36º | 0.97% | 1% | - |
| XYZ | 53.56 | 25.66 | 95.9 | - |
| YUV | 104.53 | 212.36 | 223.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 7 | 254 | 0.06 | 0.97 | 0 | 0.00 | 296.36 | 0.99 | 0.51 |
| Hex | EF | 7 | FE | 6 | 61 | 0 | 0 | 128 | 63 | 33 |
| Octal | 357 | 7 | 376 | 6 | 141 | 0 | 0 | 450 | 143 | 63 |
| Binary | 11101111 | 111 | 11111110 | 110 | 1100001 | 0 | 0 | 100101000 | 1100011 | 110011 |
Color Harmonies of #EF07FE
Complementary color
Monochromatic Colors of #EF07FE
Black with #EF07FE
Text Example
Text Example
White with #EF07FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF07FE; }
p { color: rgb(239,7,254); }
H1.HeaderClassName
{
color: #EF07FE;
}
.AnyTagClassName
{
color: #EF07FE;
}
</style>
background-color css
<style>
a { background-color: #EF07FE; }
a { background-color: rgb(239,7,254); }
div.DivClassName
{
background-color: #EF07FE;
}
.BgClassName
{
background-color: #EF07FE;
}
</style>
border-color css
<style>
span { border-color: #EF07FE; }
span { border-color: rgb(239,7,254); }
td.TdClassName
{
border-color: #EF07FE;
}
.TagClassName
{
border-color: #EF07FE;
}
</style>