Shades of Hot Magenta #EF0FE4
Tints of Hot Magenta #EF0FE4
RGB
CMYK
RGB Variations
Color information
#EF0FE4 (or 0xEF0FE4) is known color: Hot Magenta. HEX triplet: EF, 0F and E4. RGB value is (239,15,228). Sum of RGB (Red+Green+Blue) = 239+15+228=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 15 (6.25% from 255 or 3.11% from 482); Blue value is 228 (89.45% from 255 or 47.30% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0FE4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0FE4 is #10F01B. Grayscale: #696969. Windows color (decimal): -1110044 or 14946287. OLE color: 14946287.
HSL color Cylindrical-coordinate representation of color #EF0FE4: hue angle of 302.95º 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 #EF0FE4 is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 15 | 228 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.06 |
| HSL | 302.95º | 0.88% | 0.5% | - |
| HSV(B) | 302.95º | 0.94% | 0.94% | - |
| XYZ | 49.77 | 24.29 | 75.46 | - |
| YUV | 106.26 | 196.71 | 222.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 15 | 228 | 0 | 0.94 | 0.05 | 0.06 | 302.95 | 0.88 | 0.5 |
| Hex | EF | F | E4 | 0 | 5E | 5 | 6 | 12F | 58 | 32 |
| Octal | 357 | 17 | 344 | 0 | 136 | 5 | 6 | 457 | 130 | 62 |
| Binary | 11101111 | 1111 | 11100100 | 0 | 1011110 | 101 | 110 | 100101111 | 1011000 | 110010 |
Color Harmonies of #EF0FE4
Complementary color
Monochromatic Colors of #EF0FE4
Black with #EF0FE4
Text Example
Text Example
White with #EF0FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0FE4; }
p { color: rgb(239,15,228); }
H1.HeaderClassName
{
color: #EF0FE4;
}
.AnyTagClassName
{
color: #EF0FE4;
}
</style>
background-color css
<style>
a { background-color: #EF0FE4; }
a { background-color: rgb(239,15,228); }
div.DivClassName
{
background-color: #EF0FE4;
}
.BgClassName
{
background-color: #EF0FE4;
}
</style>
border-color css
<style>
span { border-color: #EF0FE4; }
span { border-color: rgb(239,15,228); }
td.TdClassName
{
border-color: #EF0FE4;
}
.TagClassName
{
border-color: #EF0FE4;
}
</style>