Shades of Hot Magenta #EF0FD4
Tints of Hot Magenta #EF0FD4
RGB
CMYK
RGB Variations
Color information
#EF0FD4 (or 0xEF0FD4) is known color: Hot Magenta. HEX triplet: EF, 0F and D4. RGB value is (239,15,212). Sum of RGB (Red+Green+Blue) = 239+15+212=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 15 (6.25% from 255 or 3.22% from 466); Blue value is 212 (83.20% from 255 or 45.49% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0FD4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0FD4 is #10F02B. Grayscale: #676767. Windows color (decimal): -1110060 or 13897711. OLE color: 13897711.
HSL color Cylindrical-coordinate representation of color #EF0FD4: hue angle of 307.23º 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 #EF0FD4 is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 15 | 212 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.06 |
| HSL | 307.23º | 0.88% | 0.5% | - |
| HSV(B) | 307.23º | 0.94% | 0.94% | - |
| XYZ | 47.65 | 23.45 | 64.3 | - |
| YUV | 104.43 | 188.71 | 223.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 15 | 212 | 0 | 0.94 | 0.11 | 0.06 | 307.23 | 0.88 | 0.5 |
| Hex | EF | F | D4 | 0 | 5E | B | 6 | 133 | 58 | 32 |
| Octal | 357 | 17 | 324 | 0 | 136 | 13 | 6 | 463 | 130 | 62 |
| Binary | 11101111 | 1111 | 11010100 | 0 | 1011110 | 1011 | 110 | 100110011 | 1011000 | 110010 |
Color Harmonies of #EF0FD4
Complementary color
Monochromatic Colors of #EF0FD4
Black with #EF0FD4
Text Example
Text Example
White with #EF0FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0FD4; }
p { color: rgb(239,15,212); }
H1.HeaderClassName
{
color: #EF0FD4;
}
.AnyTagClassName
{
color: #EF0FD4;
}
</style>
background-color css
<style>
a { background-color: #EF0FD4; }
a { background-color: rgb(239,15,212); }
div.DivClassName
{
background-color: #EF0FD4;
}
.BgClassName
{
background-color: #EF0FD4;
}
</style>
border-color css
<style>
span { border-color: #EF0FD4; }
span { border-color: rgb(239,15,212); }
td.TdClassName
{
border-color: #EF0FD4;
}
.TagClassName
{
border-color: #EF0FD4;
}
</style>