Shades of Magenta #EF15FC
Tints of Magenta #EF15FC
RGB
CMYK
RGB Variations
Color information
#EF15FC (or 0xEF15FC) is known color: Magenta. HEX triplet: EF, 15 and FC. RGB value is (239,21,252). Sum of RGB (Red+Green+Blue) = 239+21+252=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 21 (8.59% from 255 or 4.10% from 512); Blue value is 252 (98.83% from 255 or 49.22% from 512); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF15FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF15FC is #10EA03. Grayscale: #6F6F6F. Windows color (decimal): -1108484 or 16520687. OLE color: 16520687.
HSL color Cylindrical-coordinate representation of color #EF15FC: hue angle of 296.62º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF15FC is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 21 | 252 | - |
| CMYK | 0.05 | 0.92 | 0 | 0.01 |
| HSL | 296.62º | 0.97% | 0.54% | - |
| HSV(B) | 296.62º | 0.92% | 0.99% | - |
| XYZ | 53.44 | 25.92 | 94.28 | - |
| YUV | 112.52 | 206.72 | 218.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 21 | 252 | 0.05 | 0.92 | 0 | 0.01 | 296.62 | 0.97 | 0.54 |
| Hex | EF | 15 | FC | 5 | 5C | 0 | 1 | 129 | 61 | 36 |
| Octal | 357 | 25 | 374 | 5 | 134 | 0 | 1 | 451 | 141 | 66 |
| Binary | 11101111 | 10101 | 11111100 | 101 | 1011100 | 0 | 1 | 100101001 | 1100001 | 110110 |
Color Harmonies of #EF15FC
Complementary color
Monochromatic Colors of #EF15FC
Black with #EF15FC
Text Example
Text Example
White with #EF15FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF15FC; }
p { color: rgb(239,21,252); }
H1.HeaderClassName
{
color: #EF15FC;
}
.AnyTagClassName
{
color: #EF15FC;
}
</style>
background-color css
<style>
a { background-color: #EF15FC; }
a { background-color: rgb(239,21,252); }
div.DivClassName
{
background-color: #EF15FC;
}
.BgClassName
{
background-color: #EF15FC;
}
</style>
border-color css
<style>
span { border-color: #EF15FC; }
span { border-color: rgb(239,21,252); }
td.TdClassName
{
border-color: #EF15FC;
}
.TagClassName
{
border-color: #EF15FC;
}
</style>