Shades of Magenta #EF0FEC
Tints of Magenta #EF0FEC
RGB
CMYK
RGB Variations
Color information
#EF0FEC (or 0xEF0FEC) is known color: Magenta. HEX triplet: EF, 0F and EC. RGB value is (239,15,236). Sum of RGB (Red+Green+Blue) = 239+15+236=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 15 (6.25% from 255 or 3.06% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0FEC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF0FEC is #10F013. Grayscale: #6A6A6A. Windows color (decimal): -1110036 or 15470575. OLE color: 15470575.
HSL color Cylindrical-coordinate representation of color #EF0FEC: hue angle of 300.8º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF0FEC is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 15 | 236 | - |
| CMYK | 0 | 0.94 | 0.01 | 0.06 |
| HSL | 300.8º | 0.88% | 0.5% | - |
| HSV(B) | 300.8º | 0.94% | 0.94% | - |
| XYZ | 50.91 | 24.75 | 81.45 | - |
| YUV | 107.17 | 200.71 | 222.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 15 | 236 | 0 | 0.94 | 0.01 | 0.06 | 300.8 | 0.88 | 0.5 |
| Hex | EF | F | EC | 0 | 5E | 1 | 6 | 12D | 58 | 32 |
| Octal | 357 | 17 | 354 | 0 | 136 | 1 | 6 | 455 | 130 | 62 |
| Binary | 11101111 | 1111 | 11101100 | 0 | 1011110 | 1 | 110 | 100101101 | 1011000 | 110010 |
Color Harmonies of #EF0FEC
Complementary color
Monochromatic Colors of #EF0FEC
Black with #EF0FEC
Text Example
Text Example
White with #EF0FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0FEC; }
p { color: rgb(239,15,236); }
H1.HeaderClassName
{
color: #EF0FEC;
}
.AnyTagClassName
{
color: #EF0FEC;
}
</style>
background-color css
<style>
a { background-color: #EF0FEC; }
a { background-color: rgb(239,15,236); }
div.DivClassName
{
background-color: #EF0FEC;
}
.BgClassName
{
background-color: #EF0FEC;
}
</style>
border-color css
<style>
span { border-color: #EF0FEC; }
span { border-color: rgb(239,15,236); }
td.TdClassName
{
border-color: #EF0FEC;
}
.TagClassName
{
border-color: #EF0FEC;
}
</style>