Shades of Magenta #EF18FB
Tints of Magenta #EF18FB
RGB
CMYK
RGB Variations
Color information
#EF18FB (or 0xEF18FB) is known color: Magenta. HEX triplet: EF, 18 and FB. RGB value is (239,24,251). Sum of RGB (Red+Green+Blue) = 239+24+251=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 24 (9.77% from 255 or 4.67% from 514); Blue value is 251 (98.44% from 255 or 48.83% from 514); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF18FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF18FB is #10E704. Grayscale: #717171. Windows color (decimal): -1107717 or 16455919. OLE color: 16455919.
HSL color Cylindrical-coordinate representation of color #EF18FB: hue angle of 296.83º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF18FB is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 24 | 251 | - |
| CMYK | 0.05 | 0.90 | 0 | 0.02 |
| HSL | 296.83º | 0.97% | 0.54% | - |
| HSV(B) | 296.83º | 0.9% | 0.98% | - |
| XYZ | 53.34 | 25.97 | 93.47 | - |
| YUV | 114.16 | 205.23 | 217.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 24 | 251 | 0.05 | 0.90 | 0 | 0.02 | 296.83 | 0.97 | 0.54 |
| Hex | EF | 18 | FB | 5 | 5A | 0 | 2 | 129 | 61 | 36 |
| Octal | 357 | 30 | 373 | 5 | 132 | 0 | 2 | 451 | 141 | 66 |
| Binary | 11101111 | 11000 | 11111011 | 101 | 1011010 | 0 | 10 | 100101001 | 1100001 | 110110 |
Color Harmonies of #EF18FB
Complementary color
Monochromatic Colors of #EF18FB
Black with #EF18FB
Text Example
Text Example
White with #EF18FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF18FB; }
p { color: rgb(239,24,251); }
H1.HeaderClassName
{
color: #EF18FB;
}
.AnyTagClassName
{
color: #EF18FB;
}
</style>
background-color css
<style>
a { background-color: #EF18FB; }
a { background-color: rgb(239,24,251); }
div.DivClassName
{
background-color: #EF18FB;
}
.BgClassName
{
background-color: #EF18FB;
}
</style>
border-color css
<style>
span { border-color: #EF18FB; }
span { border-color: rgb(239,24,251); }
td.TdClassName
{
border-color: #EF18FB;
}
.TagClassName
{
border-color: #EF18FB;
}
</style>