Shades of Hot Magenta #EF12DD
Tints of Hot Magenta #EF12DD
RGB
CMYK
RGB Variations
Color information
#EF12DD (or 0xEF12DD) is known color: Hot Magenta. HEX triplet: EF, 12 and DD. RGB value is (239,18,221). Sum of RGB (Red+Green+Blue) = 239+18+221=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 18 (7.42% from 255 or 3.77% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EF12DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF12DD is #10ED22. Grayscale: #6A6A6A. Windows color (decimal): -1109283 or 14488303. OLE color: 14488303.
HSL color Cylindrical-coordinate representation of color #EF12DD: hue angle of 304.89º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF12DD is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 18 | 221 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.06 |
| HSL | 304.89º | 0.87% | 0.5% | - |
| HSV(B) | 304.89º | 0.92% | 0.94% | - |
| XYZ | 48.86 | 24 | 70.46 | - |
| YUV | 107.22 | 192.22 | 221.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 18 | 221 | 0 | 0.92 | 0.08 | 0.06 | 304.89 | 0.87 | 0.5 |
| Hex | EF | 12 | DD | 0 | 5C | 8 | 6 | 131 | 57 | 32 |
| Octal | 357 | 22 | 335 | 0 | 134 | 10 | 6 | 461 | 127 | 62 |
| Binary | 11101111 | 10010 | 11011101 | 0 | 1011100 | 1000 | 110 | 100110001 | 1010111 | 110010 |
Color Harmonies of #EF12DD
Complementary color
Monochromatic Colors of #EF12DD
Black with #EF12DD
Text Example
Text Example
White with #EF12DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF12DD; }
p { color: rgb(239,18,221); }
H1.HeaderClassName
{
color: #EF12DD;
}
.AnyTagClassName
{
color: #EF12DD;
}
</style>
background-color css
<style>
a { background-color: #EF12DD; }
a { background-color: rgb(239,18,221); }
div.DivClassName
{
background-color: #EF12DD;
}
.BgClassName
{
background-color: #EF12DD;
}
</style>
border-color css
<style>
span { border-color: #EF12DD; }
span { border-color: rgb(239,18,221); }
td.TdClassName
{
border-color: #EF12DD;
}
.TagClassName
{
border-color: #EF12DD;
}
</style>