Shades of Hot Magenta #EF04E1
Tints of Hot Magenta #EF04E1
RGB
CMYK
RGB Variations
Color information
#EF04E1 (or 0xEF04E1) is known color: Hot Magenta. HEX triplet: EF, 04 and E1. RGB value is (239,4,225). Sum of RGB (Red+Green+Blue) = 239+4+225=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 4 (1.95% from 255 or 0.85% from 468); Blue value is 225 (88.28% from 255 or 48.08% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EF04E1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF04E1 is #10FB1E. Grayscale: #626262. Windows color (decimal): -1112863 or 14746863. OLE color: 14746863.
HSL color Cylindrical-coordinate representation of color #EF04E1: hue angle of 303.57º 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 #EF04E1 is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 4 | 225 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.06 |
| HSL | 303.57º | 0.97% | 0.48% | - |
| HSV(B) | 303.57º | 0.98% | 0.94% | - |
| XYZ | 49.23 | 23.87 | 73.25 | - |
| YUV | 99.46 | 198.86 | 227.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 4 | 225 | 0 | 0.98 | 0.06 | 0.06 | 303.57 | 0.97 | 0.48 |
| Hex | EF | 4 | E1 | 0 | 62 | 6 | 6 | 130 | 61 | 30 |
| Octal | 357 | 4 | 341 | 0 | 142 | 6 | 6 | 460 | 141 | 60 |
| Binary | 11101111 | 100 | 11100001 | 0 | 1100010 | 110 | 110 | 100110000 | 1100001 | 110000 |
Color Harmonies of #EF04E1
Complementary color
Monochromatic Colors of #EF04E1
Black with #EF04E1
Text Example
Text Example
White with #EF04E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF04E1; }
p { color: rgb(239,4,225); }
H1.HeaderClassName
{
color: #EF04E1;
}
.AnyTagClassName
{
color: #EF04E1;
}
</style>
background-color css
<style>
a { background-color: #EF04E1; }
a { background-color: rgb(239,4,225); }
div.DivClassName
{
background-color: #EF04E1;
}
.BgClassName
{
background-color: #EF04E1;
}
</style>
border-color css
<style>
span { border-color: #EF04E1; }
span { border-color: rgb(239,4,225); }
td.TdClassName
{
border-color: #EF04E1;
}
.TagClassName
{
border-color: #EF04E1;
}
</style>