Shades of Magenta #EF0EEA
Tints of Magenta #EF0EEA
RGB
CMYK
RGB Variations
Color information
#EF0EEA (or 0xEF0EEA) is known color: Magenta. HEX triplet: EF, 0E and EA. RGB value is (239,14,234). Sum of RGB (Red+Green+Blue) = 239+14+234=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 14 (5.86% from 255 or 2.87% from 487); Blue value is 234 (91.80% from 255 or 48.05% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0EEA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF0EEA is #10F115. Grayscale: #696969. Windows color (decimal): -1110294 or 15339247. OLE color: 15339247.
HSL color Cylindrical-coordinate representation of color #EF0EEA: hue angle of 301.33º 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 #EF0EEA is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 14 | 234 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.06 |
| HSL | 301.33º | 0.89% | 0.5% | - |
| HSV(B) | 301.33º | 0.94% | 0.94% | - |
| XYZ | 50.6 | 24.61 | 79.92 | - |
| YUV | 106.36 | 200.04 | 222.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 14 | 234 | 0 | 0.94 | 0.02 | 0.06 | 301.33 | 0.89 | 0.5 |
| Hex | EF | E | EA | 0 | 5E | 2 | 6 | 12D | 59 | 32 |
| Octal | 357 | 16 | 352 | 0 | 136 | 2 | 6 | 455 | 131 | 62 |
| Binary | 11101111 | 1110 | 11101010 | 0 | 1011110 | 10 | 110 | 100101101 | 1011001 | 110010 |
Color Harmonies of #EF0EEA
Complementary color
Monochromatic Colors of #EF0EEA
Black with #EF0EEA
Text Example
Text Example
White with #EF0EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0EEA; }
p { color: rgb(239,14,234); }
H1.HeaderClassName
{
color: #EF0EEA;
}
.AnyTagClassName
{
color: #EF0EEA;
}
</style>
background-color css
<style>
a { background-color: #EF0EEA; }
a { background-color: rgb(239,14,234); }
div.DivClassName
{
background-color: #EF0EEA;
}
.BgClassName
{
background-color: #EF0EEA;
}
</style>
border-color css
<style>
span { border-color: #EF0EEA; }
span { border-color: rgb(239,14,234); }
td.TdClassName
{
border-color: #EF0EEA;
}
.TagClassName
{
border-color: #EF0EEA;
}
</style>