Shades of Hot Magenta #FF0EE2
Tints of Hot Magenta #FF0EE2
RGB
CMYK
RGB Variations
Color information
#FF0EE2 (or 0xFF0EE2) is known color: Hot Magenta. HEX triplet: FF, 0E and E2. RGB value is (255,14,226). Sum of RGB (Red+Green+Blue) = 255+14+226=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 14 (5.86% from 255 or 2.83% from 495); Blue value is 226 (88.67% from 255 or 45.66% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0EE2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0EE2 is #00F11D. Grayscale: #6D6D6D. Windows color (decimal): -61726 or 14814975. OLE color: 14814975.
HSL color Cylindrical-coordinate representation of color #FF0EE2: hue angle of 307.22º 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 #FF0EE2 is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 14 | 226 | - |
| CMYK | 0 | 0.95 | 0.11 | 0 |
| HSL | 307.22º | 1% | 0.53% | - |
| HSV(B) | 307.22º | 0.95% | 1% | - |
| XYZ | 55.12 | 27.07 | 74.27 | - |
| YUV | 110.23 | 193.34 | 231.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 14 | 226 | 0 | 0.95 | 0.11 | 0 | 307.22 | 1 | 0.53 |
| Hex | FF | E | E2 | 0 | 5F | B | 0 | 133 | 64 | 35 |
| Octal | 377 | 16 | 342 | 0 | 137 | 13 | 0 | 463 | 144 | 65 |
| Binary | 11111111 | 1110 | 11100010 | 0 | 1011111 | 1011 | 0 | 100110011 | 1100100 | 110101 |
Color Harmonies of #FF0EE2
Complementary color
Monochromatic Colors of #FF0EE2
Black with #FF0EE2
Text Example
Text Example
White with #FF0EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0EE2; }
p { color: rgb(255,14,226); }
H1.HeaderClassName
{
color: #FF0EE2;
}
.AnyTagClassName
{
color: #FF0EE2;
}
</style>
background-color css
<style>
a { background-color: #FF0EE2; }
a { background-color: rgb(255,14,226); }
div.DivClassName
{
background-color: #FF0EE2;
}
.BgClassName
{
background-color: #FF0EE2;
}
</style>
border-color css
<style>
span { border-color: #FF0EE2; }
span { border-color: rgb(255,14,226); }
td.TdClassName
{
border-color: #FF0EE2;
}
.TagClassName
{
border-color: #FF0EE2;
}
</style>