Shades of Hot Magenta #EF18DF
Tints of Hot Magenta #EF18DF
RGB
CMYK
RGB Variations
Color information
#EF18DF (or 0xEF18DF) is known color: Hot Magenta. HEX triplet: EF, 18 and DF. RGB value is (239,24,223). Sum of RGB (Red+Green+Blue) = 239+24+223=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 24 (9.77% from 255 or 4.94% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EF18DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF18DF is #10E720. Grayscale: #6E6E6E. Windows color (decimal): -1107745 or 14620911. OLE color: 14620911.
HSL color Cylindrical-coordinate representation of color #EF18DF: hue angle of 304.47º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF18DF is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 24 | 223 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.06 |
| HSL | 304.47º | 0.87% | 0.52% | - |
| HSV(B) | 304.47º | 0.9% | 0.94% | - |
| XYZ | 49.24 | 24.33 | 71.91 | - |
| YUV | 110.97 | 191.23 | 219.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 24 | 223 | 0 | 0.90 | 0.07 | 0.06 | 304.47 | 0.87 | 0.52 |
| Hex | EF | 18 | DF | 0 | 5A | 7 | 6 | 130 | 57 | 34 |
| Octal | 357 | 30 | 337 | 0 | 132 | 7 | 6 | 460 | 127 | 64 |
| Binary | 11101111 | 11000 | 11011111 | 0 | 1011010 | 111 | 110 | 100110000 | 1010111 | 110100 |
Color Harmonies of #EF18DF
Complementary color
Monochromatic Colors of #EF18DF
Black with #EF18DF
Text Example
Text Example
White with #EF18DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF18DF; }
p { color: rgb(239,24,223); }
H1.HeaderClassName
{
color: #EF18DF;
}
.AnyTagClassName
{
color: #EF18DF;
}
</style>
background-color css
<style>
a { background-color: #EF18DF; }
a { background-color: rgb(239,24,223); }
div.DivClassName
{
background-color: #EF18DF;
}
.BgClassName
{
background-color: #EF18DF;
}
</style>
border-color css
<style>
span { border-color: #EF18DF; }
span { border-color: rgb(239,24,223); }
td.TdClassName
{
border-color: #EF18DF;
}
.TagClassName
{
border-color: #EF18DF;
}
</style>