Shades of Hot Magenta #EF07CF
Tints of Hot Magenta #EF07CF
RGB
CMYK
RGB Variations
Color information
#EF07CF (or 0xEF07CF) is known color: Hot Magenta. HEX triplet: EF, 07 and CF. RGB value is (239,7,207). Sum of RGB (Red+Green+Blue) = 239+7+207=453 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.76% from 453); Green value is 7 (3.12% from 255 or 1.55% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 239 - color contains mainly: red. Hex color #EF07CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF07CF is #10F830. Grayscale: #626262. Windows color (decimal): -1112113 or 13567983. OLE color: 13567983.
HSL color Cylindrical-coordinate representation of color #EF07CF: hue angle of 308.28º 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 #EF07CF is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 7 | 207 | - |
| CMYK | 0 | 0.97 | 0.13 | 0.06 |
| HSL | 308.28º | 0.94% | 0.48% | - |
| HSV(B) | 308.28º | 0.97% | 0.94% | - |
| XYZ | 46.94 | 23.01 | 61 | - |
| YUV | 99.17 | 188.86 | 227.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 7 | 207 | 0 | 0.97 | 0.13 | 0.06 | 308.28 | 0.94 | 0.48 |
| Hex | EF | 7 | CF | 0 | 61 | D | 6 | 134 | 5E | 30 |
| Octal | 357 | 7 | 317 | 0 | 141 | 15 | 6 | 464 | 136 | 60 |
| Binary | 11101111 | 111 | 11001111 | 0 | 1100001 | 1101 | 110 | 100110100 | 1011110 | 110000 |
Color Harmonies of #EF07CF
Complementary color
Monochromatic Colors of #EF07CF
Black with #EF07CF
Text Example
Text Example
White with #EF07CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF07CF; }
p { color: rgb(239,7,207); }
H1.HeaderClassName
{
color: #EF07CF;
}
.AnyTagClassName
{
color: #EF07CF;
}
</style>
background-color css
<style>
a { background-color: #EF07CF; }
a { background-color: rgb(239,7,207); }
div.DivClassName
{
background-color: #EF07CF;
}
.BgClassName
{
background-color: #EF07CF;
}
</style>
border-color css
<style>
span { border-color: #EF07CF; }
span { border-color: rgb(239,7,207); }
td.TdClassName
{
border-color: #EF07CF;
}
.TagClassName
{
border-color: #EF07CF;
}
</style>