Shades of Hot Magenta #EF16DF
Tints of Hot Magenta #EF16DF
RGB
CMYK
RGB Variations
Color information
#EF16DF (or 0xEF16DF) is known color: Hot Magenta. HEX triplet: EF, 16 and DF. RGB value is (239,22,223). Sum of RGB (Red+Green+Blue) = 239+22+223=484 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.38% from 484); Green value is 22 (8.98% from 255 or 4.55% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 239 - color contains mainly: red. Hex color #EF16DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF16DF is #10E920. Grayscale: #6D6D6D. Windows color (decimal): -1108257 or 14620399. OLE color: 14620399.
HSL color Cylindrical-coordinate representation of color #EF16DF: hue angle of 304.42º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF16DF is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 22 | 223 | - |
| CMYK | 0 | 0.91 | 0.07 | 0.06 |
| HSL | 304.42º | 0.87% | 0.51% | - |
| HSV(B) | 304.42º | 0.91% | 0.94% | - |
| XYZ | 49.2 | 24.25 | 71.9 | - |
| YUV | 109.8 | 191.89 | 220.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 22 | 223 | 0 | 0.91 | 0.07 | 0.06 | 304.42 | 0.87 | 0.51 |
| Hex | EF | 16 | DF | 0 | 5B | 7 | 6 | 130 | 57 | 33 |
| Octal | 357 | 26 | 337 | 0 | 133 | 7 | 6 | 460 | 127 | 63 |
| Binary | 11101111 | 10110 | 11011111 | 0 | 1011011 | 111 | 110 | 100110000 | 1010111 | 110011 |
Color Harmonies of #EF16DF
Complementary color
Monochromatic Colors of #EF16DF
Black with #EF16DF
Text Example
Text Example
White with #EF16DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF16DF; }
p { color: rgb(239,22,223); }
H1.HeaderClassName
{
color: #EF16DF;
}
.AnyTagClassName
{
color: #EF16DF;
}
</style>
background-color css
<style>
a { background-color: #EF16DF; }
a { background-color: rgb(239,22,223); }
div.DivClassName
{
background-color: #EF16DF;
}
.BgClassName
{
background-color: #EF16DF;
}
</style>
border-color css
<style>
span { border-color: #EF16DF; }
span { border-color: rgb(239,22,223); }
td.TdClassName
{
border-color: #EF16DF;
}
.TagClassName
{
border-color: #EF16DF;
}
</style>