Shades of Magenta #EF14E5
Tints of Magenta #EF14E5
RGB
CMYK
RGB Variations
Color information
#EF14E5 (or 0xEF14E5) is known color: Magenta. HEX triplet: EF, 14 and E5. RGB value is (239,20,229). Sum of RGB (Red+Green+Blue) = 239+20+229=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 20 (8.20% from 255 or 4.10% from 488); Blue value is 229 (89.84% from 255 or 46.93% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EF14E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF14E5 is #10EB1A. Grayscale: #6C6C6C. Windows color (decimal): -1108763 or 15013103. OLE color: 15013103.
HSL color Cylindrical-coordinate representation of color #EF14E5: hue angle of 302.74º 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 #EF14E5 is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 20 | 229 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.06 |
| HSL | 302.74º | 0.87% | 0.51% | - |
| HSV(B) | 302.74º | 0.92% | 0.94% | - |
| XYZ | 49.99 | 24.51 | 76.22 | - |
| YUV | 109.31 | 195.55 | 220.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 20 | 229 | 0 | 0.92 | 0.04 | 0.06 | 302.74 | 0.87 | 0.51 |
| Hex | EF | 14 | E5 | 0 | 5C | 4 | 6 | 12F | 57 | 33 |
| Octal | 357 | 24 | 345 | 0 | 134 | 4 | 6 | 457 | 127 | 63 |
| Binary | 11101111 | 10100 | 11100101 | 0 | 1011100 | 100 | 110 | 100101111 | 1010111 | 110011 |
Color Harmonies of #EF14E5
Complementary color
Monochromatic Colors of #EF14E5
Black with #EF14E5
Text Example
Text Example
White with #EF14E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF14E5; }
p { color: rgb(239,20,229); }
H1.HeaderClassName
{
color: #EF14E5;
}
.AnyTagClassName
{
color: #EF14E5;
}
</style>
background-color css
<style>
a { background-color: #EF14E5; }
a { background-color: rgb(239,20,229); }
div.DivClassName
{
background-color: #EF14E5;
}
.BgClassName
{
background-color: #EF14E5;
}
</style>
border-color css
<style>
span { border-color: #EF14E5; }
span { border-color: rgb(239,20,229); }
td.TdClassName
{
border-color: #EF14E5;
}
.TagClassName
{
border-color: #EF14E5;
}
</style>