Shades of Hot Magenta #EF05D6
Tints of Hot Magenta #EF05D6
RGB
CMYK
RGB Variations
Color information
#EF05D6 (or 0xEF05D6) is known color: Hot Magenta. HEX triplet: EF, 05 and D6. RGB value is (239,5,214). Sum of RGB (Red+Green+Blue) = 239+5+214=458 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.18% from 458); Green value is 5 (2.34% from 255 or 1.09% from 458); Blue value is 214 (83.98% from 255 or 46.72% from 458); Max value from RGB is 239 - color contains mainly: red. Hex color #EF05D6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF05D6 is #10FA29. Grayscale: #626262. Windows color (decimal): -1112618 or 14026223. OLE color: 14026223.
HSL color Cylindrical-coordinate representation of color #EF05D6: hue angle of 306.41º 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 #EF05D6 is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 5 | 214 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.06 |
| HSL | 306.41º | 0.96% | 0.48% | - |
| HSV(B) | 306.41º | 0.98% | 0.94% | - |
| XYZ | 47.79 | 23.31 | 65.6 | - |
| YUV | 98.79 | 193.02 | 228.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 5 | 214 | 0 | 0.98 | 0.10 | 0.06 | 306.41 | 0.96 | 0.48 |
| Hex | EF | 5 | D6 | 0 | 62 | A | 6 | 132 | 60 | 30 |
| Octal | 357 | 5 | 326 | 0 | 142 | 12 | 6 | 462 | 140 | 60 |
| Binary | 11101111 | 101 | 11010110 | 0 | 1100010 | 1010 | 110 | 100110010 | 1100000 | 110000 |
Color Harmonies of #EF05D6
Complementary color
Monochromatic Colors of #EF05D6
Black with #EF05D6
Text Example
Text Example
White with #EF05D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF05D6; }
p { color: rgb(239,5,214); }
H1.HeaderClassName
{
color: #EF05D6;
}
.AnyTagClassName
{
color: #EF05D6;
}
</style>
background-color css
<style>
a { background-color: #EF05D6; }
a { background-color: rgb(239,5,214); }
div.DivClassName
{
background-color: #EF05D6;
}
.BgClassName
{
background-color: #EF05D6;
}
</style>
border-color css
<style>
span { border-color: #EF05D6; }
span { border-color: rgb(239,5,214); }
td.TdClassName
{
border-color: #EF05D6;
}
.TagClassName
{
border-color: #EF05D6;
}
</style>