Shades of Hot Magenta #EF17DF
Tints of Hot Magenta #EF17DF
RGB
CMYK
RGB Variations
Color information
#EF17DF (or 0xEF17DF) is known color: Hot Magenta. HEX triplet: EF, 17 and DF. RGB value is (239,23,223). Sum of RGB (Red+Green+Blue) = 239+23+223=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 23 (9.38% from 255 or 4.74% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EF17DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF17DF is #10E820. Grayscale: #6D6D6D. Windows color (decimal): -1108001 or 14620655. OLE color: 14620655.
HSL color Cylindrical-coordinate representation of color #EF17DF: hue angle of 304.44º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF17DF is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 23 | 223 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.06 |
| HSL | 304.44º | 0.87% | 0.51% | - |
| HSV(B) | 304.44º | 0.9% | 0.94% | - |
| XYZ | 49.22 | 24.29 | 71.91 | - |
| YUV | 110.38 | 191.56 | 219.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 23 | 223 | 0 | 0.90 | 0.07 | 0.06 | 304.44 | 0.87 | 0.51 |
| Hex | EF | 17 | DF | 0 | 5A | 7 | 6 | 130 | 57 | 33 |
| Octal | 357 | 27 | 337 | 0 | 132 | 7 | 6 | 460 | 127 | 63 |
| Binary | 11101111 | 10111 | 11011111 | 0 | 1011010 | 111 | 110 | 100110000 | 1010111 | 110011 |
Color Harmonies of #EF17DF
Complementary color
Monochromatic Colors of #EF17DF
Black with #EF17DF
Text Example
Text Example
White with #EF17DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF17DF; }
p { color: rgb(239,23,223); }
H1.HeaderClassName
{
color: #EF17DF;
}
.AnyTagClassName
{
color: #EF17DF;
}
</style>
background-color css
<style>
a { background-color: #EF17DF; }
a { background-color: rgb(239,23,223); }
div.DivClassName
{
background-color: #EF17DF;
}
.BgClassName
{
background-color: #EF17DF;
}
</style>
border-color css
<style>
span { border-color: #EF17DF; }
span { border-color: rgb(239,23,223); }
td.TdClassName
{
border-color: #EF17DF;
}
.TagClassName
{
border-color: #EF17DF;
}
</style>