Shades of Magenta #EF16EB
Tints of Magenta #EF16EB
RGB
CMYK
RGB Variations
Color information
#EF16EB (or 0xEF16EB) is known color: Magenta. HEX triplet: EF, 16 and EB. RGB value is (239,22,235). Sum of RGB (Red+Green+Blue) = 239+22+235=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 22 (8.98% from 255 or 4.44% from 496); Blue value is 235 (92.19% from 255 or 47.38% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EF16EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF16EB is #10E914. Grayscale: #6E6E6E. Windows color (decimal): -1108245 or 15406831. OLE color: 15406831.
HSL color Cylindrical-coordinate representation of color #EF16EB: hue angle of 301.11º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF16EB is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 22 | 235 | - |
| CMYK | 0 | 0.91 | 0.02 | 0.06 |
| HSL | 301.11º | 0.87% | 0.51% | - |
| HSV(B) | 301.11º | 0.91% | 0.94% | - |
| XYZ | 50.88 | 24.92 | 80.73 | - |
| YUV | 111.17 | 197.89 | 219.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 22 | 235 | 0 | 0.91 | 0.02 | 0.06 | 301.11 | 0.87 | 0.51 |
| Hex | EF | 16 | EB | 0 | 5B | 2 | 6 | 12D | 57 | 33 |
| Octal | 357 | 26 | 353 | 0 | 133 | 2 | 6 | 455 | 127 | 63 |
| Binary | 11101111 | 10110 | 11101011 | 0 | 1011011 | 10 | 110 | 100101101 | 1010111 | 110011 |
Color Harmonies of #EF16EB
Complementary color
Monochromatic Colors of #EF16EB
Black with #EF16EB
Text Example
Text Example
White with #EF16EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF16EB; }
p { color: rgb(239,22,235); }
H1.HeaderClassName
{
color: #EF16EB;
}
.AnyTagClassName
{
color: #EF16EB;
}
</style>
background-color css
<style>
a { background-color: #EF16EB; }
a { background-color: rgb(239,22,235); }
div.DivClassName
{
background-color: #EF16EB;
}
.BgClassName
{
background-color: #EF16EB;
}
</style>
border-color css
<style>
span { border-color: #EF16EB; }
span { border-color: rgb(239,22,235); }
td.TdClassName
{
border-color: #EF16EB;
}
.TagClassName
{
border-color: #EF16EB;
}
</style>