Shades of Magenta #EF0AED
Tints of Magenta #EF0AED
RGB
CMYK
RGB Variations
Color information
#EF0AED (or 0xEF0AED) is known color: Magenta. HEX triplet: EF, 0A and ED. RGB value is (239,10,237). Sum of RGB (Red+Green+Blue) = 239+10+237=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 10 (4.30% from 255 or 2.06% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0AED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF0AED is #10F512. Grayscale: #676767. Windows color (decimal): -1111315 or 15534831. OLE color: 15534831.
HSL color Cylindrical-coordinate representation of color #EF0AED: hue angle of 300.52º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF0AED is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 10 | 237 | - |
| CMYK | 0 | 0.96 | 0.01 | 0.06 |
| HSL | 300.52º | 0.92% | 0.49% | - |
| HSV(B) | 300.52º | 0.96% | 0.94% | - |
| XYZ | 50.99 | 24.68 | 82.2 | - |
| YUV | 104.35 | 202.87 | 224.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 10 | 237 | 0 | 0.96 | 0.01 | 0.06 | 300.52 | 0.92 | 0.49 |
| Hex | EF | A | ED | 0 | 60 | 1 | 6 | 12D | 5C | 31 |
| Octal | 357 | 12 | 355 | 0 | 140 | 1 | 6 | 455 | 134 | 61 |
| Binary | 11101111 | 1010 | 11101101 | 0 | 1100000 | 1 | 110 | 100101101 | 1011100 | 110001 |
Color Harmonies of #EF0AED
Complementary color
Monochromatic Colors of #EF0AED
Black with #EF0AED
Text Example
Text Example
White with #EF0AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0AED; }
p { color: rgb(239,10,237); }
H1.HeaderClassName
{
color: #EF0AED;
}
.AnyTagClassName
{
color: #EF0AED;
}
</style>
background-color css
<style>
a { background-color: #EF0AED; }
a { background-color: rgb(239,10,237); }
div.DivClassName
{
background-color: #EF0AED;
}
.BgClassName
{
background-color: #EF0AED;
}
</style>
border-color css
<style>
span { border-color: #EF0AED; }
span { border-color: rgb(239,10,237); }
td.TdClassName
{
border-color: #EF0AED;
}
.TagClassName
{
border-color: #EF0AED;
}
</style>