Shades of Hot Magenta #EF06DF
Tints of Hot Magenta #EF06DF
RGB
CMYK
RGB Variations
Color information
#EF06DF (or 0xEF06DF) is known color: Hot Magenta. HEX triplet: EF, 06 and DF. RGB value is (239,6,223). Sum of RGB (Red+Green+Blue) = 239+6+223=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 6 (2.73% from 255 or 1.28% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EF06DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF06DF is #10F920. Grayscale: #636363. Windows color (decimal): -1112353 or 14616303. OLE color: 14616303.
HSL color Cylindrical-coordinate representation of color #EF06DF: hue angle of 304.12º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF06DF is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 6 | 223 | - |
| CMYK | 0 | 0.97 | 0.07 | 0.06 |
| HSL | 304.12º | 0.95% | 0.48% | - |
| HSV(B) | 304.12º | 0.97% | 0.94% | - |
| XYZ | 48.98 | 23.81 | 71.83 | - |
| YUV | 100.41 | 197.19 | 226.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 6 | 223 | 0 | 0.97 | 0.07 | 0.06 | 304.12 | 0.95 | 0.48 |
| Hex | EF | 6 | DF | 0 | 61 | 7 | 6 | 130 | 5F | 30 |
| Octal | 357 | 6 | 337 | 0 | 141 | 7 | 6 | 460 | 137 | 60 |
| Binary | 11101111 | 110 | 11011111 | 0 | 1100001 | 111 | 110 | 100110000 | 1011111 | 110000 |
Color Harmonies of #EF06DF
Complementary color
Monochromatic Colors of #EF06DF
Black with #EF06DF
Text Example
Text Example
White with #EF06DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF06DF; }
p { color: rgb(239,6,223); }
H1.HeaderClassName
{
color: #EF06DF;
}
.AnyTagClassName
{
color: #EF06DF;
}
</style>
background-color css
<style>
a { background-color: #EF06DF; }
a { background-color: rgb(239,6,223); }
div.DivClassName
{
background-color: #EF06DF;
}
.BgClassName
{
background-color: #EF06DF;
}
</style>
border-color css
<style>
span { border-color: #EF06DF; }
span { border-color: rgb(239,6,223); }
td.TdClassName
{
border-color: #EF06DF;
}
.TagClassName
{
border-color: #EF06DF;
}
</style>