Shades of Hot Magenta #EF07E2
Tints of Hot Magenta #EF07E2
RGB
CMYK
RGB Variations
Color information
#EF07E2 (or 0xEF07E2) is known color: Hot Magenta. HEX triplet: EF, 07 and E2. RGB value is (239,7,226). Sum of RGB (Red+Green+Blue) = 239+7+226=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 7 (3.12% from 255 or 1.48% from 472); Blue value is 226 (88.67% from 255 or 47.88% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EF07E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF07E2 is #10F81D. Grayscale: #646464. Windows color (decimal): -1112094 or 14813167. OLE color: 14813167.
HSL color Cylindrical-coordinate representation of color #EF07E2: hue angle of 303.36º 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 #EF07E2 is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 7 | 226 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.06 |
| HSL | 303.36º | 0.94% | 0.48% | - |
| HSV(B) | 303.36º | 0.97% | 0.94% | - |
| XYZ | 49.4 | 23.99 | 73.98 | - |
| YUV | 101.33 | 198.36 | 226.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 7 | 226 | 0 | 0.97 | 0.05 | 0.06 | 303.36 | 0.94 | 0.48 |
| Hex | EF | 7 | E2 | 0 | 61 | 5 | 6 | 12F | 5E | 30 |
| Octal | 357 | 7 | 342 | 0 | 141 | 5 | 6 | 457 | 136 | 60 |
| Binary | 11101111 | 111 | 11100010 | 0 | 1100001 | 101 | 110 | 100101111 | 1011110 | 110000 |
Color Harmonies of #EF07E2
Complementary color
Monochromatic Colors of #EF07E2
Black with #EF07E2
Text Example
Text Example
White with #EF07E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF07E2; }
p { color: rgb(239,7,226); }
H1.HeaderClassName
{
color: #EF07E2;
}
.AnyTagClassName
{
color: #EF07E2;
}
</style>
background-color css
<style>
a { background-color: #EF07E2; }
a { background-color: rgb(239,7,226); }
div.DivClassName
{
background-color: #EF07E2;
}
.BgClassName
{
background-color: #EF07E2;
}
</style>
border-color css
<style>
span { border-color: #EF07E2; }
span { border-color: rgb(239,7,226); }
td.TdClassName
{
border-color: #EF07E2;
}
.TagClassName
{
border-color: #EF07E2;
}
</style>