Shades of Hot Magenta #EF04DD
Tints of Hot Magenta #EF04DD
RGB
CMYK
RGB Variations
Color information
#EF04DD (or 0xEF04DD) is known color: Hot Magenta. HEX triplet: EF, 04 and DD. RGB value is (239,4,221). Sum of RGB (Red+Green+Blue) = 239+4+221=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 4 (1.95% from 255 or 0.86% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EF04DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF04DD is #10FB22. Grayscale: #626262. Windows color (decimal): -1112867 or 14484719. OLE color: 14484719.
HSL color Cylindrical-coordinate representation of color #EF04DD: hue angle of 304.6º 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 #EF04DD is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 4 | 221 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.06 |
| HSL | 304.6º | 0.97% | 0.48% | - |
| HSV(B) | 304.6º | 0.98% | 0.94% | - |
| XYZ | 48.69 | 23.66 | 70.41 | - |
| YUV | 99 | 196.86 | 227.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 4 | 221 | 0 | 0.98 | 0.08 | 0.06 | 304.6 | 0.97 | 0.48 |
| Hex | EF | 4 | DD | 0 | 62 | 8 | 6 | 131 | 61 | 30 |
| Octal | 357 | 4 | 335 | 0 | 142 | 10 | 6 | 461 | 141 | 60 |
| Binary | 11101111 | 100 | 11011101 | 0 | 1100010 | 1000 | 110 | 100110001 | 1100001 | 110000 |
Color Harmonies of #EF04DD
Complementary color
Monochromatic Colors of #EF04DD
Black with #EF04DD
Text Example
Text Example
White with #EF04DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF04DD; }
p { color: rgb(239,4,221); }
H1.HeaderClassName
{
color: #EF04DD;
}
.AnyTagClassName
{
color: #EF04DD;
}
</style>
background-color css
<style>
a { background-color: #EF04DD; }
a { background-color: rgb(239,4,221); }
div.DivClassName
{
background-color: #EF04DD;
}
.BgClassName
{
background-color: #EF04DD;
}
</style>
border-color css
<style>
span { border-color: #EF04DD; }
span { border-color: rgb(239,4,221); }
td.TdClassName
{
border-color: #EF04DD;
}
.TagClassName
{
border-color: #EF04DD;
}
</style>