Shades of Hot Magenta #EF12E0
Tints of Hot Magenta #EF12E0
RGB
CMYK
RGB Variations
Color information
#EF12E0 (or 0xEF12E0) is known color: Hot Magenta. HEX triplet: EF, 12 and E0. RGB value is (239,18,224). Sum of RGB (Red+Green+Blue) = 239+18+224=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 18 (7.42% from 255 or 3.74% from 481); Blue value is 224 (87.89% from 255 or 46.57% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EF12E0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF12E0 is #10ED1F. Grayscale: #6A6A6A. Windows color (decimal): -1109280 or 14684911. OLE color: 14684911.
HSL color Cylindrical-coordinate representation of color #EF12E0: hue angle of 304.07º 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 #EF12E0 is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 18 | 224 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.06 |
| HSL | 304.07º | 0.87% | 0.5% | - |
| HSV(B) | 304.07º | 0.92% | 0.94% | - |
| XYZ | 49.27 | 24.17 | 72.59 | - |
| YUV | 107.56 | 193.72 | 221.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 18 | 224 | 0 | 0.92 | 0.06 | 0.06 | 304.07 | 0.87 | 0.5 |
| Hex | EF | 12 | E0 | 0 | 5C | 6 | 6 | 130 | 57 | 32 |
| Octal | 357 | 22 | 340 | 0 | 134 | 6 | 6 | 460 | 127 | 62 |
| Binary | 11101111 | 10010 | 11100000 | 0 | 1011100 | 110 | 110 | 100110000 | 1010111 | 110010 |
Color Harmonies of #EF12E0
Complementary color
Monochromatic Colors of #EF12E0
Black with #EF12E0
Text Example
Text Example
White with #EF12E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF12E0; }
p { color: rgb(239,18,224); }
H1.HeaderClassName
{
color: #EF12E0;
}
.AnyTagClassName
{
color: #EF12E0;
}
</style>
background-color css
<style>
a { background-color: #EF12E0; }
a { background-color: rgb(239,18,224); }
div.DivClassName
{
background-color: #EF12E0;
}
.BgClassName
{
background-color: #EF12E0;
}
</style>
border-color css
<style>
span { border-color: #EF12E0; }
span { border-color: rgb(239,18,224); }
td.TdClassName
{
border-color: #EF12E0;
}
.TagClassName
{
border-color: #EF12E0;
}
</style>