Shades of Hot Magenta #EF0AD9
Tints of Hot Magenta #EF0AD9
RGB
CMYK
RGB Variations
Color information
#EF0AD9 (or 0xEF0AD9) is known color: Hot Magenta. HEX triplet: EF, 0A and D9. RGB value is (239,10,217). Sum of RGB (Red+Green+Blue) = 239+10+217=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 10 (4.30% from 255 or 2.15% from 466); Blue value is 217 (85.16% from 255 or 46.57% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0AD9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0AD9 is #10F526. Grayscale: #656565. Windows color (decimal): -1111335 or 14224111. OLE color: 14224111.
HSL color Cylindrical-coordinate representation of color #EF0AD9: hue angle of 305.76º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF0AD9 is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 10 | 217 | - |
| CMYK | 0 | 0.96 | 0.09 | 0.06 |
| HSL | 305.76º | 0.92% | 0.49% | - |
| HSV(B) | 305.76º | 0.96% | 0.94% | - |
| XYZ | 48.23 | 23.58 | 67.65 | - |
| YUV | 102.07 | 192.87 | 225.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 10 | 217 | 0 | 0.96 | 0.09 | 0.06 | 305.76 | 0.92 | 0.49 |
| Hex | EF | A | D9 | 0 | 60 | 9 | 6 | 132 | 5C | 31 |
| Octal | 357 | 12 | 331 | 0 | 140 | 11 | 6 | 462 | 134 | 61 |
| Binary | 11101111 | 1010 | 11011001 | 0 | 1100000 | 1001 | 110 | 100110010 | 1011100 | 110001 |
Color Harmonies of #EF0AD9
Complementary color
Monochromatic Colors of #EF0AD9
Black with #EF0AD9
Text Example
Text Example
White with #EF0AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0AD9; }
p { color: rgb(239,10,217); }
H1.HeaderClassName
{
color: #EF0AD9;
}
.AnyTagClassName
{
color: #EF0AD9;
}
</style>
background-color css
<style>
a { background-color: #EF0AD9; }
a { background-color: rgb(239,10,217); }
div.DivClassName
{
background-color: #EF0AD9;
}
.BgClassName
{
background-color: #EF0AD9;
}
</style>
border-color css
<style>
span { border-color: #EF0AD9; }
span { border-color: rgb(239,10,217); }
td.TdClassName
{
border-color: #EF0AD9;
}
.TagClassName
{
border-color: #EF0AD9;
}
</style>