Shades of Magenta #EF14FC
Tints of Magenta #EF14FC
RGB
CMYK
RGB Variations
Color information
#EF14FC (or 0xEF14FC) is known color: Magenta. HEX triplet: EF, 14 and FC. RGB value is (239,20,252). Sum of RGB (Red+Green+Blue) = 239+20+252=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 20 (8.20% from 255 or 3.91% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF14FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF14FC is #10EB03. Grayscale: #6F6F6F. Windows color (decimal): -1108740 or 16520431. OLE color: 16520431.
HSL color Cylindrical-coordinate representation of color #EF14FC: hue angle of 296.64º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF14FC is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 20 | 252 | - |
| CMYK | 0.05 | 0.92 | 0 | 0.01 |
| HSL | 296.64º | 0.97% | 0.53% | - |
| HSV(B) | 296.64º | 0.92% | 0.99% | - |
| XYZ | 53.42 | 25.88 | 94.28 | - |
| YUV | 111.93 | 207.05 | 218.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 20 | 252 | 0.05 | 0.92 | 0 | 0.01 | 296.64 | 0.97 | 0.53 |
| Hex | EF | 14 | FC | 5 | 5C | 0 | 1 | 129 | 61 | 35 |
| Octal | 357 | 24 | 374 | 5 | 134 | 0 | 1 | 451 | 141 | 65 |
| Binary | 11101111 | 10100 | 11111100 | 101 | 1011100 | 0 | 1 | 100101001 | 1100001 | 110101 |
Color Harmonies of #EF14FC
Complementary color
Monochromatic Colors of #EF14FC
Black with #EF14FC
Text Example
Text Example
White with #EF14FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF14FC; }
p { color: rgb(239,20,252); }
H1.HeaderClassName
{
color: #EF14FC;
}
.AnyTagClassName
{
color: #EF14FC;
}
</style>
background-color css
<style>
a { background-color: #EF14FC; }
a { background-color: rgb(239,20,252); }
div.DivClassName
{
background-color: #EF14FC;
}
.BgClassName
{
background-color: #EF14FC;
}
</style>
border-color css
<style>
span { border-color: #EF14FC; }
span { border-color: rgb(239,20,252); }
td.TdClassName
{
border-color: #EF14FC;
}
.TagClassName
{
border-color: #EF14FC;
}
</style>