Shades of Hot Magenta #EF15DB
Tints of Hot Magenta #EF15DB
RGB
CMYK
RGB Variations
Color information
#EF15DB (or 0xEF15DB) is known color: Hot Magenta. HEX triplet: EF, 15 and DB. RGB value is (239,21,219). Sum of RGB (Red+Green+Blue) = 239+21+219=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 21 (8.59% from 255 or 4.38% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EF15DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF15DB is #10EA24. Grayscale: #6C6C6C. Windows color (decimal): -1108517 or 14357999. OLE color: 14357999.
HSL color Cylindrical-coordinate representation of color #EF15DB: hue angle of 305.5º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF15DB is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 21 | 219 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.06 |
| HSL | 305.5º | 0.87% | 0.51% | - |
| HSV(B) | 305.5º | 0.91% | 0.94% | - |
| XYZ | 48.65 | 24 | 69.09 | - |
| YUV | 108.75 | 190.22 | 220.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 21 | 219 | 0 | 0.91 | 0.08 | 0.06 | 305.5 | 0.87 | 0.51 |
| Hex | EF | 15 | DB | 0 | 5B | 8 | 6 | 132 | 57 | 33 |
| Octal | 357 | 25 | 333 | 0 | 133 | 10 | 6 | 462 | 127 | 63 |
| Binary | 11101111 | 10101 | 11011011 | 0 | 1011011 | 1000 | 110 | 100110010 | 1010111 | 110011 |
Color Harmonies of #EF15DB
Complementary color
Monochromatic Colors of #EF15DB
Black with #EF15DB
Text Example
Text Example
White with #EF15DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF15DB; }
p { color: rgb(239,21,219); }
H1.HeaderClassName
{
color: #EF15DB;
}
.AnyTagClassName
{
color: #EF15DB;
}
</style>
background-color css
<style>
a { background-color: #EF15DB; }
a { background-color: rgb(239,21,219); }
div.DivClassName
{
background-color: #EF15DB;
}
.BgClassName
{
background-color: #EF15DB;
}
</style>
border-color css
<style>
span { border-color: #EF15DB; }
span { border-color: rgb(239,21,219); }
td.TdClassName
{
border-color: #EF15DB;
}
.TagClassName
{
border-color: #EF15DB;
}
</style>