Shades of Magenta #EF18FF
Tints of Magenta #EF18FF
RGB
CMYK
RGB Variations
Color information
#EF18FF (or 0xEF18FF) is known color: Magenta. HEX triplet: EF, 18 and FF. RGB value is (239,24,255). Sum of RGB (Red+Green+Blue) = 239+24+255=518 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.14% from 518); Green value is 24 (9.77% from 255 or 4.63% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF18FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF18FF is #10E700. Grayscale: #717171. Windows color (decimal): -1107713 or 16718063. OLE color: 16718063.
HSL color Cylindrical-coordinate representation of color #EF18FF: hue angle of 295.84º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF18FF is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 24 | 255 | - |
| CMYK | 0.06 | 0.91 | 0 | 0 |
| HSL | 295.84º | 1% | 0.55% | - |
| HSV(B) | 295.84º | 0.91% | 1% | - |
| XYZ | 53.97 | 26.22 | 96.82 | - |
| YUV | 114.62 | 207.23 | 216.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 24 | 255 | 0.06 | 0.91 | 0 | 0 | 295.84 | 1 | 0.55 |
| Hex | EF | 18 | FF | 6 | 5B | 0 | 0 | 128 | 64 | 37 |
| Octal | 357 | 30 | 377 | 6 | 133 | 0 | 0 | 450 | 144 | 67 |
| Binary | 11101111 | 11000 | 11111111 | 110 | 1011011 | 0 | 0 | 100101000 | 1100100 | 110111 |
Color Harmonies of #EF18FF
Complementary color
Monochromatic Colors of #EF18FF
Black with #EF18FF
Text Example
Text Example
White with #EF18FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF18FF; }
p { color: rgb(239,24,255); }
H1.HeaderClassName
{
color: #EF18FF;
}
.AnyTagClassName
{
color: #EF18FF;
}
</style>
background-color css
<style>
a { background-color: #EF18FF; }
a { background-color: rgb(239,24,255); }
div.DivClassName
{
background-color: #EF18FF;
}
.BgClassName
{
background-color: #EF18FF;
}
</style>
border-color css
<style>
span { border-color: #EF18FF; }
span { border-color: rgb(239,24,255); }
td.TdClassName
{
border-color: #EF18FF;
}
.TagClassName
{
border-color: #EF18FF;
}
</style>