Shades of Hot Magenta #FF0EE5
Tints of Hot Magenta #FF0EE5
RGB
CMYK
RGB Variations
Color information
#FF0EE5 (or 0xFF0EE5) is known color: Hot Magenta. HEX triplet: FF, 0E and E5. RGB value is (255,14,229). Sum of RGB (Red+Green+Blue) = 255+14+229=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 14 (5.86% from 255 or 2.81% from 498); Blue value is 229 (89.84% from 255 or 45.98% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0EE5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0EE5 is #00F11A. Grayscale: #6D6D6D. Windows color (decimal): -61723 or 15011583. OLE color: 15011583.
HSL color Cylindrical-coordinate representation of color #FF0EE5: hue angle of 306.47º 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 #FF0EE5 is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 14 | 229 | - |
| CMYK | 0 | 0.95 | 0.10 | 0 |
| HSL | 306.47º | 1% | 0.53% | - |
| HSV(B) | 306.47º | 0.95% | 1% | - |
| XYZ | 55.54 | 27.23 | 76.46 | - |
| YUV | 110.57 | 194.84 | 231.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 14 | 229 | 0 | 0.95 | 0.10 | 0 | 306.47 | 1 | 0.53 |
| Hex | FF | E | E5 | 0 | 5F | A | 0 | 132 | 64 | 35 |
| Octal | 377 | 16 | 345 | 0 | 137 | 12 | 0 | 462 | 144 | 65 |
| Binary | 11111111 | 1110 | 11100101 | 0 | 1011111 | 1010 | 0 | 100110010 | 1100100 | 110101 |
Color Harmonies of #FF0EE5
Complementary color
Monochromatic Colors of #FF0EE5
Black with #FF0EE5
Text Example
Text Example
White with #FF0EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0EE5; }
p { color: rgb(255,14,229); }
H1.HeaderClassName
{
color: #FF0EE5;
}
.AnyTagClassName
{
color: #FF0EE5;
}
</style>
background-color css
<style>
a { background-color: #FF0EE5; }
a { background-color: rgb(255,14,229); }
div.DivClassName
{
background-color: #FF0EE5;
}
.BgClassName
{
background-color: #FF0EE5;
}
</style>
border-color css
<style>
span { border-color: #FF0EE5; }
span { border-color: rgb(255,14,229); }
td.TdClassName
{
border-color: #FF0EE5;
}
.TagClassName
{
border-color: #FF0EE5;
}
</style>