Shades of Hot Magenta #EF0ED9
Tints of Hot Magenta #EF0ED9
RGB
CMYK
RGB Variations
Color information
#EF0ED9 (or 0xEF0ED9) is known color: Hot Magenta. HEX triplet: EF, 0E and D9. RGB value is (239,14,217). Sum of RGB (Red+Green+Blue) = 239+14+217=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 14 (5.86% from 255 or 2.98% from 470); Blue value is 217 (85.16% from 255 or 46.17% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0ED9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0ED9 is #10F126. Grayscale: #676767. Windows color (decimal): -1110311 or 14225135. OLE color: 14225135.
HSL color Cylindrical-coordinate representation of color #EF0ED9: hue angle of 305.87º 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 #EF0ED9 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 14 | 217 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.06 |
| HSL | 305.87º | 0.89% | 0.5% | - |
| HSV(B) | 305.87º | 0.94% | 0.94% | - |
| XYZ | 48.28 | 23.67 | 67.67 | - |
| YUV | 104.42 | 191.54 | 223.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 14 | 217 | 0 | 0.94 | 0.09 | 0.06 | 305.87 | 0.89 | 0.5 |
| Hex | EF | E | D9 | 0 | 5E | 9 | 6 | 132 | 59 | 32 |
| Octal | 357 | 16 | 331 | 0 | 136 | 11 | 6 | 462 | 131 | 62 |
| Binary | 11101111 | 1110 | 11011001 | 0 | 1011110 | 1001 | 110 | 100110010 | 1011001 | 110010 |
Color Harmonies of #EF0ED9
Complementary color
Monochromatic Colors of #EF0ED9
Black with #EF0ED9
Text Example
Text Example
White with #EF0ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0ED9; }
p { color: rgb(239,14,217); }
H1.HeaderClassName
{
color: #EF0ED9;
}
.AnyTagClassName
{
color: #EF0ED9;
}
</style>
background-color css
<style>
a { background-color: #EF0ED9; }
a { background-color: rgb(239,14,217); }
div.DivClassName
{
background-color: #EF0ED9;
}
.BgClassName
{
background-color: #EF0ED9;
}
</style>
border-color css
<style>
span { border-color: #EF0ED9; }
span { border-color: rgb(239,14,217); }
td.TdClassName
{
border-color: #EF0ED9;
}
.TagClassName
{
border-color: #EF0ED9;
}
</style>