Shades of Hot Magenta #EF07DC
Tints of Hot Magenta #EF07DC
RGB
CMYK
RGB Variations
Color information
#EF07DC (or 0xEF07DC) is known color: Hot Magenta. HEX triplet: EF, 07 and DC. RGB value is (239,7,220). Sum of RGB (Red+Green+Blue) = 239+7+220=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 7 (3.12% from 255 or 1.50% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EF07DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF07DC is #10F823. Grayscale: #646464. Windows color (decimal): -1112100 or 14419951. OLE color: 14419951.
HSL color Cylindrical-coordinate representation of color #EF07DC: hue angle of 304.91º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF07DC is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 7 | 220 | - |
| CMYK | 0 | 0.97 | 0.08 | 0.06 |
| HSL | 304.91º | 0.94% | 0.48% | - |
| HSV(B) | 304.91º | 0.97% | 0.94% | - |
| XYZ | 48.59 | 23.67 | 69.72 | - |
| YUV | 100.65 | 195.36 | 226.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 7 | 220 | 0 | 0.97 | 0.08 | 0.06 | 304.91 | 0.94 | 0.48 |
| Hex | EF | 7 | DC | 0 | 61 | 8 | 6 | 131 | 5E | 30 |
| Octal | 357 | 7 | 334 | 0 | 141 | 10 | 6 | 461 | 136 | 60 |
| Binary | 11101111 | 111 | 11011100 | 0 | 1100001 | 1000 | 110 | 100110001 | 1011110 | 110000 |
Color Harmonies of #EF07DC
Complementary color
Monochromatic Colors of #EF07DC
Black with #EF07DC
Text Example
Text Example
White with #EF07DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF07DC; }
p { color: rgb(239,7,220); }
H1.HeaderClassName
{
color: #EF07DC;
}
.AnyTagClassName
{
color: #EF07DC;
}
</style>
background-color css
<style>
a { background-color: #EF07DC; }
a { background-color: rgb(239,7,220); }
div.DivClassName
{
background-color: #EF07DC;
}
.BgClassName
{
background-color: #EF07DC;
}
</style>
border-color css
<style>
span { border-color: #EF07DC; }
span { border-color: rgb(239,7,220); }
td.TdClassName
{
border-color: #EF07DC;
}
.TagClassName
{
border-color: #EF07DC;
}
</style>