Shades of Magenta #FE00E7
Tints of Magenta #FE00E7
RGB
CMYK
RGB Variations
Color information
#FE00E7 (or 0xFE00E7) is known color: Magenta. HEX triplet: FE, 00 and E7. RGB value is (254,0,231). Sum of RGB (Red+Green+Blue) = 254+0+231=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 0 (0.39% from 255 or 0% from 485); Blue value is 231 (90.62% from 255 or 47.63% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FE00E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE00E7 is #01FF18. Grayscale: #656565. Windows color (decimal): -130841 or 15139070. OLE color: 15139070.
HSL color Cylindrical-coordinate representation of color #FE00E7: hue angle of 305.43º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE00E7 is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 0 | 231 | - |
| CMYK | 0 | 1 | 0.09 | 0.00 |
| HSL | 305.43º | 1% | 0.5% | - |
| HSV(B) | 305.43º | 1% | 1% | - |
| XYZ | 55.3 | 26.84 | 77.87 | - |
| YUV | 102.28 | 200.65 | 236.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 0 | 231 | 0 | 1 | 0.09 | 0.00 | 305.43 | 1 | 0.5 |
| Hex | FE | 0 | E7 | 0 | 64 | 9 | 0 | 131 | 64 | 32 |
| Octal | 376 | 0 | 347 | 0 | 144 | 11 | 0 | 461 | 144 | 62 |
| Binary | 11111110 | 0 | 11100111 | 0 | 1100100 | 1001 | 0 | 100110001 | 1100100 | 110010 |
Color Harmonies of #FE00E7
Complementary color
Monochromatic Colors of #FE00E7
Black with #FE00E7
Text Example
Text Example
White with #FE00E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE00E7; }
p { color: rgb(254,0,231); }
H1.HeaderClassName
{
color: #FE00E7;
}
.AnyTagClassName
{
color: #FE00E7;
}
</style>
background-color css
<style>
a { background-color: #FE00E7; }
a { background-color: rgb(254,0,231); }
div.DivClassName
{
background-color: #FE00E7;
}
.BgClassName
{
background-color: #FE00E7;
}
</style>
border-color css
<style>
span { border-color: #FE00E7; }
span { border-color: rgb(254,0,231); }
td.TdClassName
{
border-color: #FE00E7;
}
.TagClassName
{
border-color: #FE00E7;
}
</style>