Shades of Magenta #EF22EC
Tints of Magenta #EF22EC
RGB
CMYK
RGB Variations
Color information
#EF22EC (or 0xEF22EC) is known color: Magenta. HEX triplet: EF, 22 and EC. RGB value is (239,34,236). Sum of RGB (Red+Green+Blue) = 239+34+236=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 34 (13.67% from 255 or 6.68% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EF22EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF22EC is #10DD13. Grayscale: #757575. Windows color (decimal): -1105172 or 15475439. OLE color: 15475439.
HSL color Cylindrical-coordinate representation of color #EF22EC: hue angle of 300.88º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EF22EC is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 34 | 236 | - |
| CMYK | 0 | 0.86 | 0.01 | 0.06 |
| HSL | 300.88º | 0.86% | 0.54% | - |
| HSV(B) | 300.88º | 0.86% | 0.94% | - |
| XYZ | 51.31 | 25.55 | 81.58 | - |
| YUV | 118.32 | 194.42 | 214.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 34 | 236 | 0 | 0.86 | 0.01 | 0.06 | 300.88 | 0.86 | 0.54 |
| Hex | EF | 22 | EC | 0 | 56 | 1 | 6 | 12D | 56 | 36 |
| Octal | 357 | 42 | 354 | 0 | 126 | 1 | 6 | 455 | 126 | 66 |
| Binary | 11101111 | 100010 | 11101100 | 0 | 1010110 | 1 | 110 | 100101101 | 1010110 | 110110 |
Color Harmonies of #EF22EC
Complementary color
Monochromatic Colors of #EF22EC
Black with #EF22EC
Text Example
Text Example
White with #EF22EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF22EC; }
p { color: rgb(239,34,236); }
H1.HeaderClassName
{
color: #EF22EC;
}
.AnyTagClassName
{
color: #EF22EC;
}
</style>
background-color css
<style>
a { background-color: #EF22EC; }
a { background-color: rgb(239,34,236); }
div.DivClassName
{
background-color: #EF22EC;
}
.BgClassName
{
background-color: #EF22EC;
}
</style>
border-color css
<style>
span { border-color: #EF22EC; }
span { border-color: rgb(239,34,236); }
td.TdClassName
{
border-color: #EF22EC;
}
.TagClassName
{
border-color: #EF22EC;
}
</style>