Shades of Hot Magenta #EF05DF
Tints of Hot Magenta #EF05DF
RGB
CMYK
RGB Variations
Color information
#EF05DF (or 0xEF05DF) is known color: Hot Magenta. HEX triplet: EF, 05 and DF. RGB value is (239,5,223). Sum of RGB (Red+Green+Blue) = 239+5+223=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 5 (2.34% from 255 or 1.07% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EF05DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF05DF is #10FA20. Grayscale: #636363. Windows color (decimal): -1112609 or 14616047. OLE color: 14616047.
HSL color Cylindrical-coordinate representation of color #EF05DF: hue angle of 304.1º degrees, saturation: 0.96, 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 #EF05DF is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 5 | 223 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.06 |
| HSL | 304.1º | 0.96% | 0.48% | - |
| HSV(B) | 304.1º | 0.98% | 0.94% | - |
| XYZ | 48.97 | 23.79 | 71.82 | - |
| YUV | 99.82 | 197.52 | 227.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 5 | 223 | 0 | 0.98 | 0.07 | 0.06 | 304.1 | 0.96 | 0.48 |
| Hex | EF | 5 | DF | 0 | 62 | 7 | 6 | 130 | 60 | 30 |
| Octal | 357 | 5 | 337 | 0 | 142 | 7 | 6 | 460 | 140 | 60 |
| Binary | 11101111 | 101 | 11011111 | 0 | 1100010 | 111 | 110 | 100110000 | 1100000 | 110000 |
Color Harmonies of #EF05DF
Complementary color
Monochromatic Colors of #EF05DF
Black with #EF05DF
Text Example
Text Example
White with #EF05DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF05DF; }
p { color: rgb(239,5,223); }
H1.HeaderClassName
{
color: #EF05DF;
}
.AnyTagClassName
{
color: #EF05DF;
}
</style>
background-color css
<style>
a { background-color: #EF05DF; }
a { background-color: rgb(239,5,223); }
div.DivClassName
{
background-color: #EF05DF;
}
.BgClassName
{
background-color: #EF05DF;
}
</style>
border-color css
<style>
span { border-color: #EF05DF; }
span { border-color: rgb(239,5,223); }
td.TdClassName
{
border-color: #EF05DF;
}
.TagClassName
{
border-color: #EF05DF;
}
</style>