Shades of Hot Magenta #EF07D6
Tints of Hot Magenta #EF07D6
RGB
CMYK
RGB Variations
Color information
#EF07D6 (or 0xEF07D6) is known color: Hot Magenta. HEX triplet: EF, 07 and D6. RGB value is (239,7,214). Sum of RGB (Red+Green+Blue) = 239+7+214=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 7 (3.12% from 255 or 1.52% from 460); Blue value is 214 (83.98% from 255 or 46.52% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EF07D6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF07D6 is #10F829. Grayscale: #636363. Windows color (decimal): -1112106 or 14026735. OLE color: 14026735.
HSL color Cylindrical-coordinate representation of color #EF07D6: hue angle of 306.47º 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 #EF07D6 is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 7 | 214 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.06 |
| HSL | 306.47º | 0.94% | 0.48% | - |
| HSV(B) | 306.47º | 0.97% | 0.94% | - |
| XYZ | 47.81 | 23.36 | 65.61 | - |
| YUV | 99.97 | 192.36 | 227.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 7 | 214 | 0 | 0.97 | 0.10 | 0.06 | 306.47 | 0.94 | 0.48 |
| Hex | EF | 7 | D6 | 0 | 61 | A | 6 | 132 | 5E | 30 |
| Octal | 357 | 7 | 326 | 0 | 141 | 12 | 6 | 462 | 136 | 60 |
| Binary | 11101111 | 111 | 11010110 | 0 | 1100001 | 1010 | 110 | 100110010 | 1011110 | 110000 |
Color Harmonies of #EF07D6
Complementary color
Monochromatic Colors of #EF07D6
Black with #EF07D6
Text Example
Text Example
White with #EF07D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF07D6; }
p { color: rgb(239,7,214); }
H1.HeaderClassName
{
color: #EF07D6;
}
.AnyTagClassName
{
color: #EF07D6;
}
</style>
background-color css
<style>
a { background-color: #EF07D6; }
a { background-color: rgb(239,7,214); }
div.DivClassName
{
background-color: #EF07D6;
}
.BgClassName
{
background-color: #EF07D6;
}
</style>
border-color css
<style>
span { border-color: #EF07D6; }
span { border-color: rgb(239,7,214); }
td.TdClassName
{
border-color: #EF07D6;
}
.TagClassName
{
border-color: #EF07D6;
}
</style>