Shades of Hot Magenta #EF07D2
Tints of Hot Magenta #EF07D2
RGB
CMYK
RGB Variations
Color information
#EF07D2 (or 0xEF07D2) is known color: Hot Magenta. HEX triplet: EF, 07 and D2. RGB value is (239,7,210). Sum of RGB (Red+Green+Blue) = 239+7+210=456 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.41% from 456); Green value is 7 (3.12% from 255 or 1.54% from 456); Blue value is 210 (82.42% from 255 or 46.05% from 456); Max value from RGB is 239 - color contains mainly: red. Hex color #EF07D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF07D2 is #10F82D. Grayscale: #626262. Windows color (decimal): -1112110 or 13764591. OLE color: 13764591.
HSL color Cylindrical-coordinate representation of color #EF07D2: hue angle of 307.5º 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 #EF07D2 is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 7 | 210 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.06 |
| HSL | 307.5º | 0.94% | 0.48% | - |
| HSV(B) | 307.5º | 0.97% | 0.94% | - |
| XYZ | 47.31 | 23.16 | 62.95 | - |
| YUV | 99.51 | 190.36 | 227.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 7 | 210 | 0 | 0.97 | 0.12 | 0.06 | 307.5 | 0.94 | 0.48 |
| Hex | EF | 7 | D2 | 0 | 61 | C | 6 | 134 | 5E | 30 |
| Octal | 357 | 7 | 322 | 0 | 141 | 14 | 6 | 464 | 136 | 60 |
| Binary | 11101111 | 111 | 11010010 | 0 | 1100001 | 1100 | 110 | 100110100 | 1011110 | 110000 |
Color Harmonies of #EF07D2
Complementary color
Monochromatic Colors of #EF07D2
Black with #EF07D2
Text Example
Text Example
White with #EF07D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF07D2; }
p { color: rgb(239,7,210); }
H1.HeaderClassName
{
color: #EF07D2;
}
.AnyTagClassName
{
color: #EF07D2;
}
</style>
background-color css
<style>
a { background-color: #EF07D2; }
a { background-color: rgb(239,7,210); }
div.DivClassName
{
background-color: #EF07D2;
}
.BgClassName
{
background-color: #EF07D2;
}
</style>
border-color css
<style>
span { border-color: #EF07D2; }
span { border-color: rgb(239,7,210); }
td.TdClassName
{
border-color: #EF07D2;
}
.TagClassName
{
border-color: #EF07D2;
}
</style>