Shades of Hot Magenta #EF04E3
Tints of Hot Magenta #EF04E3
RGB
CMYK
RGB Variations
Color information
#EF04E3 (or 0xEF04E3) is known color: Hot Magenta. HEX triplet: EF, 04 and E3. RGB value is (239,4,227). Sum of RGB (Red+Green+Blue) = 239+4+227=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 4 (1.95% from 255 or 0.85% from 470); Blue value is 227 (89.06% from 255 or 48.30% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EF04E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF04E3 is #10FB1C. Grayscale: #636363. Windows color (decimal): -1112861 or 14877935. OLE color: 14877935.
HSL color Cylindrical-coordinate representation of color #EF04E3: hue angle of 303.06º 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 #EF04E3 is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 4 | 227 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.06 |
| HSL | 303.06º | 0.97% | 0.48% | - |
| HSV(B) | 303.06º | 0.98% | 0.94% | - |
| XYZ | 49.51 | 23.98 | 74.69 | - |
| YUV | 99.69 | 199.86 | 227.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 4 | 227 | 0 | 0.98 | 0.05 | 0.06 | 303.06 | 0.97 | 0.48 |
| Hex | EF | 4 | E3 | 0 | 62 | 5 | 6 | 12F | 61 | 30 |
| Octal | 357 | 4 | 343 | 0 | 142 | 5 | 6 | 457 | 141 | 60 |
| Binary | 11101111 | 100 | 11100011 | 0 | 1100010 | 101 | 110 | 100101111 | 1100001 | 110000 |
Color Harmonies of #EF04E3
Complementary color
Monochromatic Colors of #EF04E3
Black with #EF04E3
Text Example
Text Example
White with #EF04E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF04E3; }
p { color: rgb(239,4,227); }
H1.HeaderClassName
{
color: #EF04E3;
}
.AnyTagClassName
{
color: #EF04E3;
}
</style>
background-color css
<style>
a { background-color: #EF04E3; }
a { background-color: rgb(239,4,227); }
div.DivClassName
{
background-color: #EF04E3;
}
.BgClassName
{
background-color: #EF04E3;
}
</style>
border-color css
<style>
span { border-color: #EF04E3; }
span { border-color: rgb(239,4,227); }
td.TdClassName
{
border-color: #EF04E3;
}
.TagClassName
{
border-color: #EF04E3;
}
</style>