Shades of Hot Magenta #EF07E3
Tints of Hot Magenta #EF07E3
RGB
CMYK
RGB Variations
Color information
#EF07E3 (or 0xEF07E3) is known color: Hot Magenta. HEX triplet: EF, 07 and E3. RGB value is (239,7,227). Sum of RGB (Red+Green+Blue) = 239+7+227=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 7 (3.12% from 255 or 1.48% from 473); Blue value is 227 (89.06% from 255 or 47.99% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EF07E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF07E3 is #10F81C. Grayscale: #646464. Windows color (decimal): -1112093 or 14878703. OLE color: 14878703.
HSL color Cylindrical-coordinate representation of color #EF07E3: hue angle of 303.1º 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 #EF07E3 is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 7 | 227 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.06 |
| HSL | 303.1º | 0.94% | 0.48% | - |
| HSV(B) | 303.1º | 0.97% | 0.94% | - |
| XYZ | 49.54 | 24.05 | 74.7 | - |
| YUV | 101.45 | 198.86 | 226.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 7 | 227 | 0 | 0.97 | 0.05 | 0.06 | 303.1 | 0.94 | 0.48 |
| Hex | EF | 7 | E3 | 0 | 61 | 5 | 6 | 12F | 5E | 30 |
| Octal | 357 | 7 | 343 | 0 | 141 | 5 | 6 | 457 | 136 | 60 |
| Binary | 11101111 | 111 | 11100011 | 0 | 1100001 | 101 | 110 | 100101111 | 1011110 | 110000 |
Color Harmonies of #EF07E3
Complementary color
Monochromatic Colors of #EF07E3
Black with #EF07E3
Text Example
Text Example
White with #EF07E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF07E3; }
p { color: rgb(239,7,227); }
H1.HeaderClassName
{
color: #EF07E3;
}
.AnyTagClassName
{
color: #EF07E3;
}
</style>
background-color css
<style>
a { background-color: #EF07E3; }
a { background-color: rgb(239,7,227); }
div.DivClassName
{
background-color: #EF07E3;
}
.BgClassName
{
background-color: #EF07E3;
}
</style>
border-color css
<style>
span { border-color: #EF07E3; }
span { border-color: rgb(239,7,227); }
td.TdClassName
{
border-color: #EF07E3;
}
.TagClassName
{
border-color: #EF07E3;
}
</style>