Shades of Magenta #EF00EC
Tints of Magenta #EF00EC
RGB
CMYK
RGB Variations
Color information
#EF00EC (or 0xEF00EC) is known color: Magenta. HEX triplet: EF, 00 and EC. RGB value is (239,0,236). Sum of RGB (Red+Green+Blue) = 239+0+236=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 0 (0.39% from 255 or 0% from 475); Blue value is 236 (92.58% from 255 or 49.68% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EF00EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF00EC is #10FF13. Grayscale: #616161. Windows color (decimal): -1113876 or 15466735. OLE color: 15466735.
HSL color Cylindrical-coordinate representation of color #EF00EC: hue angle of 300.75º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF00EC is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 0 | 236 | - |
| CMYK | 0 | 1 | 0.01 | 0.06 |
| HSL | 300.75º | 1% | 0.47% | - |
| HSV(B) | 300.75º | 1% | 0.94% | - |
| XYZ | 50.74 | 24.41 | 81.39 | - |
| YUV | 98.37 | 205.68 | 228.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 0 | 236 | 0 | 1 | 0.01 | 0.06 | 300.75 | 1 | 0.47 |
| Hex | EF | 0 | EC | 0 | 64 | 1 | 6 | 12D | 64 | 2F |
| Octal | 357 | 0 | 354 | 0 | 144 | 1 | 6 | 455 | 144 | 57 |
| Binary | 11101111 | 0 | 11101100 | 0 | 1100100 | 1 | 110 | 100101101 | 1100100 | 101111 |
Color Harmonies of #EF00EC
Complementary color
Monochromatic Colors of #EF00EC
Black with #EF00EC
Text Example
Text Example
White with #EF00EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF00EC; }
p { color: rgb(239,0,236); }
H1.HeaderClassName
{
color: #EF00EC;
}
.AnyTagClassName
{
color: #EF00EC;
}
</style>
background-color css
<style>
a { background-color: #EF00EC; }
a { background-color: rgb(239,0,236); }
div.DivClassName
{
background-color: #EF00EC;
}
.BgClassName
{
background-color: #EF00EC;
}
</style>
border-color css
<style>
span { border-color: #EF00EC; }
span { border-color: rgb(239,0,236); }
td.TdClassName
{
border-color: #EF00EC;
}
.TagClassName
{
border-color: #EF00EC;
}
</style>