Shades of Magenta #EF14FF
Tints of Magenta #EF14FF
RGB
CMYK
RGB Variations
Color information
#EF14FF (or 0xEF14FF) is known color: Magenta. HEX triplet: EF, 14 and FF. RGB value is (239,20,255). Sum of RGB (Red+Green+Blue) = 239+20+255=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 20 (8.20% from 255 or 3.89% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF14FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF14FF is #10EB00. Grayscale: #6F6F6F. Windows color (decimal): -1108737 or 16717039. OLE color: 16717039.
HSL color Cylindrical-coordinate representation of color #EF14FF: hue angle of 295.91º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF14FF is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 20 | 255 | - |
| CMYK | 0.06 | 0.92 | 0 | 0 |
| HSL | 295.91º | 1% | 0.54% | - |
| HSV(B) | 295.91º | 0.92% | 1% | - |
| XYZ | 53.9 | 26.07 | 96.8 | - |
| YUV | 112.27 | 208.55 | 218.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 20 | 255 | 0.06 | 0.92 | 0 | 0 | 295.91 | 1 | 0.54 |
| Hex | EF | 14 | FF | 6 | 5C | 0 | 0 | 128 | 64 | 36 |
| Octal | 357 | 24 | 377 | 6 | 134 | 0 | 0 | 450 | 144 | 66 |
| Binary | 11101111 | 10100 | 11111111 | 110 | 1011100 | 0 | 0 | 100101000 | 1100100 | 110110 |
Color Harmonies of #EF14FF
Complementary color
Monochromatic Colors of #EF14FF
Black with #EF14FF
Text Example
Text Example
White with #EF14FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF14FF; }
p { color: rgb(239,20,255); }
H1.HeaderClassName
{
color: #EF14FF;
}
.AnyTagClassName
{
color: #EF14FF;
}
</style>
background-color css
<style>
a { background-color: #EF14FF; }
a { background-color: rgb(239,20,255); }
div.DivClassName
{
background-color: #EF14FF;
}
.BgClassName
{
background-color: #EF14FF;
}
</style>
border-color css
<style>
span { border-color: #EF14FF; }
span { border-color: rgb(239,20,255); }
td.TdClassName
{
border-color: #EF14FF;
}
.TagClassName
{
border-color: #EF14FF;
}
</style>