Shades of Magenta #EF16ED
Tints of Magenta #EF16ED
RGB
CMYK
RGB Variations
Color information
#EF16ED (or 0xEF16ED) is known color: Magenta. HEX triplet: EF, 16 and ED. RGB value is (239,22,237). Sum of RGB (Red+Green+Blue) = 239+22+237=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 22 (8.98% from 255 or 4.42% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EF16ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF16ED is #10E912. Grayscale: #6E6E6E. Windows color (decimal): -1108243 or 15537903. OLE color: 15537903.
HSL color Cylindrical-coordinate representation of color #EF16ED: hue angle of 300.55º 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 #EF16ED is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 22 | 237 | - |
| CMYK | 0 | 0.91 | 0.01 | 0.06 |
| HSL | 300.55º | 0.87% | 0.51% | - |
| HSV(B) | 300.55º | 0.91% | 0.94% | - |
| XYZ | 51.17 | 25.04 | 82.26 | - |
| YUV | 111.39 | 198.89 | 219.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 22 | 237 | 0 | 0.91 | 0.01 | 0.06 | 300.55 | 0.87 | 0.51 |
| Hex | EF | 16 | ED | 0 | 5B | 1 | 6 | 12D | 57 | 33 |
| Octal | 357 | 26 | 355 | 0 | 133 | 1 | 6 | 455 | 127 | 63 |
| Binary | 11101111 | 10110 | 11101101 | 0 | 1011011 | 1 | 110 | 100101101 | 1010111 | 110011 |
Color Harmonies of #EF16ED
Complementary color
Monochromatic Colors of #EF16ED
Black with #EF16ED
Text Example
Text Example
White with #EF16ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF16ED; }
p { color: rgb(239,22,237); }
H1.HeaderClassName
{
color: #EF16ED;
}
.AnyTagClassName
{
color: #EF16ED;
}
</style>
background-color css
<style>
a { background-color: #EF16ED; }
a { background-color: rgb(239,22,237); }
div.DivClassName
{
background-color: #EF16ED;
}
.BgClassName
{
background-color: #EF16ED;
}
</style>
border-color css
<style>
span { border-color: #EF16ED; }
span { border-color: rgb(239,22,237); }
td.TdClassName
{
border-color: #EF16ED;
}
.TagClassName
{
border-color: #EF16ED;
}
</style>