Shades of Magenta #FF0EE8
Tints of Magenta #FF0EE8
RGB
CMYK
RGB Variations
Color information
#FF0EE8 (or 0xFF0EE8) is known color: Magenta. HEX triplet: FF, 0E and E8. RGB value is (255,14,232). Sum of RGB (Red+Green+Blue) = 255+14+232=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 14 (5.86% from 255 or 2.79% from 501); Blue value is 232 (91.02% from 255 or 46.31% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0EE8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF0EE8 is #00F117. Grayscale: #6E6E6E. Windows color (decimal): -61720 or 15208191. OLE color: 15208191.
HSL color Cylindrical-coordinate representation of color #FF0EE8: hue angle of 305.73º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF0EE8 is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 14 | 232 | - |
| CMYK | 0 | 0.95 | 0.09 | 0 |
| HSL | 305.73º | 1% | 0.53% | - |
| HSV(B) | 305.73º | 0.95% | 1% | - |
| XYZ | 55.96 | 27.4 | 78.68 | - |
| YUV | 110.91 | 196.34 | 230.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 14 | 232 | 0 | 0.95 | 0.09 | 0 | 305.73 | 1 | 0.53 |
| Hex | FF | E | E8 | 0 | 5F | 9 | 0 | 132 | 64 | 35 |
| Octal | 377 | 16 | 350 | 0 | 137 | 11 | 0 | 462 | 144 | 65 |
| Binary | 11111111 | 1110 | 11101000 | 0 | 1011111 | 1001 | 0 | 100110010 | 1100100 | 110101 |
Color Harmonies of #FF0EE8
Complementary color
Monochromatic Colors of #FF0EE8
Black with #FF0EE8
Text Example
Text Example
White with #FF0EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0EE8; }
p { color: rgb(255,14,232); }
H1.HeaderClassName
{
color: #FF0EE8;
}
.AnyTagClassName
{
color: #FF0EE8;
}
</style>
background-color css
<style>
a { background-color: #FF0EE8; }
a { background-color: rgb(255,14,232); }
div.DivClassName
{
background-color: #FF0EE8;
}
.BgClassName
{
background-color: #FF0EE8;
}
</style>
border-color css
<style>
span { border-color: #FF0EE8; }
span { border-color: rgb(255,14,232); }
td.TdClassName
{
border-color: #FF0EE8;
}
.TagClassName
{
border-color: #FF0EE8;
}
</style>