Shades of Hot Magenta #EF0ED4
Tints of Hot Magenta #EF0ED4
RGB
CMYK
RGB Variations
Color information
#EF0ED4 (or 0xEF0ED4) is known color: Hot Magenta. HEX triplet: EF, 0E and D4. RGB value is (239,14,212). Sum of RGB (Red+Green+Blue) = 239+14+212=465 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.40% from 465); Green value is 14 (5.86% from 255 or 3.01% from 465); Blue value is 212 (83.20% from 255 or 45.59% from 465); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0ED4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0ED4 is #10F12B. Grayscale: #676767. Windows color (decimal): -1110316 or 13897455. OLE color: 13897455.
HSL color Cylindrical-coordinate representation of color #EF0ED4: hue angle of 307.2º 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 #EF0ED4 is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 14 | 212 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.06 |
| HSL | 307.2º | 0.89% | 0.5% | - |
| HSV(B) | 307.2º | 0.94% | 0.94% | - |
| XYZ | 47.64 | 23.42 | 64.3 | - |
| YUV | 103.85 | 189.04 | 224.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 14 | 212 | 0 | 0.94 | 0.11 | 0.06 | 307.2 | 0.89 | 0.5 |
| Hex | EF | E | D4 | 0 | 5E | B | 6 | 133 | 59 | 32 |
| Octal | 357 | 16 | 324 | 0 | 136 | 13 | 6 | 463 | 131 | 62 |
| Binary | 11101111 | 1110 | 11010100 | 0 | 1011110 | 1011 | 110 | 100110011 | 1011001 | 110010 |
Color Harmonies of #EF0ED4
Complementary color
Monochromatic Colors of #EF0ED4
Black with #EF0ED4
Text Example
Text Example
White with #EF0ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0ED4; }
p { color: rgb(239,14,212); }
H1.HeaderClassName
{
color: #EF0ED4;
}
.AnyTagClassName
{
color: #EF0ED4;
}
</style>
background-color css
<style>
a { background-color: #EF0ED4; }
a { background-color: rgb(239,14,212); }
div.DivClassName
{
background-color: #EF0ED4;
}
.BgClassName
{
background-color: #EF0ED4;
}
</style>
border-color css
<style>
span { border-color: #EF0ED4; }
span { border-color: rgb(239,14,212); }
td.TdClassName
{
border-color: #EF0ED4;
}
.TagClassName
{
border-color: #EF0ED4;
}
</style>