Shades of Magenta #EF1EE8
Tints of Magenta #EF1EE8
RGB
CMYK
RGB Variations
Color information
#EF1EE8 (or 0xEF1EE8) is known color: Magenta. HEX triplet: EF, 1E and E8. RGB value is (239,30,232). Sum of RGB (Red+Green+Blue) = 239+30+232=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 30 (12.11% from 255 or 5.99% from 501); Blue value is 232 (91.02% from 255 or 46.31% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1EE8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF1EE8 is #10E117. Grayscale: #727272. Windows color (decimal): -1106200 or 15212271. OLE color: 15212271.
HSL color Cylindrical-coordinate representation of color #EF1EE8: hue angle of 302.01º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF1EE8 is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 30 | 232 | - |
| CMYK | 0 | 0.87 | 0.03 | 0.06 |
| HSL | 302.01º | 0.87% | 0.53% | - |
| HSV(B) | 302.01º | 0.87% | 0.94% | - |
| XYZ | 50.63 | 25.11 | 78.52 | - |
| YUV | 115.52 | 193.74 | 216.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 30 | 232 | 0 | 0.87 | 0.03 | 0.06 | 302.01 | 0.87 | 0.53 |
| Hex | EF | 1E | E8 | 0 | 57 | 3 | 6 | 12E | 57 | 35 |
| Octal | 357 | 36 | 350 | 0 | 127 | 3 | 6 | 456 | 127 | 65 |
| Binary | 11101111 | 11110 | 11101000 | 0 | 1010111 | 11 | 110 | 100101110 | 1010111 | 110101 |
Color Harmonies of #EF1EE8
Complementary color
Monochromatic Colors of #EF1EE8
Black with #EF1EE8
Text Example
Text Example
White with #EF1EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1EE8; }
p { color: rgb(239,30,232); }
H1.HeaderClassName
{
color: #EF1EE8;
}
.AnyTagClassName
{
color: #EF1EE8;
}
</style>
background-color css
<style>
a { background-color: #EF1EE8; }
a { background-color: rgb(239,30,232); }
div.DivClassName
{
background-color: #EF1EE8;
}
.BgClassName
{
background-color: #EF1EE8;
}
</style>
border-color css
<style>
span { border-color: #EF1EE8; }
span { border-color: rgb(239,30,232); }
td.TdClassName
{
border-color: #EF1EE8;
}
.TagClassName
{
border-color: #EF1EE8;
}
</style>