Shades of Magenta #EF0DEC
Tints of Magenta #EF0DEC
RGB
CMYK
RGB Variations
Color information
#EF0DEC (or 0xEF0DEC) is known color: Magenta. HEX triplet: EF, 0D and EC. RGB value is (239,13,236). Sum of RGB (Red+Green+Blue) = 239+13+236=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 13 (5.47% from 255 or 2.66% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0DEC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF0DEC is #10F213. Grayscale: #696969. Windows color (decimal): -1110548 or 15470063. OLE color: 15470063.
HSL color Cylindrical-coordinate representation of color #EF0DEC: hue angle of 300.8º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF0DEC is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 13 | 236 | - |
| CMYK | 0 | 0.95 | 0.01 | 0.06 |
| HSL | 300.8º | 0.9% | 0.49% | - |
| HSV(B) | 300.8º | 0.95% | 0.94% | - |
| XYZ | 50.88 | 24.69 | 81.44 | - |
| YUV | 106 | 201.37 | 222.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 13 | 236 | 0 | 0.95 | 0.01 | 0.06 | 300.8 | 0.9 | 0.49 |
| Hex | EF | D | EC | 0 | 5F | 1 | 6 | 12D | 5A | 31 |
| Octal | 357 | 15 | 354 | 0 | 137 | 1 | 6 | 455 | 132 | 61 |
| Binary | 11101111 | 1101 | 11101100 | 0 | 1011111 | 1 | 110 | 100101101 | 1011010 | 110001 |
Color Harmonies of #EF0DEC
Complementary color
Monochromatic Colors of #EF0DEC
Black with #EF0DEC
Text Example
Text Example
White with #EF0DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0DEC; }
p { color: rgb(239,13,236); }
H1.HeaderClassName
{
color: #EF0DEC;
}
.AnyTagClassName
{
color: #EF0DEC;
}
</style>
background-color css
<style>
a { background-color: #EF0DEC; }
a { background-color: rgb(239,13,236); }
div.DivClassName
{
background-color: #EF0DEC;
}
.BgClassName
{
background-color: #EF0DEC;
}
</style>
border-color css
<style>
span { border-color: #EF0DEC; }
span { border-color: rgb(239,13,236); }
td.TdClassName
{
border-color: #EF0DEC;
}
.TagClassName
{
border-color: #EF0DEC;
}
</style>