Shades of Magenta #EF14E8
Tints of Magenta #EF14E8
RGB
CMYK
RGB Variations
Color information
#EF14E8 (or 0xEF14E8) is known color: Magenta. HEX triplet: EF, 14 and E8. RGB value is (239,20,232). Sum of RGB (Red+Green+Blue) = 239+20+232=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 20 (8.20% from 255 or 4.07% from 491); Blue value is 232 (91.02% from 255 or 47.25% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EF14E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF14E8 is #10EB17. Grayscale: #6D6D6D. Windows color (decimal): -1108760 or 15209711. OLE color: 15209711.
HSL color Cylindrical-coordinate representation of color #EF14E8: hue angle of 301.92º 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 #EF14E8 is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 20 | 232 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.06 |
| HSL | 301.92º | 0.87% | 0.51% | - |
| HSV(B) | 301.92º | 0.92% | 0.94% | - |
| XYZ | 50.41 | 24.68 | 78.45 | - |
| YUV | 109.65 | 197.05 | 220.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 20 | 232 | 0 | 0.92 | 0.03 | 0.06 | 301.92 | 0.87 | 0.51 |
| Hex | EF | 14 | E8 | 0 | 5C | 3 | 6 | 12E | 57 | 33 |
| Octal | 357 | 24 | 350 | 0 | 134 | 3 | 6 | 456 | 127 | 63 |
| Binary | 11101111 | 10100 | 11101000 | 0 | 1011100 | 11 | 110 | 100101110 | 1010111 | 110011 |
Color Harmonies of #EF14E8
Complementary color
Monochromatic Colors of #EF14E8
Black with #EF14E8
Text Example
Text Example
White with #EF14E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF14E8; }
p { color: rgb(239,20,232); }
H1.HeaderClassName
{
color: #EF14E8;
}
.AnyTagClassName
{
color: #EF14E8;
}
</style>
background-color css
<style>
a { background-color: #EF14E8; }
a { background-color: rgb(239,20,232); }
div.DivClassName
{
background-color: #EF14E8;
}
.BgClassName
{
background-color: #EF14E8;
}
</style>
border-color css
<style>
span { border-color: #EF14E8; }
span { border-color: rgb(239,20,232); }
td.TdClassName
{
border-color: #EF14E8;
}
.TagClassName
{
border-color: #EF14E8;
}
</style>