Shades of Magenta #EF0EED
Tints of Magenta #EF0EED
RGB
CMYK
RGB Variations
Color information
#EF0EED (or 0xEF0EED) is known color: Magenta. HEX triplet: EF, 0E and ED. RGB value is (239,14,237). Sum of RGB (Red+Green+Blue) = 239+14+237=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 14 (5.86% from 255 or 2.86% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0EED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF0EED is #10F112. Grayscale: #6A6A6A. Windows color (decimal): -1110291 or 15535855. OLE color: 15535855.
HSL color Cylindrical-coordinate representation of color #EF0EED: hue angle of 300.53º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF0EED is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 14 | 237 | - |
| CMYK | 0 | 0.94 | 0.01 | 0.06 |
| HSL | 300.53º | 0.89% | 0.5% | - |
| HSV(B) | 300.53º | 0.94% | 0.94% | - |
| XYZ | 51.04 | 24.78 | 82.21 | - |
| YUV | 106.7 | 201.54 | 222.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 14 | 237 | 0 | 0.94 | 0.01 | 0.06 | 300.53 | 0.89 | 0.5 |
| Hex | EF | E | ED | 0 | 5E | 1 | 6 | 12D | 59 | 32 |
| Octal | 357 | 16 | 355 | 0 | 136 | 1 | 6 | 455 | 131 | 62 |
| Binary | 11101111 | 1110 | 11101101 | 0 | 1011110 | 1 | 110 | 100101101 | 1011001 | 110010 |
Color Harmonies of #EF0EED
Complementary color
Monochromatic Colors of #EF0EED
Black with #EF0EED
Text Example
Text Example
White with #EF0EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0EED; }
p { color: rgb(239,14,237); }
H1.HeaderClassName
{
color: #EF0EED;
}
.AnyTagClassName
{
color: #EF0EED;
}
</style>
background-color css
<style>
a { background-color: #EF0EED; }
a { background-color: rgb(239,14,237); }
div.DivClassName
{
background-color: #EF0EED;
}
.BgClassName
{
background-color: #EF0EED;
}
</style>
border-color css
<style>
span { border-color: #EF0EED; }
span { border-color: rgb(239,14,237); }
td.TdClassName
{
border-color: #EF0EED;
}
.TagClassName
{
border-color: #EF0EED;
}
</style>