Shades of Magenta #EF12ED
Tints of Magenta #EF12ED
RGB
CMYK
RGB Variations
Color information
#EF12ED (or 0xEF12ED) is known color: Magenta. HEX triplet: EF, 12 and ED. RGB value is (239,18,237). Sum of RGB (Red+Green+Blue) = 239+18+237=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 18 (7.42% from 255 or 3.64% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EF12ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF12ED is #10ED12. Grayscale: #6C6C6C. Windows color (decimal): -1109267 or 15536879. OLE color: 15536879.
HSL color Cylindrical-coordinate representation of color #EF12ED: hue angle of 300.54º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF12ED is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 18 | 237 | - |
| CMYK | 0 | 0.92 | 0.01 | 0.06 |
| HSL | 300.54º | 0.87% | 0.5% | - |
| HSV(B) | 300.54º | 0.92% | 0.94% | - |
| XYZ | 51.1 | 24.9 | 82.23 | - |
| YUV | 109.05 | 200.22 | 220.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 18 | 237 | 0 | 0.92 | 0.01 | 0.06 | 300.54 | 0.87 | 0.5 |
| Hex | EF | 12 | ED | 0 | 5C | 1 | 6 | 12D | 57 | 32 |
| Octal | 357 | 22 | 355 | 0 | 134 | 1 | 6 | 455 | 127 | 62 |
| Binary | 11101111 | 10010 | 11101101 | 0 | 1011100 | 1 | 110 | 100101101 | 1010111 | 110010 |
Color Harmonies of #EF12ED
Complementary color
Monochromatic Colors of #EF12ED
Black with #EF12ED
Text Example
Text Example
White with #EF12ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF12ED; }
p { color: rgb(239,18,237); }
H1.HeaderClassName
{
color: #EF12ED;
}
.AnyTagClassName
{
color: #EF12ED;
}
</style>
background-color css
<style>
a { background-color: #EF12ED; }
a { background-color: rgb(239,18,237); }
div.DivClassName
{
background-color: #EF12ED;
}
.BgClassName
{
background-color: #EF12ED;
}
</style>
border-color css
<style>
span { border-color: #EF12ED; }
span { border-color: rgb(239,18,237); }
td.TdClassName
{
border-color: #EF12ED;
}
.TagClassName
{
border-color: #EF12ED;
}
</style>