Shades of Hot Magenta #EF0FDD
Tints of Hot Magenta #EF0FDD
RGB
CMYK
RGB Variations
Color information
#EF0FDD (or 0xEF0FDD) is known color: Hot Magenta. HEX triplet: EF, 0F and DD. RGB value is (239,15,221). Sum of RGB (Red+Green+Blue) = 239+15+221=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 15 (6.25% from 255 or 3.16% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0FDD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0FDD is #10F022. Grayscale: #686868. Windows color (decimal): -1110051 or 14487535. OLE color: 14487535.
HSL color Cylindrical-coordinate representation of color #EF0FDD: hue angle of 304.82º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF0FDD is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 15 | 221 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.06 |
| HSL | 304.82º | 0.88% | 0.5% | - |
| HSV(B) | 304.82º | 0.94% | 0.94% | - |
| XYZ | 48.82 | 23.91 | 70.45 | - |
| YUV | 105.46 | 193.21 | 223.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 15 | 221 | 0 | 0.94 | 0.08 | 0.06 | 304.82 | 0.88 | 0.5 |
| Hex | EF | F | DD | 0 | 5E | 8 | 6 | 131 | 58 | 32 |
| Octal | 357 | 17 | 335 | 0 | 136 | 10 | 6 | 461 | 130 | 62 |
| Binary | 11101111 | 1111 | 11011101 | 0 | 1011110 | 1000 | 110 | 100110001 | 1011000 | 110010 |
Color Harmonies of #EF0FDD
Complementary color
Monochromatic Colors of #EF0FDD
Black with #EF0FDD
Text Example
Text Example
White with #EF0FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0FDD; }
p { color: rgb(239,15,221); }
H1.HeaderClassName
{
color: #EF0FDD;
}
.AnyTagClassName
{
color: #EF0FDD;
}
</style>
background-color css
<style>
a { background-color: #EF0FDD; }
a { background-color: rgb(239,15,221); }
div.DivClassName
{
background-color: #EF0FDD;
}
.BgClassName
{
background-color: #EF0FDD;
}
</style>
border-color css
<style>
span { border-color: #EF0FDD; }
span { border-color: rgb(239,15,221); }
td.TdClassName
{
border-color: #EF0FDD;
}
.TagClassName
{
border-color: #EF0FDD;
}
</style>