Shades of Magenta #EF1DEC
Tints of Magenta #EF1DEC
RGB
CMYK
RGB Variations
Color information
#EF1DEC (or 0xEF1DEC) is known color: Magenta. HEX triplet: EF, 1D and EC. RGB value is (239,29,236). Sum of RGB (Red+Green+Blue) = 239+29+236=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 29 (11.72% from 255 or 5.75% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1DEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF1DEC is #10E213. Grayscale: #727272. Windows color (decimal): -1106452 or 15474159. OLE color: 15474159.
HSL color Cylindrical-coordinate representation of color #EF1DEC: hue angle of 300.86º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF1DEC is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 29 | 236 | - |
| CMYK | 0 | 0.88 | 0.01 | 0.06 |
| HSL | 300.86º | 0.87% | 0.53% | - |
| HSV(B) | 300.86º | 0.88% | 0.94% | - |
| XYZ | 51.18 | 25.29 | 81.54 | - |
| YUV | 115.39 | 196.07 | 216.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 29 | 236 | 0 | 0.88 | 0.01 | 0.06 | 300.86 | 0.87 | 0.53 |
| Hex | EF | 1D | EC | 0 | 58 | 1 | 6 | 12D | 57 | 35 |
| Octal | 357 | 35 | 354 | 0 | 130 | 1 | 6 | 455 | 127 | 65 |
| Binary | 11101111 | 11101 | 11101100 | 0 | 1011000 | 1 | 110 | 100101101 | 1010111 | 110101 |
Color Harmonies of #EF1DEC
Complementary color
Monochromatic Colors of #EF1DEC
Black with #EF1DEC
Text Example
Text Example
White with #EF1DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1DEC; }
p { color: rgb(239,29,236); }
H1.HeaderClassName
{
color: #EF1DEC;
}
.AnyTagClassName
{
color: #EF1DEC;
}
</style>
background-color css
<style>
a { background-color: #EF1DEC; }
a { background-color: rgb(239,29,236); }
div.DivClassName
{
background-color: #EF1DEC;
}
.BgClassName
{
background-color: #EF1DEC;
}
</style>
border-color css
<style>
span { border-color: #EF1DEC; }
span { border-color: rgb(239,29,236); }
td.TdClassName
{
border-color: #EF1DEC;
}
.TagClassName
{
border-color: #EF1DEC;
}
</style>