Shades of Magenta #EF0EE6
Tints of Magenta #EF0EE6
RGB
CMYK
RGB Variations
Color information
#EF0EE6 (or 0xEF0EE6) is known color: Magenta. HEX triplet: EF, 0E and E6. RGB value is (239,14,230). Sum of RGB (Red+Green+Blue) = 239+14+230=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 14 (5.86% from 255 or 2.90% from 483); Blue value is 230 (90.23% from 255 or 47.62% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0EE6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF0EE6 is #10F119. Grayscale: #696969. Windows color (decimal): -1110298 or 15077103. OLE color: 15077103.
HSL color Cylindrical-coordinate representation of color #EF0EE6: hue angle of 302.4º 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 #EF0EE6 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 14 | 230 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.06 |
| HSL | 302.4º | 0.89% | 0.5% | - |
| HSV(B) | 302.4º | 0.94% | 0.94% | - |
| XYZ | 50.04 | 24.38 | 76.93 | - |
| YUV | 105.9 | 198.04 | 222.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 14 | 230 | 0 | 0.94 | 0.04 | 0.06 | 302.4 | 0.89 | 0.5 |
| Hex | EF | E | E6 | 0 | 5E | 4 | 6 | 12E | 59 | 32 |
| Octal | 357 | 16 | 346 | 0 | 136 | 4 | 6 | 456 | 131 | 62 |
| Binary | 11101111 | 1110 | 11100110 | 0 | 1011110 | 100 | 110 | 100101110 | 1011001 | 110010 |
Color Harmonies of #EF0EE6
Complementary color
Monochromatic Colors of #EF0EE6
Black with #EF0EE6
Text Example
Text Example
White with #EF0EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0EE6; }
p { color: rgb(239,14,230); }
H1.HeaderClassName
{
color: #EF0EE6;
}
.AnyTagClassName
{
color: #EF0EE6;
}
</style>
background-color css
<style>
a { background-color: #EF0EE6; }
a { background-color: rgb(239,14,230); }
div.DivClassName
{
background-color: #EF0EE6;
}
.BgClassName
{
background-color: #EF0EE6;
}
</style>
border-color css
<style>
span { border-color: #EF0EE6; }
span { border-color: rgb(239,14,230); }
td.TdClassName
{
border-color: #EF0EE6;
}
.TagClassName
{
border-color: #EF0EE6;
}
</style>