Shades of Hot Magenta #EF12DB
Tints of Hot Magenta #EF12DB
RGB
CMYK
RGB Variations
Color information
#EF12DB (or 0xEF12DB) is known color: Hot Magenta. HEX triplet: EF, 12 and DB. RGB value is (239,18,219). Sum of RGB (Red+Green+Blue) = 239+18+219=476 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.21% from 476); Green value is 18 (7.42% from 255 or 3.78% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 239 - color contains mainly: red. Hex color #EF12DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF12DB is #10ED24. Grayscale: #6A6A6A. Windows color (decimal): -1109285 or 14357231. OLE color: 14357231.
HSL color Cylindrical-coordinate representation of color #EF12DB: hue angle of 305.43º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF12DB is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 18 | 219 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.06 |
| HSL | 305.43º | 0.87% | 0.5% | - |
| HSV(B) | 305.43º | 0.92% | 0.94% | - |
| XYZ | 48.6 | 23.9 | 69.07 | - |
| YUV | 106.99 | 191.22 | 222.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 18 | 219 | 0 | 0.92 | 0.08 | 0.06 | 305.43 | 0.87 | 0.5 |
| Hex | EF | 12 | DB | 0 | 5C | 8 | 6 | 131 | 57 | 32 |
| Octal | 357 | 22 | 333 | 0 | 134 | 10 | 6 | 461 | 127 | 62 |
| Binary | 11101111 | 10010 | 11011011 | 0 | 1011100 | 1000 | 110 | 100110001 | 1010111 | 110010 |
Color Harmonies of #EF12DB
Complementary color
Monochromatic Colors of #EF12DB
Black with #EF12DB
Text Example
Text Example
White with #EF12DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF12DB; }
p { color: rgb(239,18,219); }
H1.HeaderClassName
{
color: #EF12DB;
}
.AnyTagClassName
{
color: #EF12DB;
}
</style>
background-color css
<style>
a { background-color: #EF12DB; }
a { background-color: rgb(239,18,219); }
div.DivClassName
{
background-color: #EF12DB;
}
.BgClassName
{
background-color: #EF12DB;
}
</style>
border-color css
<style>
span { border-color: #EF12DB; }
span { border-color: rgb(239,18,219); }
td.TdClassName
{
border-color: #EF12DB;
}
.TagClassName
{
border-color: #EF12DB;
}
</style>