Shades of Magenta #EF13FE
Tints of Magenta #EF13FE
RGB
CMYK
RGB Variations
Color information
#EF13FE (or 0xEF13FE) is known color: Magenta. HEX triplet: EF, 13 and FE. RGB value is (239,19,254). Sum of RGB (Red+Green+Blue) = 239+19+254=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 19 (7.81% from 255 or 3.71% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF13FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF13FE is #10EC01. Grayscale: #6E6E6E. Windows color (decimal): -1108994 or 16651247. OLE color: 16651247.
HSL color Cylindrical-coordinate representation of color #EF13FE: hue angle of 296.17º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF13FE is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 19 | 254 | - |
| CMYK | 0.06 | 0.93 | 0 | 0.00 |
| HSL | 296.17º | 0.99% | 0.54% | - |
| HSV(B) | 296.17º | 0.93% | 1% | - |
| XYZ | 53.72 | 25.97 | 95.95 | - |
| YUV | 111.57 | 208.39 | 218.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 19 | 254 | 0.06 | 0.93 | 0 | 0.00 | 296.17 | 0.99 | 0.54 |
| Hex | EF | 13 | FE | 6 | 5D | 0 | 0 | 128 | 63 | 36 |
| Octal | 357 | 23 | 376 | 6 | 135 | 0 | 0 | 450 | 143 | 66 |
| Binary | 11101111 | 10011 | 11111110 | 110 | 1011101 | 0 | 0 | 100101000 | 1100011 | 110110 |
Color Harmonies of #EF13FE
Complementary color
Monochromatic Colors of #EF13FE
Black with #EF13FE
Text Example
Text Example
White with #EF13FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF13FE; }
p { color: rgb(239,19,254); }
H1.HeaderClassName
{
color: #EF13FE;
}
.AnyTagClassName
{
color: #EF13FE;
}
</style>
background-color css
<style>
a { background-color: #EF13FE; }
a { background-color: rgb(239,19,254); }
div.DivClassName
{
background-color: #EF13FE;
}
.BgClassName
{
background-color: #EF13FE;
}
</style>
border-color css
<style>
span { border-color: #EF13FE; }
span { border-color: rgb(239,19,254); }
td.TdClassName
{
border-color: #EF13FE;
}
.TagClassName
{
border-color: #EF13FE;
}
</style>