Shades of Magenta #EF10EF
Tints of Magenta #EF10EF
RGB
CMYK
RGB Variations
Color information
#EF10EF (or 0xEF10EF) is known color: Magenta. HEX triplet: EF, 10 and EF. RGB value is (239,16,239). Sum of RGB (Red+Green+Blue) = 239+16+239=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 16 (6.64% from 255 or 3.24% from 494); Blue value is 239 (93.75% from 255 or 48.38% from 494); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EF10EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF10EF is #10EF10. Grayscale: #6B6B6B. Windows color (decimal): -1109777 or 15667439. OLE color: 15667439.
HSL color Cylindrical-coordinate representation of color #EF10EF: hue angle of 300º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF10EF is Cyan = 0, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 16 | 239 | - |
| CMYK | 0 | 0.93 | 0 | 0.06 |
| HSL | 300º | 0.87% | 0.5% | - |
| HSV(B) | 300º | 0.93% | 0.94% | - |
| XYZ | 51.36 | 24.95 | 83.77 | - |
| YUV | 108.1 | 201.88 | 221.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 16 | 239 | 0 | 0.93 | 0 | 0.06 | 300 | 0.87 | 0.5 |
| Hex | EF | 10 | EF | 0 | 5D | 0 | 6 | 12C | 57 | 32 |
| Octal | 357 | 20 | 357 | 0 | 135 | 0 | 6 | 454 | 127 | 62 |
| Binary | 11101111 | 10000 | 11101111 | 0 | 1011101 | 0 | 110 | 100101100 | 1010111 | 110010 |
Color Harmonies of #EF10EF
Complementary color
Monochromatic Colors of #EF10EF
Black with #EF10EF
Text Example
Text Example
White with #EF10EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF10EF; }
p { color: rgb(239,16,239); }
H1.HeaderClassName
{
color: #EF10EF;
}
.AnyTagClassName
{
color: #EF10EF;
}
</style>
background-color css
<style>
a { background-color: #EF10EF; }
a { background-color: rgb(239,16,239); }
div.DivClassName
{
background-color: #EF10EF;
}
.BgClassName
{
background-color: #EF10EF;
}
</style>
border-color css
<style>
span { border-color: #EF10EF; }
span { border-color: rgb(239,16,239); }
td.TdClassName
{
border-color: #EF10EF;
}
.TagClassName
{
border-color: #EF10EF;
}
</style>