Shades of Hot Magenta #EF04D9
Tints of Hot Magenta #EF04D9
RGB
CMYK
RGB Variations
Color information
#EF04D9 (or 0xEF04D9) is known color: Hot Magenta. HEX triplet: EF, 04 and D9. RGB value is (239,4,217). Sum of RGB (Red+Green+Blue) = 239+4+217=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 4 (1.95% from 255 or 0.87% from 460); Blue value is 217 (85.16% from 255 or 47.17% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EF04D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF04D9 is #10FB26. Grayscale: #616161. Windows color (decimal): -1112871 or 14222575. OLE color: 14222575.
HSL color Cylindrical-coordinate representation of color #EF04D9: hue angle of 305.62º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF04D9 is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 4 | 217 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.06 |
| HSL | 305.62º | 0.97% | 0.48% | - |
| HSV(B) | 305.62º | 0.98% | 0.94% | - |
| XYZ | 48.16 | 23.45 | 67.63 | - |
| YUV | 98.55 | 194.86 | 228.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 4 | 217 | 0 | 0.98 | 0.09 | 0.06 | 305.62 | 0.97 | 0.48 |
| Hex | EF | 4 | D9 | 0 | 62 | 9 | 6 | 132 | 61 | 30 |
| Octal | 357 | 4 | 331 | 0 | 142 | 11 | 6 | 462 | 141 | 60 |
| Binary | 11101111 | 100 | 11011001 | 0 | 1100010 | 1001 | 110 | 100110010 | 1100001 | 110000 |
Color Harmonies of #EF04D9
Complementary color
Monochromatic Colors of #EF04D9
Black with #EF04D9
Text Example
Text Example
White with #EF04D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF04D9; }
p { color: rgb(239,4,217); }
H1.HeaderClassName
{
color: #EF04D9;
}
.AnyTagClassName
{
color: #EF04D9;
}
</style>
background-color css
<style>
a { background-color: #EF04D9; }
a { background-color: rgb(239,4,217); }
div.DivClassName
{
background-color: #EF04D9;
}
.BgClassName
{
background-color: #EF04D9;
}
</style>
border-color css
<style>
span { border-color: #EF04D9; }
span { border-color: rgb(239,4,217); }
td.TdClassName
{
border-color: #EF04D9;
}
.TagClassName
{
border-color: #EF04D9;
}
</style>