Shades of Magenta #EF17EF
Tints of Magenta #EF17EF
RGB
CMYK
RGB Variations
Color information
#EF17EF (or 0xEF17EF) is known color: Magenta. HEX triplet: EF, 17 and EF. RGB value is (239,23,239). Sum of RGB (Red+Green+Blue) = 239+23+239=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 23 (9.38% from 255 or 4.59% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EF17EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF17EF is #10E810. Grayscale: #6F6F6F. Windows color (decimal): -1107985 or 15669231. OLE color: 15669231.
HSL color Cylindrical-coordinate representation of color #EF17EF: hue angle of 300º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF17EF is Cyan = 0, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 23 | 239 | - |
| CMYK | 0 | 0.90 | 0 | 0.06 |
| HSL | 300º | 0.87% | 0.51% | - |
| HSV(B) | 300º | 0.9% | 0.94% | - |
| XYZ | 51.48 | 25.2 | 83.81 | - |
| YUV | 112.21 | 199.56 | 218.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 23 | 239 | 0 | 0.90 | 0 | 0.06 | 300 | 0.87 | 0.51 |
| Hex | EF | 17 | EF | 0 | 5A | 0 | 6 | 12C | 57 | 33 |
| Octal | 357 | 27 | 357 | 0 | 132 | 0 | 6 | 454 | 127 | 63 |
| Binary | 11101111 | 10111 | 11101111 | 0 | 1011010 | 0 | 110 | 100101100 | 1010111 | 110011 |
Color Harmonies of #EF17EF
Complementary color
Monochromatic Colors of #EF17EF
Black with #EF17EF
Text Example
Text Example
White with #EF17EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF17EF; }
p { color: rgb(239,23,239); }
H1.HeaderClassName
{
color: #EF17EF;
}
.AnyTagClassName
{
color: #EF17EF;
}
</style>
background-color css
<style>
a { background-color: #EF17EF; }
a { background-color: rgb(239,23,239); }
div.DivClassName
{
background-color: #EF17EF;
}
.BgClassName
{
background-color: #EF17EF;
}
</style>
border-color css
<style>
span { border-color: #EF17EF; }
span { border-color: rgb(239,23,239); }
td.TdClassName
{
border-color: #EF17EF;
}
.TagClassName
{
border-color: #EF17EF;
}
</style>