Shades of Magenta #FE1EE9
Tints of Magenta #FE1EE9
RGB
CMYK
RGB Variations
Color information
#FE1EE9 (or 0xFE1EE9) is known color: Magenta. HEX triplet: FE, 1E and E9. RGB value is (254,30,233). Sum of RGB (Red+Green+Blue) = 254+30+233=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 30 (12.11% from 255 or 5.80% from 517); Blue value is 233 (91.41% from 255 or 45.07% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1EE9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE1EE9 is #01E116. Grayscale: #777777. Windows color (decimal): -123159 or 15277822. OLE color: 15277822.
HSL color Cylindrical-coordinate representation of color #FE1EE9: hue angle of 305.62º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FE1EE9 is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 30 | 233 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.00 |
| HSL | 305.63º | 0.99% | 0.56% | - |
| HSV(B) | 305.63º | 0.88% | 1% | - |
| XYZ | 56.05 | 27.88 | 79.52 | - |
| YUV | 120.12 | 191.71 | 223.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 30 | 233 | 0 | 0.88 | 0.08 | 0.00 | 305.63 | 0.99 | 0.56 |
| Hex | FE | 1E | E9 | 0 | 58 | 8 | 0 | 132 | 63 | 38 |
| Octal | 376 | 36 | 351 | 0 | 130 | 10 | 0 | 462 | 143 | 70 |
| Binary | 11111110 | 11110 | 11101001 | 0 | 1011000 | 1000 | 0 | 100110010 | 1100011 | 111000 |
Color Harmonies of #FE1EE9
Complementary color
Monochromatic Colors of #FE1EE9
Black with #FE1EE9
Text Example
Text Example
White with #FE1EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1EE9; }
p { color: rgb(254,30,233); }
H1.HeaderClassName
{
color: #FE1EE9;
}
.AnyTagClassName
{
color: #FE1EE9;
}
</style>
background-color css
<style>
a { background-color: #FE1EE9; }
a { background-color: rgb(254,30,233); }
div.DivClassName
{
background-color: #FE1EE9;
}
.BgClassName
{
background-color: #FE1EE9;
}
</style>
border-color css
<style>
span { border-color: #FE1EE9; }
span { border-color: rgb(254,30,233); }
td.TdClassName
{
border-color: #FE1EE9;
}
.TagClassName
{
border-color: #FE1EE9;
}
</style>