Shades of Hot Magenta #EF08DF
Tints of Hot Magenta #EF08DF
RGB
CMYK
RGB Variations
Color information
#EF08DF (or 0xEF08DF) is known color: Hot Magenta. HEX triplet: EF, 08 and DF. RGB value is (239,8,223). Sum of RGB (Red+Green+Blue) = 239+8+223=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 8 (3.52% from 255 or 1.70% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EF08DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF08DF is #10F720. Grayscale: #646464. Windows color (decimal): -1111841 or 14616815. OLE color: 14616815.
HSL color Cylindrical-coordinate representation of color #EF08DF: hue angle of 304.16º degrees, saturation: 0.94, 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 #EF08DF is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 8 | 223 | - |
| CMYK | 0 | 0.97 | 0.07 | 0.06 |
| HSL | 304.16º | 0.94% | 0.48% | - |
| HSV(B) | 304.16º | 0.97% | 0.94% | - |
| XYZ | 49 | 23.85 | 71.83 | - |
| YUV | 101.58 | 196.53 | 226.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 8 | 223 | 0 | 0.97 | 0.07 | 0.06 | 304.16 | 0.94 | 0.48 |
| Hex | EF | 8 | DF | 0 | 61 | 7 | 6 | 130 | 5E | 30 |
| Octal | 357 | 10 | 337 | 0 | 141 | 7 | 6 | 460 | 136 | 60 |
| Binary | 11101111 | 1000 | 11011111 | 0 | 1100001 | 111 | 110 | 100110000 | 1011110 | 110000 |
Color Harmonies of #EF08DF
Complementary color
Monochromatic Colors of #EF08DF
Black with #EF08DF
Text Example
Text Example
White with #EF08DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF08DF; }
p { color: rgb(239,8,223); }
H1.HeaderClassName
{
color: #EF08DF;
}
.AnyTagClassName
{
color: #EF08DF;
}
</style>
background-color css
<style>
a { background-color: #EF08DF; }
a { background-color: rgb(239,8,223); }
div.DivClassName
{
background-color: #EF08DF;
}
.BgClassName
{
background-color: #EF08DF;
}
</style>
border-color css
<style>
span { border-color: #EF08DF; }
span { border-color: rgb(239,8,223); }
td.TdClassName
{
border-color: #EF08DF;
}
.TagClassName
{
border-color: #EF08DF;
}
</style>