Shades of Hot Magenta #EF00E0
Tints of Hot Magenta #EF00E0
RGB
CMYK
RGB Variations
Color information
#EF00E0 (or 0xEF00E0) is known color: Hot Magenta. HEX triplet: EF, 00 and E0. RGB value is (239,0,224). Sum of RGB (Red+Green+Blue) = 239+0+224=463 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.62% from 463); Green value is 0 (0.39% from 255 or 0% from 463); Blue value is 224 (87.89% from 255 or 48.38% from 463); Max value from RGB is 239 - color contains mainly: red. Hex color #EF00E0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF00E0 is #10FF1F. Grayscale: #606060. Windows color (decimal): -1113888 or 14680303. OLE color: 14680303.
HSL color Cylindrical-coordinate representation of color #EF00E0: hue angle of 303.77º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF00E0 is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 0 | 224 | - |
| CMYK | 0 | 1 | 0.06 | 0.06 |
| HSL | 303.77º | 1% | 0.47% | - |
| HSV(B) | 303.77º | 1% | 0.94% | - |
| XYZ | 49.05 | 23.73 | 72.52 | - |
| YUV | 97 | 199.68 | 229.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 0 | 224 | 0 | 1 | 0.06 | 0.06 | 303.77 | 1 | 0.47 |
| Hex | EF | 0 | E0 | 0 | 64 | 6 | 6 | 130 | 64 | 2F |
| Octal | 357 | 0 | 340 | 0 | 144 | 6 | 6 | 460 | 144 | 57 |
| Binary | 11101111 | 0 | 11100000 | 0 | 1100100 | 110 | 110 | 100110000 | 1100100 | 101111 |
Color Harmonies of #EF00E0
Complementary color
Monochromatic Colors of #EF00E0
Black with #EF00E0
Text Example
Text Example
White with #EF00E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF00E0; }
p { color: rgb(239,0,224); }
H1.HeaderClassName
{
color: #EF00E0;
}
.AnyTagClassName
{
color: #EF00E0;
}
</style>
background-color css
<style>
a { background-color: #EF00E0; }
a { background-color: rgb(239,0,224); }
div.DivClassName
{
background-color: #EF00E0;
}
.BgClassName
{
background-color: #EF00E0;
}
</style>
border-color css
<style>
span { border-color: #EF00E0; }
span { border-color: rgb(239,0,224); }
td.TdClassName
{
border-color: #EF00E0;
}
.TagClassName
{
border-color: #EF00E0;
}
</style>