Shades of Magenta #EF18FE
Tints of Magenta #EF18FE
RGB
CMYK
RGB Variations
Color information
#EF18FE (or 0xEF18FE) is known color: Magenta. HEX triplet: EF, 18 and FE. RGB value is (239,24,254). Sum of RGB (Red+Green+Blue) = 239+24+254=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 24 (9.77% from 255 or 4.64% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF18FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF18FE is #10E701. Grayscale: #717171. Windows color (decimal): -1107714 or 16652527. OLE color: 16652527.
HSL color Cylindrical-coordinate representation of color #EF18FE: hue angle of 296.09º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF18FE is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 24 | 254 | - |
| CMYK | 0.06 | 0.91 | 0 | 0.00 |
| HSL | 296.09º | 0.99% | 0.55% | - |
| HSV(B) | 296.09º | 0.91% | 1% | - |
| XYZ | 53.81 | 26.16 | 95.98 | - |
| YUV | 114.51 | 206.73 | 216.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 24 | 254 | 0.06 | 0.91 | 0 | 0.00 | 296.09 | 0.99 | 0.55 |
| Hex | EF | 18 | FE | 6 | 5B | 0 | 0 | 128 | 63 | 37 |
| Octal | 357 | 30 | 376 | 6 | 133 | 0 | 0 | 450 | 143 | 67 |
| Binary | 11101111 | 11000 | 11111110 | 110 | 1011011 | 0 | 0 | 100101000 | 1100011 | 110111 |
Color Harmonies of #EF18FE
Complementary color
Monochromatic Colors of #EF18FE
Black with #EF18FE
Text Example
Text Example
White with #EF18FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF18FE; }
p { color: rgb(239,24,254); }
H1.HeaderClassName
{
color: #EF18FE;
}
.AnyTagClassName
{
color: #EF18FE;
}
</style>
background-color css
<style>
a { background-color: #EF18FE; }
a { background-color: rgb(239,24,254); }
div.DivClassName
{
background-color: #EF18FE;
}
.BgClassName
{
background-color: #EF18FE;
}
</style>
border-color css
<style>
span { border-color: #EF18FE; }
span { border-color: rgb(239,24,254); }
td.TdClassName
{
border-color: #EF18FE;
}
.TagClassName
{
border-color: #EF18FE;
}
</style>