Shades of Magenta #EF20EC
Tints of Magenta #EF20EC
RGB
CMYK
RGB Variations
Color information
#EF20EC (or 0xEF20EC) is known color: Magenta. HEX triplet: EF, 20 and EC. RGB value is (239,32,236). Sum of RGB (Red+Green+Blue) = 239+32+236=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 32 (12.89% from 255 or 6.31% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EF20EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF20EC is #10DF13. Grayscale: #747474. Windows color (decimal): -1105684 or 15474927. OLE color: 15474927.
HSL color Cylindrical-coordinate representation of color #EF20EC: hue angle of 300.87º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF20EC is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 32 | 236 | - |
| CMYK | 0 | 0.87 | 0.01 | 0.06 |
| HSL | 300.87º | 0.87% | 0.53% | - |
| HSV(B) | 300.87º | 0.87% | 0.94% | - |
| XYZ | 51.25 | 25.44 | 81.57 | - |
| YUV | 117.15 | 195.08 | 214.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 32 | 236 | 0 | 0.87 | 0.01 | 0.06 | 300.87 | 0.87 | 0.53 |
| Hex | EF | 20 | EC | 0 | 57 | 1 | 6 | 12D | 57 | 35 |
| Octal | 357 | 40 | 354 | 0 | 127 | 1 | 6 | 455 | 127 | 65 |
| Binary | 11101111 | 100000 | 11101100 | 0 | 1010111 | 1 | 110 | 100101101 | 1010111 | 110101 |
Color Harmonies of #EF20EC
Complementary color
Monochromatic Colors of #EF20EC
Black with #EF20EC
Text Example
Text Example
White with #EF20EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF20EC; }
p { color: rgb(239,32,236); }
H1.HeaderClassName
{
color: #EF20EC;
}
.AnyTagClassName
{
color: #EF20EC;
}
</style>
background-color css
<style>
a { background-color: #EF20EC; }
a { background-color: rgb(239,32,236); }
div.DivClassName
{
background-color: #EF20EC;
}
.BgClassName
{
background-color: #EF20EC;
}
</style>
border-color css
<style>
span { border-color: #EF20EC; }
span { border-color: rgb(239,32,236); }
td.TdClassName
{
border-color: #EF20EC;
}
.TagClassName
{
border-color: #EF20EC;
}
</style>