Shades of Magenta #EF07EC
Tints of Magenta #EF07EC
RGB
CMYK
RGB Variations
Color information
#EF07EC (or 0xEF07EC) is known color: Magenta. HEX triplet: EF, 07 and EC. RGB value is (239,7,236). Sum of RGB (Red+Green+Blue) = 239+7+236=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 7 (3.12% from 255 or 1.45% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EF07EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF07EC is #10F813. Grayscale: #656565. Windows color (decimal): -1112084 or 15468527. OLE color: 15468527.
HSL color Cylindrical-coordinate representation of color #EF07EC: hue angle of 300.78º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF07EC is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 7 | 236 | - |
| CMYK | 0 | 0.97 | 0.01 | 0.06 |
| HSL | 300.78º | 0.94% | 0.48% | - |
| HSV(B) | 300.78º | 0.97% | 0.94% | - |
| XYZ | 50.81 | 24.56 | 81.42 | - |
| YUV | 102.47 | 203.36 | 225.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 7 | 236 | 0 | 0.97 | 0.01 | 0.06 | 300.78 | 0.94 | 0.48 |
| Hex | EF | 7 | EC | 0 | 61 | 1 | 6 | 12D | 5E | 30 |
| Octal | 357 | 7 | 354 | 0 | 141 | 1 | 6 | 455 | 136 | 60 |
| Binary | 11101111 | 111 | 11101100 | 0 | 1100001 | 1 | 110 | 100101101 | 1011110 | 110000 |
Color Harmonies of #EF07EC
Complementary color
Monochromatic Colors of #EF07EC
Black with #EF07EC
Text Example
Text Example
White with #EF07EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF07EC; }
p { color: rgb(239,7,236); }
H1.HeaderClassName
{
color: #EF07EC;
}
.AnyTagClassName
{
color: #EF07EC;
}
</style>
background-color css
<style>
a { background-color: #EF07EC; }
a { background-color: rgb(239,7,236); }
div.DivClassName
{
background-color: #EF07EC;
}
.BgClassName
{
background-color: #EF07EC;
}
</style>
border-color css
<style>
span { border-color: #EF07EC; }
span { border-color: rgb(239,7,236); }
td.TdClassName
{
border-color: #EF07EC;
}
.TagClassName
{
border-color: #EF07EC;
}
</style>