Shades of Hot Magenta #EF0ED6
Tints of Hot Magenta #EF0ED6
RGB
CMYK
RGB Variations
Color information
#EF0ED6 (or 0xEF0ED6) is known color: Hot Magenta. HEX triplet: EF, 0E and D6. RGB value is (239,14,214). Sum of RGB (Red+Green+Blue) = 239+14+214=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 14 (5.86% from 255 or 3.00% from 467); Blue value is 214 (83.98% from 255 or 45.82% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0ED6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0ED6 is #10F129. Grayscale: #676767. Windows color (decimal): -1110314 or 14028527. OLE color: 14028527.
HSL color Cylindrical-coordinate representation of color #EF0ED6: hue angle of 306.67º 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 #EF0ED6 is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 14 | 214 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.06 |
| HSL | 306.67º | 0.89% | 0.5% | - |
| HSV(B) | 306.67º | 0.94% | 0.94% | - |
| XYZ | 47.89 | 23.52 | 65.63 | - |
| YUV | 104.08 | 190.04 | 224.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 14 | 214 | 0 | 0.94 | 0.10 | 0.06 | 306.67 | 0.89 | 0.5 |
| Hex | EF | E | D6 | 0 | 5E | A | 6 | 133 | 59 | 32 |
| Octal | 357 | 16 | 326 | 0 | 136 | 12 | 6 | 463 | 131 | 62 |
| Binary | 11101111 | 1110 | 11010110 | 0 | 1011110 | 1010 | 110 | 100110011 | 1011001 | 110010 |
Color Harmonies of #EF0ED6
Complementary color
Monochromatic Colors of #EF0ED6
Black with #EF0ED6
Text Example
Text Example
White with #EF0ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0ED6; }
p { color: rgb(239,14,214); }
H1.HeaderClassName
{
color: #EF0ED6;
}
.AnyTagClassName
{
color: #EF0ED6;
}
</style>
background-color css
<style>
a { background-color: #EF0ED6; }
a { background-color: rgb(239,14,214); }
div.DivClassName
{
background-color: #EF0ED6;
}
.BgClassName
{
background-color: #EF0ED6;
}
</style>
border-color css
<style>
span { border-color: #EF0ED6; }
span { border-color: rgb(239,14,214); }
td.TdClassName
{
border-color: #EF0ED6;
}
.TagClassName
{
border-color: #EF0ED6;
}
</style>