Shades of Hot Magenta #EF0EE2
Tints of Hot Magenta #EF0EE2
RGB
CMYK
RGB Variations
Color information
#EF0EE2 (or 0xEF0EE2) is known color: Hot Magenta. HEX triplet: EF, 0E and E2. RGB value is (239,14,226). Sum of RGB (Red+Green+Blue) = 239+14+226=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 14 (5.86% from 255 or 2.92% from 479); Blue value is 226 (88.67% from 255 or 47.18% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0EE2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0EE2 is #10F11D. Grayscale: #686868. Windows color (decimal): -1110302 or 14814959. OLE color: 14814959.
HSL color Cylindrical-coordinate representation of color #EF0EE2: hue angle of 303.47º 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 #EF0EE2 is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 14 | 226 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.06 |
| HSL | 303.47º | 0.89% | 0.5% | - |
| HSV(B) | 303.47º | 0.94% | 0.94% | - |
| XYZ | 49.48 | 24.16 | 74.01 | - |
| YUV | 105.44 | 196.04 | 223.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 14 | 226 | 0 | 0.94 | 0.05 | 0.06 | 303.47 | 0.89 | 0.5 |
| Hex | EF | E | E2 | 0 | 5E | 5 | 6 | 12F | 59 | 32 |
| Octal | 357 | 16 | 342 | 0 | 136 | 5 | 6 | 457 | 131 | 62 |
| Binary | 11101111 | 1110 | 11100010 | 0 | 1011110 | 101 | 110 | 100101111 | 1011001 | 110010 |
Color Harmonies of #EF0EE2
Complementary color
Monochromatic Colors of #EF0EE2
Black with #EF0EE2
Text Example
Text Example
White with #EF0EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0EE2; }
p { color: rgb(239,14,226); }
H1.HeaderClassName
{
color: #EF0EE2;
}
.AnyTagClassName
{
color: #EF0EE2;
}
</style>
background-color css
<style>
a { background-color: #EF0EE2; }
a { background-color: rgb(239,14,226); }
div.DivClassName
{
background-color: #EF0EE2;
}
.BgClassName
{
background-color: #EF0EE2;
}
</style>
border-color css
<style>
span { border-color: #EF0EE2; }
span { border-color: rgb(239,14,226); }
td.TdClassName
{
border-color: #EF0EE2;
}
.TagClassName
{
border-color: #EF0EE2;
}
</style>