Shades of Magenta #EF15FF
Tints of Magenta #EF15FF
RGB
CMYK
RGB Variations
Color information
#EF15FF (or 0xEF15FF) is known color: Magenta. HEX triplet: EF, 15 and FF. RGB value is (239,21,255). Sum of RGB (Red+Green+Blue) = 239+21+255=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 21 (8.59% from 255 or 4.08% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF15FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF15FF is #10EA00. Grayscale: #707070. Windows color (decimal): -1108481 or 16717295. OLE color: 16717295.
HSL color Cylindrical-coordinate representation of color #EF15FF: hue angle of 295.9º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF15FF is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 21 | 255 | - |
| CMYK | 0.06 | 0.92 | 0 | 0 |
| HSL | 295.9º | 1% | 0.54% | - |
| HSV(B) | 295.9º | 0.92% | 1% | - |
| XYZ | 53.91 | 26.11 | 96.81 | - |
| YUV | 112.86 | 208.22 | 217.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 21 | 255 | 0.06 | 0.92 | 0 | 0 | 295.9 | 1 | 0.54 |
| Hex | EF | 15 | FF | 6 | 5C | 0 | 0 | 128 | 64 | 36 |
| Octal | 357 | 25 | 377 | 6 | 134 | 0 | 0 | 450 | 144 | 66 |
| Binary | 11101111 | 10101 | 11111111 | 110 | 1011100 | 0 | 0 | 100101000 | 1100100 | 110110 |
Color Harmonies of #EF15FF
Complementary color
Monochromatic Colors of #EF15FF
Black with #EF15FF
Text Example
Text Example
White with #EF15FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF15FF; }
p { color: rgb(239,21,255); }
H1.HeaderClassName
{
color: #EF15FF;
}
.AnyTagClassName
{
color: #EF15FF;
}
</style>
background-color css
<style>
a { background-color: #EF15FF; }
a { background-color: rgb(239,21,255); }
div.DivClassName
{
background-color: #EF15FF;
}
.BgClassName
{
background-color: #EF15FF;
}
</style>
border-color css
<style>
span { border-color: #EF15FF; }
span { border-color: rgb(239,21,255); }
td.TdClassName
{
border-color: #EF15FF;
}
.TagClassName
{
border-color: #EF15FF;
}
</style>