Shades of Hot Magenta #FF0EE0
Tints of Hot Magenta #FF0EE0
RGB
CMYK
RGB Variations
Color information
#FF0EE0 (or 0xFF0EE0) is known color: Hot Magenta. HEX triplet: FF, 0E and E0. RGB value is (255,14,224). Sum of RGB (Red+Green+Blue) = 255+14+224=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 14 (5.86% from 255 or 2.84% from 493); Blue value is 224 (87.89% from 255 or 45.44% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0EE0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0EE0 is #00F11F. Grayscale: #6D6D6D. Windows color (decimal): -61728 or 14683903. OLE color: 14683903.
HSL color Cylindrical-coordinate representation of color #FF0EE0: hue angle of 307.72º 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 #FF0EE0 is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 14 | 224 | - |
| CMYK | 0 | 0.95 | 0.12 | 0 |
| HSL | 307.72º | 1% | 0.53% | - |
| HSV(B) | 307.72º | 0.95% | 1% | - |
| XYZ | 54.85 | 26.96 | 72.83 | - |
| YUV | 110 | 192.34 | 231.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 14 | 224 | 0 | 0.95 | 0.12 | 0 | 307.72 | 1 | 0.53 |
| Hex | FF | E | E0 | 0 | 5F | C | 0 | 134 | 64 | 35 |
| Octal | 377 | 16 | 340 | 0 | 137 | 14 | 0 | 464 | 144 | 65 |
| Binary | 11111111 | 1110 | 11100000 | 0 | 1011111 | 1100 | 0 | 100110100 | 1100100 | 110101 |
Color Harmonies of #FF0EE0
Complementary color
Monochromatic Colors of #FF0EE0
Black with #FF0EE0
Text Example
Text Example
White with #FF0EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0EE0; }
p { color: rgb(255,14,224); }
H1.HeaderClassName
{
color: #FF0EE0;
}
.AnyTagClassName
{
color: #FF0EE0;
}
</style>
background-color css
<style>
a { background-color: #FF0EE0; }
a { background-color: rgb(255,14,224); }
div.DivClassName
{
background-color: #FF0EE0;
}
.BgClassName
{
background-color: #FF0EE0;
}
</style>
border-color css
<style>
span { border-color: #FF0EE0; }
span { border-color: rgb(255,14,224); }
td.TdClassName
{
border-color: #FF0EE0;
}
.TagClassName
{
border-color: #FF0EE0;
}
</style>