Shades of Hot Magenta #EF0CE4
Tints of Hot Magenta #EF0CE4
RGB
CMYK
RGB Variations
Color information
#EF0CE4 (or 0xEF0CE4) is known color: Hot Magenta. HEX triplet: EF, 0C and E4. RGB value is (239,12,228). Sum of RGB (Red+Green+Blue) = 239+12+228=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 12 (5.08% from 255 or 2.51% from 479); Blue value is 228 (89.45% from 255 or 47.60% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0CE4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0CE4 is #10F31B. Grayscale: #676767. Windows color (decimal): -1110812 or 14945519. OLE color: 14945519.
HSL color Cylindrical-coordinate representation of color #EF0CE4: hue angle of 302.91º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF0CE4 is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 12 | 228 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.06 |
| HSL | 302.91º | 0.9% | 0.49% | - |
| HSV(B) | 302.91º | 0.95% | 0.94% | - |
| XYZ | 49.73 | 24.22 | 75.45 | - |
| YUV | 104.5 | 197.71 | 223.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 12 | 228 | 0 | 0.95 | 0.05 | 0.06 | 302.91 | 0.9 | 0.49 |
| Hex | EF | C | E4 | 0 | 5F | 5 | 6 | 12F | 5A | 31 |
| Octal | 357 | 14 | 344 | 0 | 137 | 5 | 6 | 457 | 132 | 61 |
| Binary | 11101111 | 1100 | 11100100 | 0 | 1011111 | 101 | 110 | 100101111 | 1011010 | 110001 |
Color Harmonies of #EF0CE4
Complementary color
Monochromatic Colors of #EF0CE4
Black with #EF0CE4
Text Example
Text Example
White with #EF0CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0CE4; }
p { color: rgb(239,12,228); }
H1.HeaderClassName
{
color: #EF0CE4;
}
.AnyTagClassName
{
color: #EF0CE4;
}
</style>
background-color css
<style>
a { background-color: #EF0CE4; }
a { background-color: rgb(239,12,228); }
div.DivClassName
{
background-color: #EF0CE4;
}
.BgClassName
{
background-color: #EF0CE4;
}
</style>
border-color css
<style>
span { border-color: #EF0CE4; }
span { border-color: rgb(239,12,228); }
td.TdClassName
{
border-color: #EF0CE4;
}
.TagClassName
{
border-color: #EF0CE4;
}
</style>