Shades of Magenta #EF17EE
Tints of Magenta #EF17EE
RGB
CMYK
RGB Variations
Color information
#EF17EE (or 0xEF17EE) is known color: Magenta. HEX triplet: EF, 17 and EE. RGB value is (239,23,238). Sum of RGB (Red+Green+Blue) = 239+23+238=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 23 (9.38% from 255 or 4.6% from 500); Blue value is 238 (93.36% from 255 or 47.6% from 500); Max value from RGB is 239 - color contains mainly: red. Hex color #EF17EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF17EE is #10E811. Grayscale: #6F6F6F. Windows color (decimal): -1107986 or 15603695. OLE color: 15603695.
HSL color Cylindrical-coordinate representation of color #EF17EE: hue angle of 300.28º 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 #EF17EE is Cyan = 0, Magento = 0.90, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 23 | 238 | - |
| CMYK | 0 | 0.90 | 0.00 | 0.06 |
| HSL | 300.28º | 0.87% | 0.51% | - |
| HSV(B) | 300.28º | 0.9% | 0.94% | - |
| XYZ | 51.34 | 25.14 | 83.04 | - |
| YUV | 112.09 | 199.06 | 218.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 23 | 238 | 0 | 0.90 | 0.00 | 0.06 | 300.28 | 0.87 | 0.51 |
| Hex | EF | 17 | EE | 0 | 5A | 0 | 6 | 12C | 57 | 33 |
| Octal | 357 | 27 | 356 | 0 | 132 | 0 | 6 | 454 | 127 | 63 |
| Binary | 11101111 | 10111 | 11101110 | 0 | 1011010 | 0 | 110 | 100101100 | 1010111 | 110011 |
Color Harmonies of #EF17EE
Complementary color
Monochromatic Colors of #EF17EE
Black with #EF17EE
Text Example
Text Example
White with #EF17EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF17EE; }
p { color: rgb(239,23,238); }
H1.HeaderClassName
{
color: #EF17EE;
}
.AnyTagClassName
{
color: #EF17EE;
}
</style>
background-color css
<style>
a { background-color: #EF17EE; }
a { background-color: rgb(239,23,238); }
div.DivClassName
{
background-color: #EF17EE;
}
.BgClassName
{
background-color: #EF17EE;
}
</style>
border-color css
<style>
span { border-color: #EF17EE; }
span { border-color: rgb(239,23,238); }
td.TdClassName
{
border-color: #EF17EE;
}
.TagClassName
{
border-color: #EF17EE;
}
</style>