Shades of Hot Magenta #EF0AD7
Tints of Hot Magenta #EF0AD7
RGB
CMYK
RGB Variations
Color information
#EF0AD7 (or 0xEF0AD7) is known color: Hot Magenta. HEX triplet: EF, 0A and D7. RGB value is (239,10,215). Sum of RGB (Red+Green+Blue) = 239+10+215=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 10 (4.30% from 255 or 2.16% from 464); Blue value is 215 (84.38% from 255 or 46.34% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0AD7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0AD7 is #10F528. Grayscale: #656565. Windows color (decimal): -1111337 or 14093039. OLE color: 14093039.
HSL color Cylindrical-coordinate representation of color #EF0AD7: hue angle of 306.29º 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 #EF0AD7 is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 10 | 215 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.06 |
| HSL | 306.29º | 0.92% | 0.49% | - |
| HSV(B) | 306.29º | 0.96% | 0.94% | - |
| XYZ | 47.97 | 23.47 | 66.29 | - |
| YUV | 101.84 | 191.87 | 225.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 10 | 215 | 0 | 0.96 | 0.10 | 0.06 | 306.29 | 0.92 | 0.49 |
| Hex | EF | A | D7 | 0 | 60 | A | 6 | 132 | 5C | 31 |
| Octal | 357 | 12 | 327 | 0 | 140 | 12 | 6 | 462 | 134 | 61 |
| Binary | 11101111 | 1010 | 11010111 | 0 | 1100000 | 1010 | 110 | 100110010 | 1011100 | 110001 |
Color Harmonies of #EF0AD7
Complementary color
Monochromatic Colors of #EF0AD7
Black with #EF0AD7
Text Example
Text Example
White with #EF0AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0AD7; }
p { color: rgb(239,10,215); }
H1.HeaderClassName
{
color: #EF0AD7;
}
.AnyTagClassName
{
color: #EF0AD7;
}
</style>
background-color css
<style>
a { background-color: #EF0AD7; }
a { background-color: rgb(239,10,215); }
div.DivClassName
{
background-color: #EF0AD7;
}
.BgClassName
{
background-color: #EF0AD7;
}
</style>
border-color css
<style>
span { border-color: #EF0AD7; }
span { border-color: rgb(239,10,215); }
td.TdClassName
{
border-color: #EF0AD7;
}
.TagClassName
{
border-color: #EF0AD7;
}
</style>