Shades of Magenta #FF00E7
Tints of Magenta #FF00E7
RGB
CMYK
RGB Variations
Color information
#FF00E7 (or 0xFF00E7) is known color: Magenta. HEX triplet: FF, 00 and E7. RGB value is (255,0,231). Sum of RGB (Red+Green+Blue) = 255+0+231=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 0 (0.39% from 255 or 0% from 486); Blue value is 231 (90.62% from 255 or 47.53% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FF00E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF00E7 is #00FF18. Grayscale: #656565. Windows color (decimal): -65305 or 15139071. OLE color: 15139071.
HSL color Cylindrical-coordinate representation of color #FF00E7: hue angle of 305.65º 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 #FF00E7 is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 231 | - |
| CMYK | 0 | 1 | 0.09 | 0 |
| HSL | 305.65º | 1% | 0.5% | - |
| HSV(B) | 305.65º | 1% | 1% | - |
| XYZ | 55.66 | 27.03 | 77.88 | - |
| YUV | 102.58 | 200.48 | 236.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 231 | 0 | 1 | 0.09 | 0 | 305.65 | 1 | 0.5 |
| Hex | FF | 0 | E7 | 0 | 64 | 9 | 0 | 132 | 64 | 32 |
| Octal | 377 | 0 | 347 | 0 | 144 | 11 | 0 | 462 | 144 | 62 |
| Binary | 11111111 | 0 | 11100111 | 0 | 1100100 | 1001 | 0 | 100110010 | 1100100 | 110010 |
Color Harmonies of #FF00E7
Complementary color
Monochromatic Colors of #FF00E7
Black with #FF00E7
Text Example
Text Example
White with #FF00E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF00E7; }
p { color: rgb(255,0,231); }
H1.HeaderClassName
{
color: #FF00E7;
}
.AnyTagClassName
{
color: #FF00E7;
}
</style>
background-color css
<style>
a { background-color: #FF00E7; }
a { background-color: rgb(255,0,231); }
div.DivClassName
{
background-color: #FF00E7;
}
.BgClassName
{
background-color: #FF00E7;
}
</style>
border-color css
<style>
span { border-color: #FF00E7; }
span { border-color: rgb(255,0,231); }
td.TdClassName
{
border-color: #FF00E7;
}
.TagClassName
{
border-color: #FF00E7;
}
</style>