Shades of Hot Magenta #EF0FDB
Tints of Hot Magenta #EF0FDB
RGB
CMYK
RGB Variations
Color information
#EF0FDB (or 0xEF0FDB) is known color: Hot Magenta. HEX triplet: EF, 0F and DB. RGB value is (239,15,219). Sum of RGB (Red+Green+Blue) = 239+15+219=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 15 (6.25% from 255 or 3.17% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0FDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0FDB is #10F024. Grayscale: #686868. Windows color (decimal): -1110053 or 14356463. OLE color: 14356463.
HSL color Cylindrical-coordinate representation of color #EF0FDB: hue angle of 305.36º 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 #EF0FDB is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 15 | 219 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.06 |
| HSL | 305.36º | 0.88% | 0.5% | - |
| HSV(B) | 305.36º | 0.94% | 0.94% | - |
| XYZ | 48.55 | 23.81 | 69.05 | - |
| YUV | 105.23 | 192.21 | 223.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 15 | 219 | 0 | 0.94 | 0.08 | 0.06 | 305.36 | 0.88 | 0.5 |
| Hex | EF | F | DB | 0 | 5E | 8 | 6 | 131 | 58 | 32 |
| Octal | 357 | 17 | 333 | 0 | 136 | 10 | 6 | 461 | 130 | 62 |
| Binary | 11101111 | 1111 | 11011011 | 0 | 1011110 | 1000 | 110 | 100110001 | 1011000 | 110010 |
Color Harmonies of #EF0FDB
Complementary color
Monochromatic Colors of #EF0FDB
Black with #EF0FDB
Text Example
Text Example
White with #EF0FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0FDB; }
p { color: rgb(239,15,219); }
H1.HeaderClassName
{
color: #EF0FDB;
}
.AnyTagClassName
{
color: #EF0FDB;
}
</style>
background-color css
<style>
a { background-color: #EF0FDB; }
a { background-color: rgb(239,15,219); }
div.DivClassName
{
background-color: #EF0FDB;
}
.BgClassName
{
background-color: #EF0FDB;
}
</style>
border-color css
<style>
span { border-color: #EF0FDB; }
span { border-color: rgb(239,15,219); }
td.TdClassName
{
border-color: #EF0FDB;
}
.TagClassName
{
border-color: #EF0FDB;
}
</style>