Shades of Hot Magenta #EF0FDF
Tints of Hot Magenta #EF0FDF
RGB
CMYK
RGB Variations
Color information
#EF0FDF (or 0xEF0FDF) is known color: Hot Magenta. HEX triplet: EF, 0F and DF. RGB value is (239,15,223). Sum of RGB (Red+Green+Blue) = 239+15+223=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 15 (6.25% from 255 or 3.14% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0FDF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0FDF is #10F020. Grayscale: #696969. Windows color (decimal): -1110049 or 14618607. OLE color: 14618607.
HSL color Cylindrical-coordinate representation of color #EF0FDF: hue angle of 304.29º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF0FDF is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 15 | 223 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.06 |
| HSL | 304.29º | 0.88% | 0.5% | - |
| HSV(B) | 304.29º | 0.94% | 0.94% | - |
| XYZ | 49.09 | 24.02 | 71.86 | - |
| YUV | 105.69 | 194.21 | 223.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 15 | 223 | 0 | 0.94 | 0.07 | 0.06 | 304.29 | 0.88 | 0.5 |
| Hex | EF | F | DF | 0 | 5E | 7 | 6 | 130 | 58 | 32 |
| Octal | 357 | 17 | 337 | 0 | 136 | 7 | 6 | 460 | 130 | 62 |
| Binary | 11101111 | 1111 | 11011111 | 0 | 1011110 | 111 | 110 | 100110000 | 1011000 | 110010 |
Color Harmonies of #EF0FDF
Complementary color
Monochromatic Colors of #EF0FDF
Black with #EF0FDF
Text Example
Text Example
White with #EF0FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0FDF; }
p { color: rgb(239,15,223); }
H1.HeaderClassName
{
color: #EF0FDF;
}
.AnyTagClassName
{
color: #EF0FDF;
}
</style>
background-color css
<style>
a { background-color: #EF0FDF; }
a { background-color: rgb(239,15,223); }
div.DivClassName
{
background-color: #EF0FDF;
}
.BgClassName
{
background-color: #EF0FDF;
}
</style>
border-color css
<style>
span { border-color: #EF0FDF; }
span { border-color: rgb(239,15,223); }
td.TdClassName
{
border-color: #EF0FDF;
}
.TagClassName
{
border-color: #EF0FDF;
}
</style>