Shades of Hot Magenta #EF14DB
Tints of Hot Magenta #EF14DB
RGB
CMYK
RGB Variations
Color information
#EF14DB (or 0xEF14DB) is known color: Hot Magenta. HEX triplet: EF, 14 and DB. RGB value is (239,20,219). Sum of RGB (Red+Green+Blue) = 239+20+219=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 20 (8.20% from 255 or 4.18% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EF14DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF14DB is #10EB24. Grayscale: #6B6B6B. Windows color (decimal): -1108773 or 14357743. OLE color: 14357743.
HSL color Cylindrical-coordinate representation of color #EF14DB: hue angle of 305.48º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF14DB is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 20 | 219 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.06 |
| HSL | 305.48º | 0.87% | 0.51% | - |
| HSV(B) | 305.48º | 0.92% | 0.94% | - |
| XYZ | 48.63 | 23.97 | 69.08 | - |
| YUV | 108.17 | 190.55 | 221.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 20 | 219 | 0 | 0.92 | 0.08 | 0.06 | 305.48 | 0.87 | 0.51 |
| Hex | EF | 14 | DB | 0 | 5C | 8 | 6 | 131 | 57 | 33 |
| Octal | 357 | 24 | 333 | 0 | 134 | 10 | 6 | 461 | 127 | 63 |
| Binary | 11101111 | 10100 | 11011011 | 0 | 1011100 | 1000 | 110 | 100110001 | 1010111 | 110011 |
Color Harmonies of #EF14DB
Complementary color
Monochromatic Colors of #EF14DB
Black with #EF14DB
Text Example
Text Example
White with #EF14DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF14DB; }
p { color: rgb(239,20,219); }
H1.HeaderClassName
{
color: #EF14DB;
}
.AnyTagClassName
{
color: #EF14DB;
}
</style>
background-color css
<style>
a { background-color: #EF14DB; }
a { background-color: rgb(239,20,219); }
div.DivClassName
{
background-color: #EF14DB;
}
.BgClassName
{
background-color: #EF14DB;
}
</style>
border-color css
<style>
span { border-color: #EF14DB; }
span { border-color: rgb(239,20,219); }
td.TdClassName
{
border-color: #EF14DB;
}
.TagClassName
{
border-color: #EF14DB;
}
</style>