Shades of Hot Magenta #EF0EDC
Tints of Hot Magenta #EF0EDC
RGB
CMYK
RGB Variations
Color information
#EF0EDC (or 0xEF0EDC) is known color: Hot Magenta. HEX triplet: EF, 0E and DC. RGB value is (239,14,220). Sum of RGB (Red+Green+Blue) = 239+14+220=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 14 (5.86% from 255 or 2.96% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0EDC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0EDC is #10F123. Grayscale: #686868. Windows color (decimal): -1110308 or 14421743. OLE color: 14421743.
HSL color Cylindrical-coordinate representation of color #EF0EDC: hue angle of 305.07º 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 #EF0EDC is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 14 | 220 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.06 |
| HSL | 305.07º | 0.89% | 0.5% | - |
| HSV(B) | 305.07º | 0.94% | 0.94% | - |
| XYZ | 48.67 | 23.83 | 69.74 | - |
| YUV | 104.76 | 193.04 | 223.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 14 | 220 | 0 | 0.94 | 0.08 | 0.06 | 305.07 | 0.89 | 0.5 |
| Hex | EF | E | DC | 0 | 5E | 8 | 6 | 131 | 59 | 32 |
| Octal | 357 | 16 | 334 | 0 | 136 | 10 | 6 | 461 | 131 | 62 |
| Binary | 11101111 | 1110 | 11011100 | 0 | 1011110 | 1000 | 110 | 100110001 | 1011001 | 110010 |
Color Harmonies of #EF0EDC
Complementary color
Monochromatic Colors of #EF0EDC
Black with #EF0EDC
Text Example
Text Example
White with #EF0EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0EDC; }
p { color: rgb(239,14,220); }
H1.HeaderClassName
{
color: #EF0EDC;
}
.AnyTagClassName
{
color: #EF0EDC;
}
</style>
background-color css
<style>
a { background-color: #EF0EDC; }
a { background-color: rgb(239,14,220); }
div.DivClassName
{
background-color: #EF0EDC;
}
.BgClassName
{
background-color: #EF0EDC;
}
</style>
border-color css
<style>
span { border-color: #EF0EDC; }
span { border-color: rgb(239,14,220); }
td.TdClassName
{
border-color: #EF0EDC;
}
.TagClassName
{
border-color: #EF0EDC;
}
</style>