Shades of Hot Magenta #EF0FDC
Tints of Hot Magenta #EF0FDC
RGB
CMYK
RGB Variations
Color information
#EF0FDC (or 0xEF0FDC) is known color: Hot Magenta. HEX triplet: EF, 0F and DC. RGB value is (239,15,220). Sum of RGB (Red+Green+Blue) = 239+15+220=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 15 (6.25% from 255 or 3.16% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0FDC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0FDC is #10F023. Grayscale: #686868. Windows color (decimal): -1110052 or 14421999. OLE color: 14421999.
HSL color Cylindrical-coordinate representation of color #EF0FDC: hue angle of 305.09º degrees, saturation: 0.88, 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 #EF0FDC is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 15 | 220 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.06 |
| HSL | 305.09º | 0.88% | 0.5% | - |
| HSV(B) | 305.09º | 0.94% | 0.94% | - |
| XYZ | 48.69 | 23.86 | 69.75 | - |
| YUV | 105.35 | 192.71 | 223.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 15 | 220 | 0 | 0.94 | 0.08 | 0.06 | 305.09 | 0.88 | 0.5 |
| Hex | EF | F | DC | 0 | 5E | 8 | 6 | 131 | 58 | 32 |
| Octal | 357 | 17 | 334 | 0 | 136 | 10 | 6 | 461 | 130 | 62 |
| Binary | 11101111 | 1111 | 11011100 | 0 | 1011110 | 1000 | 110 | 100110001 | 1011000 | 110010 |
Color Harmonies of #EF0FDC
Complementary color
Monochromatic Colors of #EF0FDC
Black with #EF0FDC
Text Example
Text Example
White with #EF0FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0FDC; }
p { color: rgb(239,15,220); }
H1.HeaderClassName
{
color: #EF0FDC;
}
.AnyTagClassName
{
color: #EF0FDC;
}
</style>
background-color css
<style>
a { background-color: #EF0FDC; }
a { background-color: rgb(239,15,220); }
div.DivClassName
{
background-color: #EF0FDC;
}
.BgClassName
{
background-color: #EF0FDC;
}
</style>
border-color css
<style>
span { border-color: #EF0FDC; }
span { border-color: rgb(239,15,220); }
td.TdClassName
{
border-color: #EF0FDC;
}
.TagClassName
{
border-color: #EF0FDC;
}
</style>