Shades of Hot Magenta #EF04D7
Tints of Hot Magenta #EF04D7
RGB
CMYK
RGB Variations
Color information
#EF04D7 (or 0xEF04D7) is known color: Hot Magenta. HEX triplet: EF, 04 and D7. RGB value is (239,4,215). Sum of RGB (Red+Green+Blue) = 239+4+215=458 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.18% from 458); Green value is 4 (1.95% from 255 or 0.87% from 458); Blue value is 215 (84.38% from 255 or 46.94% from 458); Max value from RGB is 239 - color contains mainly: red. Hex color #EF04D7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF04D7 is #10FB28. Grayscale: #616161. Windows color (decimal): -1112873 or 14091503. OLE color: 14091503.
HSL color Cylindrical-coordinate representation of color #EF04D7: hue angle of 306.13º 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 #EF04D7 is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 4 | 215 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.06 |
| HSL | 306.13º | 0.97% | 0.48% | - |
| HSV(B) | 306.13º | 0.98% | 0.94% | - |
| XYZ | 47.91 | 23.34 | 66.27 | - |
| YUV | 98.32 | 193.86 | 228.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 4 | 215 | 0 | 0.98 | 0.10 | 0.06 | 306.13 | 0.97 | 0.48 |
| Hex | EF | 4 | D7 | 0 | 62 | A | 6 | 132 | 61 | 30 |
| Octal | 357 | 4 | 327 | 0 | 142 | 12 | 6 | 462 | 141 | 60 |
| Binary | 11101111 | 100 | 11010111 | 0 | 1100010 | 1010 | 110 | 100110010 | 1100001 | 110000 |
Color Harmonies of #EF04D7
Complementary color
Monochromatic Colors of #EF04D7
Black with #EF04D7
Text Example
Text Example
White with #EF04D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF04D7; }
p { color: rgb(239,4,215); }
H1.HeaderClassName
{
color: #EF04D7;
}
.AnyTagClassName
{
color: #EF04D7;
}
</style>
background-color css
<style>
a { background-color: #EF04D7; }
a { background-color: rgb(239,4,215); }
div.DivClassName
{
background-color: #EF04D7;
}
.BgClassName
{
background-color: #EF04D7;
}
</style>
border-color css
<style>
span { border-color: #EF04D7; }
span { border-color: rgb(239,4,215); }
td.TdClassName
{
border-color: #EF04D7;
}
.TagClassName
{
border-color: #EF04D7;
}
</style>