Shades of Magenta #EF15F6
Tints of Magenta #EF15F6
RGB
CMYK
RGB Variations
Color information
#EF15F6 (or 0xEF15F6) is known color: Magenta. HEX triplet: EF, 15 and F6. RGB value is (239,21,246). Sum of RGB (Red+Green+Blue) = 239+21+246=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 21 (8.59% from 255 or 4.15% from 506); Blue value is 246 (96.48% from 255 or 48.62% from 506); Max value from RGB is 246 - color contains mainly: blue. Hex color #EF15F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF15F6 is #10EA09. Grayscale: #6F6F6F. Windows color (decimal): -1108490 or 16127471. OLE color: 16127471.
HSL color Cylindrical-coordinate representation of color #EF15F6: hue angle of 298.13º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF15F6 is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 21 | 246 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.04 |
| HSL | 298.13º | 0.93% | 0.52% | - |
| HSV(B) | 298.13º | 0.91% | 0.96% | - |
| XYZ | 52.5 | 25.54 | 89.35 | - |
| YUV | 111.83 | 203.72 | 218.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 21 | 246 | 0.03 | 0.91 | 0 | 0.04 | 298.13 | 0.93 | 0.52 |
| Hex | EF | 15 | F6 | 3 | 5B | 0 | 4 | 12A | 5D | 34 |
| Octal | 357 | 25 | 366 | 3 | 133 | 0 | 4 | 452 | 135 | 64 |
| Binary | 11101111 | 10101 | 11110110 | 11 | 1011011 | 0 | 100 | 100101010 | 1011101 | 110100 |
Color Harmonies of #EF15F6
Complementary color
Monochromatic Colors of #EF15F6
Black with #EF15F6
Text Example
Text Example
White with #EF15F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF15F6; }
p { color: rgb(239,21,246); }
H1.HeaderClassName
{
color: #EF15F6;
}
.AnyTagClassName
{
color: #EF15F6;
}
</style>
background-color css
<style>
a { background-color: #EF15F6; }
a { background-color: rgb(239,21,246); }
div.DivClassName
{
background-color: #EF15F6;
}
.BgClassName
{
background-color: #EF15F6;
}
</style>
border-color css
<style>
span { border-color: #EF15F6; }
span { border-color: rgb(239,21,246); }
td.TdClassName
{
border-color: #EF15F6;
}
.TagClassName
{
border-color: #EF15F6;
}
</style>