Shades of Magenta #EF08FE
Tints of Magenta #EF08FE
RGB
CMYK
RGB Variations
Color information
#EF08FE (or 0xEF08FE) is known color: Magenta. HEX triplet: EF, 08 and FE. RGB value is (239,8,254). Sum of RGB (Red+Green+Blue) = 239+8+254=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 8 (3.52% from 255 or 1.60% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF08FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF08FE is #10F701. Grayscale: #686868. Windows color (decimal): -1111810 or 16648431. OLE color: 16648431.
HSL color Cylindrical-coordinate representation of color #EF08FE: hue angle of 296.34º 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 #EF08FE is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 8 | 254 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.00 |
| HSL | 296.34º | 0.99% | 0.51% | - |
| HSV(B) | 296.34º | 0.97% | 1% | - |
| XYZ | 53.57 | 25.68 | 95.9 | - |
| YUV | 105.11 | 212.03 | 223.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 8 | 254 | 0.06 | 0.97 | 0 | 0.00 | 296.34 | 0.99 | 0.51 |
| Hex | EF | 8 | FE | 6 | 61 | 0 | 0 | 128 | 63 | 33 |
| Octal | 357 | 10 | 376 | 6 | 141 | 0 | 0 | 450 | 143 | 63 |
| Binary | 11101111 | 1000 | 11111110 | 110 | 1100001 | 0 | 0 | 100101000 | 1100011 | 110011 |
Color Harmonies of #EF08FE
Complementary color
Monochromatic Colors of #EF08FE
Black with #EF08FE
Text Example
Text Example
White with #EF08FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF08FE; }
p { color: rgb(239,8,254); }
H1.HeaderClassName
{
color: #EF08FE;
}
.AnyTagClassName
{
color: #EF08FE;
}
</style>
background-color css
<style>
a { background-color: #EF08FE; }
a { background-color: rgb(239,8,254); }
div.DivClassName
{
background-color: #EF08FE;
}
.BgClassName
{
background-color: #EF08FE;
}
</style>
border-color css
<style>
span { border-color: #EF08FE; }
span { border-color: rgb(239,8,254); }
td.TdClassName
{
border-color: #EF08FE;
}
.TagClassName
{
border-color: #EF08FE;
}
</style>