Shades of Hot Magenta #EF14DD
Tints of Hot Magenta #EF14DD
RGB
CMYK
RGB Variations
Color information
#EF14DD (or 0xEF14DD) is known color: Hot Magenta. HEX triplet: EF, 14 and DD. RGB value is (239,20,221). Sum of RGB (Red+Green+Blue) = 239+20+221=480 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.79% from 480); Green value is 20 (8.20% from 255 or 4.17% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 239 - color contains mainly: red. Hex color #EF14DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF14DD is #10EB22. Grayscale: #6B6B6B. Windows color (decimal): -1108771 or 14488815. OLE color: 14488815.
HSL color Cylindrical-coordinate representation of color #EF14DD: hue angle of 304.93º 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 #EF14DD is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 20 | 221 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.06 |
| HSL | 304.93º | 0.87% | 0.51% | - |
| HSV(B) | 304.93º | 0.92% | 0.94% | - |
| XYZ | 48.9 | 24.07 | 70.48 | - |
| YUV | 108.4 | 191.55 | 221.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 20 | 221 | 0 | 0.92 | 0.08 | 0.06 | 304.93 | 0.87 | 0.51 |
| Hex | EF | 14 | DD | 0 | 5C | 8 | 6 | 131 | 57 | 33 |
| Octal | 357 | 24 | 335 | 0 | 134 | 10 | 6 | 461 | 127 | 63 |
| Binary | 11101111 | 10100 | 11011101 | 0 | 1011100 | 1000 | 110 | 100110001 | 1010111 | 110011 |
Color Harmonies of #EF14DD
Complementary color
Monochromatic Colors of #EF14DD
Black with #EF14DD
Text Example
Text Example
White with #EF14DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF14DD; }
p { color: rgb(239,20,221); }
H1.HeaderClassName
{
color: #EF14DD;
}
.AnyTagClassName
{
color: #EF14DD;
}
</style>
background-color css
<style>
a { background-color: #EF14DD; }
a { background-color: rgb(239,20,221); }
div.DivClassName
{
background-color: #EF14DD;
}
.BgClassName
{
background-color: #EF14DD;
}
</style>
border-color css
<style>
span { border-color: #EF14DD; }
span { border-color: rgb(239,20,221); }
td.TdClassName
{
border-color: #EF14DD;
}
.TagClassName
{
border-color: #EF14DD;
}
</style>