Shades of Hot Magenta #EF12D5
Tints of Hot Magenta #EF12D5
RGB
CMYK
RGB Variations
Color information
#EF12D5 (or 0xEF12D5) is known color: Hot Magenta. HEX triplet: EF, 12 and D5. RGB value is (239,18,213). Sum of RGB (Red+Green+Blue) = 239+18+213=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 18 (7.42% from 255 or 3.83% from 470); Blue value is 213 (83.59% from 255 or 45.32% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EF12D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF12D5 is #10ED2A. Grayscale: #696969. Windows color (decimal): -1109291 or 13964015. OLE color: 13964015.
HSL color Cylindrical-coordinate representation of color #EF12D5: hue angle of 307.06º 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 #EF12D5 is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 18 | 213 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.06 |
| HSL | 307.06º | 0.87% | 0.5% | - |
| HSV(B) | 307.06º | 0.92% | 0.94% | - |
| XYZ | 47.82 | 23.59 | 64.98 | - |
| YUV | 106.31 | 188.22 | 222.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 18 | 213 | 0 | 0.92 | 0.11 | 0.06 | 307.06 | 0.87 | 0.5 |
| Hex | EF | 12 | D5 | 0 | 5C | B | 6 | 133 | 57 | 32 |
| Octal | 357 | 22 | 325 | 0 | 134 | 13 | 6 | 463 | 127 | 62 |
| Binary | 11101111 | 10010 | 11010101 | 0 | 1011100 | 1011 | 110 | 100110011 | 1010111 | 110010 |
Color Harmonies of #EF12D5
Complementary color
Monochromatic Colors of #EF12D5
Black with #EF12D5
Text Example
Text Example
White with #EF12D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF12D5; }
p { color: rgb(239,18,213); }
H1.HeaderClassName
{
color: #EF12D5;
}
.AnyTagClassName
{
color: #EF12D5;
}
</style>
background-color css
<style>
a { background-color: #EF12D5; }
a { background-color: rgb(239,18,213); }
div.DivClassName
{
background-color: #EF12D5;
}
.BgClassName
{
background-color: #EF12D5;
}
</style>
border-color css
<style>
span { border-color: #EF12D5; }
span { border-color: rgb(239,18,213); }
td.TdClassName
{
border-color: #EF12D5;
}
.TagClassName
{
border-color: #EF12D5;
}
</style>