Shades of Magenta #EF15F0
Tints of Magenta #EF15F0
RGB
CMYK
RGB Variations
Color information
#EF15F0 (or 0xEF15F0) is known color: Magenta. HEX triplet: EF, 15 and F0. RGB value is (239,21,240). Sum of RGB (Red+Green+Blue) = 239+21+240=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 21 (8.59% from 255 or 4.2% from 500); Blue value is 240 (94.14% from 255 or 48% from 500); Max value from RGB is 240 - color contains mainly: blue. Hex color #EF15F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF15F0 is #10EA0F. Grayscale: #6E6E6E. Windows color (decimal): -1108496 or 15734255. OLE color: 15734255.
HSL color Cylindrical-coordinate representation of color #EF15F0: hue angle of 299.73º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF15F0 is Cyan = 0.00, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 21 | 240 | - |
| CMYK | 0.00 | 0.91 | 0 | 0.06 |
| HSL | 299.73º | 0.88% | 0.51% | - |
| HSV(B) | 299.73º | 0.91% | 0.94% | - |
| XYZ | 51.59 | 25.18 | 84.58 | - |
| YUV | 111.15 | 200.72 | 219.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 21 | 240 | 0.00 | 0.91 | 0 | 0.06 | 299.73 | 0.88 | 0.51 |
| Hex | EF | 15 | F0 | 0 | 5B | 0 | 6 | 12C | 58 | 33 |
| Octal | 357 | 25 | 360 | 0 | 133 | 0 | 6 | 454 | 130 | 63 |
| Binary | 11101111 | 10101 | 11110000 | 0 | 1011011 | 0 | 110 | 100101100 | 1011000 | 110011 |
Color Harmonies of #EF15F0
Complementary color
Monochromatic Colors of #EF15F0
Black with #EF15F0
Text Example
Text Example
White with #EF15F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF15F0; }
p { color: rgb(239,21,240); }
H1.HeaderClassName
{
color: #EF15F0;
}
.AnyTagClassName
{
color: #EF15F0;
}
</style>
background-color css
<style>
a { background-color: #EF15F0; }
a { background-color: rgb(239,21,240); }
div.DivClassName
{
background-color: #EF15F0;
}
.BgClassName
{
background-color: #EF15F0;
}
</style>
border-color css
<style>
span { border-color: #EF15F0; }
span { border-color: rgb(239,21,240); }
td.TdClassName
{
border-color: #EF15F0;
}
.TagClassName
{
border-color: #EF15F0;
}
</style>