Shades of Magenta #EF21EF
Tints of Magenta #EF21EF
RGB
CMYK
RGB Variations
Color information
#EF21EF (or 0xEF21EF) is known color: Magenta. HEX triplet: EF, 21 and EF. RGB value is (239,33,239). Sum of RGB (Red+Green+Blue) = 239+33+239=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 33 (13.28% from 255 or 6.46% from 511); Blue value is 239 (93.75% from 255 or 46.77% from 511); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EF21EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF21EF is #10DE10. Grayscale: #757575. Windows color (decimal): -1105425 or 15671791. OLE color: 15671791.
HSL color Cylindrical-coordinate representation of color #EF21EF: hue angle of 300º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EF21EF is Cyan = 0, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 33 | 239 | - |
| CMYK | 0 | 0.86 | 0 | 0.06 |
| HSL | 300º | 0.87% | 0.53% | - |
| HSV(B) | 300º | 0.86% | 0.94% | - |
| XYZ | 51.72 | 25.67 | 83.89 | - |
| YUV | 118.08 | 196.25 | 214.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 33 | 239 | 0 | 0.86 | 0 | 0.06 | 300 | 0.87 | 0.53 |
| Hex | EF | 21 | EF | 0 | 56 | 0 | 6 | 12C | 57 | 35 |
| Octal | 357 | 41 | 357 | 0 | 126 | 0 | 6 | 454 | 127 | 65 |
| Binary | 11101111 | 100001 | 11101111 | 0 | 1010110 | 0 | 110 | 100101100 | 1010111 | 110101 |
Color Harmonies of #EF21EF
Complementary color
Monochromatic Colors of #EF21EF
Black with #EF21EF
Text Example
Text Example
White with #EF21EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF21EF; }
p { color: rgb(239,33,239); }
H1.HeaderClassName
{
color: #EF21EF;
}
.AnyTagClassName
{
color: #EF21EF;
}
</style>
background-color css
<style>
a { background-color: #EF21EF; }
a { background-color: rgb(239,33,239); }
div.DivClassName
{
background-color: #EF21EF;
}
.BgClassName
{
background-color: #EF21EF;
}
</style>
border-color css
<style>
span { border-color: #EF21EF; }
span { border-color: rgb(239,33,239); }
td.TdClassName
{
border-color: #EF21EF;
}
.TagClassName
{
border-color: #EF21EF;
}
</style>