Shades of Hot Magenta #EF14E2
Tints of Hot Magenta #EF14E2
RGB
CMYK
RGB Variations
Color information
#EF14E2 (or 0xEF14E2) is known color: Hot Magenta. HEX triplet: EF, 14 and E2. RGB value is (239,20,226). Sum of RGB (Red+Green+Blue) = 239+20+226=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 20 (8.20% from 255 or 4.12% from 485); Blue value is 226 (88.67% from 255 or 46.60% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EF14E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF14E2 is #10EB1D. Grayscale: #6C6C6C. Windows color (decimal): -1108766 or 14816495. OLE color: 14816495.
HSL color Cylindrical-coordinate representation of color #EF14E2: hue angle of 303.56º 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 #EF14E2 is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 20 | 226 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.06 |
| HSL | 303.56º | 0.87% | 0.51% | - |
| HSV(B) | 303.56º | 0.92% | 0.94% | - |
| XYZ | 49.57 | 24.34 | 74.04 | - |
| YUV | 108.97 | 194.05 | 220.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 20 | 226 | 0 | 0.92 | 0.05 | 0.06 | 303.56 | 0.87 | 0.51 |
| Hex | EF | 14 | E2 | 0 | 5C | 5 | 6 | 130 | 57 | 33 |
| Octal | 357 | 24 | 342 | 0 | 134 | 5 | 6 | 460 | 127 | 63 |
| Binary | 11101111 | 10100 | 11100010 | 0 | 1011100 | 101 | 110 | 100110000 | 1010111 | 110011 |
Color Harmonies of #EF14E2
Complementary color
Monochromatic Colors of #EF14E2
Black with #EF14E2
Text Example
Text Example
White with #EF14E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF14E2; }
p { color: rgb(239,20,226); }
H1.HeaderClassName
{
color: #EF14E2;
}
.AnyTagClassName
{
color: #EF14E2;
}
</style>
background-color css
<style>
a { background-color: #EF14E2; }
a { background-color: rgb(239,20,226); }
div.DivClassName
{
background-color: #EF14E2;
}
.BgClassName
{
background-color: #EF14E2;
}
</style>
border-color css
<style>
span { border-color: #EF14E2; }
span { border-color: rgb(239,20,226); }
td.TdClassName
{
border-color: #EF14E2;
}
.TagClassName
{
border-color: #EF14E2;
}
</style>