Shades of Hot Magenta #EF0EE0
Tints of Hot Magenta #EF0EE0
RGB
CMYK
RGB Variations
Color information
#EF0EE0 (or 0xEF0EE0) is known color: Hot Magenta. HEX triplet: EF, 0E and E0. RGB value is (239,14,224). Sum of RGB (Red+Green+Blue) = 239+14+224=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 14 (5.86% from 255 or 2.94% from 477); Blue value is 224 (87.89% from 255 or 46.96% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0EE0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0EE0 is #10F11F. Grayscale: #686868. Windows color (decimal): -1110304 or 14683887. OLE color: 14683887.
HSL color Cylindrical-coordinate representation of color #EF0EE0: hue angle of 304º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF0EE0 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 14 | 224 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.06 |
| HSL | 304º | 0.89% | 0.5% | - |
| HSV(B) | 304º | 0.94% | 0.94% | - |
| XYZ | 49.21 | 24.05 | 72.57 | - |
| YUV | 105.22 | 195.04 | 223.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 14 | 224 | 0 | 0.94 | 0.06 | 0.06 | 304 | 0.89 | 0.5 |
| Hex | EF | E | E0 | 0 | 5E | 6 | 6 | 130 | 59 | 32 |
| Octal | 357 | 16 | 340 | 0 | 136 | 6 | 6 | 460 | 131 | 62 |
| Binary | 11101111 | 1110 | 11100000 | 0 | 1011110 | 110 | 110 | 100110000 | 1011001 | 110010 |
Color Harmonies of #EF0EE0
Complementary color
Monochromatic Colors of #EF0EE0
Black with #EF0EE0
Text Example
Text Example
White with #EF0EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0EE0; }
p { color: rgb(239,14,224); }
H1.HeaderClassName
{
color: #EF0EE0;
}
.AnyTagClassName
{
color: #EF0EE0;
}
</style>
background-color css
<style>
a { background-color: #EF0EE0; }
a { background-color: rgb(239,14,224); }
div.DivClassName
{
background-color: #EF0EE0;
}
.BgClassName
{
background-color: #EF0EE0;
}
</style>
border-color css
<style>
span { border-color: #EF0EE0; }
span { border-color: rgb(239,14,224); }
td.TdClassName
{
border-color: #EF0EE0;
}
.TagClassName
{
border-color: #EF0EE0;
}
</style>