Shades of Hot Magenta #EF11D4
Tints of Hot Magenta #EF11D4
RGB
CMYK
RGB Variations
Color information
#EF11D4 (or 0xEF11D4) is known color: Hot Magenta. HEX triplet: EF, 11 and D4. RGB value is (239,17,212). Sum of RGB (Red+Green+Blue) = 239+17+212=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 17 (7.03% from 255 or 3.63% from 468); Blue value is 212 (83.20% from 255 or 45.30% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EF11D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF11D4 is #10EE2B. Grayscale: #696969. Windows color (decimal): -1109548 or 13898223. OLE color: 13898223.
HSL color Cylindrical-coordinate representation of color #EF11D4: hue angle of 307.3º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF11D4 is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 17 | 212 | - |
| CMYK | 0 | 0.93 | 0.11 | 0.06 |
| HSL | 307.3º | 0.87% | 0.5% | - |
| HSV(B) | 307.3º | 0.93% | 0.94% | - |
| XYZ | 47.68 | 23.51 | 64.31 | - |
| YUV | 105.61 | 188.05 | 223.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 17 | 212 | 0 | 0.93 | 0.11 | 0.06 | 307.3 | 0.87 | 0.5 |
| Hex | EF | 11 | D4 | 0 | 5D | B | 6 | 133 | 57 | 32 |
| Octal | 357 | 21 | 324 | 0 | 135 | 13 | 6 | 463 | 127 | 62 |
| Binary | 11101111 | 10001 | 11010100 | 0 | 1011101 | 1011 | 110 | 100110011 | 1010111 | 110010 |
Color Harmonies of #EF11D4
Complementary color
Monochromatic Colors of #EF11D4
Black with #EF11D4
Text Example
Text Example
White with #EF11D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF11D4; }
p { color: rgb(239,17,212); }
H1.HeaderClassName
{
color: #EF11D4;
}
.AnyTagClassName
{
color: #EF11D4;
}
</style>
background-color css
<style>
a { background-color: #EF11D4; }
a { background-color: rgb(239,17,212); }
div.DivClassName
{
background-color: #EF11D4;
}
.BgClassName
{
background-color: #EF11D4;
}
</style>
border-color css
<style>
span { border-color: #EF11D4; }
span { border-color: rgb(239,17,212); }
td.TdClassName
{
border-color: #EF11D4;
}
.TagClassName
{
border-color: #EF11D4;
}
</style>