Shades of Hot Magenta #EF0EDB
Tints of Hot Magenta #EF0EDB
RGB
CMYK
RGB Variations
Color information
#EF0EDB (or 0xEF0EDB) is known color: Hot Magenta. HEX triplet: EF, 0E and DB. RGB value is (239,14,219). Sum of RGB (Red+Green+Blue) = 239+14+219=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 14 (5.86% from 255 or 2.97% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0EDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0EDB is #10F124. Grayscale: #686868. Windows color (decimal): -1110309 or 14356207. OLE color: 14356207.
HSL color Cylindrical-coordinate representation of color #EF0EDB: hue angle of 305.33º degrees, saturation: 0.89, 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 #EF0EDB is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 14 | 219 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.06 |
| HSL | 305.33º | 0.89% | 0.5% | - |
| HSV(B) | 305.33º | 0.94% | 0.94% | - |
| XYZ | 48.54 | 23.78 | 69.05 | - |
| YUV | 104.65 | 192.54 | 223.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 14 | 219 | 0 | 0.94 | 0.08 | 0.06 | 305.33 | 0.89 | 0.5 |
| Hex | EF | E | DB | 0 | 5E | 8 | 6 | 131 | 59 | 32 |
| Octal | 357 | 16 | 333 | 0 | 136 | 10 | 6 | 461 | 131 | 62 |
| Binary | 11101111 | 1110 | 11011011 | 0 | 1011110 | 1000 | 110 | 100110001 | 1011001 | 110010 |
Color Harmonies of #EF0EDB
Complementary color
Monochromatic Colors of #EF0EDB
Black with #EF0EDB
Text Example
Text Example
White with #EF0EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0EDB; }
p { color: rgb(239,14,219); }
H1.HeaderClassName
{
color: #EF0EDB;
}
.AnyTagClassName
{
color: #EF0EDB;
}
</style>
background-color css
<style>
a { background-color: #EF0EDB; }
a { background-color: rgb(239,14,219); }
div.DivClassName
{
background-color: #EF0EDB;
}
.BgClassName
{
background-color: #EF0EDB;
}
</style>
border-color css
<style>
span { border-color: #EF0EDB; }
span { border-color: rgb(239,14,219); }
td.TdClassName
{
border-color: #EF0EDB;
}
.TagClassName
{
border-color: #EF0EDB;
}
</style>