Shades of Hot Magenta #EF10D4
Tints of Hot Magenta #EF10D4
RGB
CMYK
RGB Variations
Color information
#EF10D4 (or 0xEF10D4) is known color: Hot Magenta. HEX triplet: EF, 10 and D4. RGB value is (239,16,212). Sum of RGB (Red+Green+Blue) = 239+16+212=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 16 (6.64% from 255 or 3.43% from 467); Blue value is 212 (83.20% from 255 or 45.40% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EF10D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF10D4 is #10EF2B. Grayscale: #686868. Windows color (decimal): -1109804 or 13897967. OLE color: 13897967.
HSL color Cylindrical-coordinate representation of color #EF10D4: hue angle of 307.26º 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 #EF10D4 is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 16 | 212 | - |
| CMYK | 0 | 0.93 | 0.11 | 0.06 |
| HSL | 307.26º | 0.87% | 0.5% | - |
| HSV(B) | 307.26º | 0.93% | 0.94% | - |
| XYZ | 47.67 | 23.47 | 64.31 | - |
| YUV | 105.02 | 188.38 | 223.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 16 | 212 | 0 | 0.93 | 0.11 | 0.06 | 307.26 | 0.87 | 0.5 |
| Hex | EF | 10 | D4 | 0 | 5D | B | 6 | 133 | 57 | 32 |
| Octal | 357 | 20 | 324 | 0 | 135 | 13 | 6 | 463 | 127 | 62 |
| Binary | 11101111 | 10000 | 11010100 | 0 | 1011101 | 1011 | 110 | 100110011 | 1010111 | 110010 |
Color Harmonies of #EF10D4
Complementary color
Monochromatic Colors of #EF10D4
Black with #EF10D4
Text Example
Text Example
White with #EF10D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF10D4; }
p { color: rgb(239,16,212); }
H1.HeaderClassName
{
color: #EF10D4;
}
.AnyTagClassName
{
color: #EF10D4;
}
</style>
background-color css
<style>
a { background-color: #EF10D4; }
a { background-color: rgb(239,16,212); }
div.DivClassName
{
background-color: #EF10D4;
}
.BgClassName
{
background-color: #EF10D4;
}
</style>
border-color css
<style>
span { border-color: #EF10D4; }
span { border-color: rgb(239,16,212); }
td.TdClassName
{
border-color: #EF10D4;
}
.TagClassName
{
border-color: #EF10D4;
}
</style>