Shades of Hot Magenta #FF00E5
Tints of Hot Magenta #FF00E5
RGB
CMYK
RGB Variations
Color information
#FF00E5 (or 0xFF00E5) is known color: Hot Magenta. HEX triplet: FF, 00 and E5. RGB value is (255,0,229). Sum of RGB (Red+Green+Blue) = 255+0+229=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 0 (0.39% from 255 or 0% from 484); Blue value is 229 (89.84% from 255 or 47.31% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FF00E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF00E5 is #00FF1A. Grayscale: #656565. Windows color (decimal): -65307 or 15007999. OLE color: 15007999.
HSL color Cylindrical-coordinate representation of color #FF00E5: hue angle of 306.12º 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 #FF00E5 is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 229 | - |
| CMYK | 0 | 1 | 0.10 | 0 |
| HSL | 306.12º | 1% | 0.5% | - |
| HSV(B) | 306.12º | 1% | 1% | - |
| XYZ | 55.38 | 26.92 | 76.41 | - |
| YUV | 102.35 | 199.48 | 236.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 229 | 0 | 1 | 0.10 | 0 | 306.12 | 1 | 0.5 |
| Hex | FF | 0 | E5 | 0 | 64 | A | 0 | 132 | 64 | 32 |
| Octal | 377 | 0 | 345 | 0 | 144 | 12 | 0 | 462 | 144 | 62 |
| Binary | 11111111 | 0 | 11100101 | 0 | 1100100 | 1010 | 0 | 100110010 | 1100100 | 110010 |
Color Harmonies of #FF00E5
Complementary color
Monochromatic Colors of #FF00E5
Black with #FF00E5
Text Example
Text Example
White with #FF00E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF00E5; }
p { color: rgb(255,0,229); }
H1.HeaderClassName
{
color: #FF00E5;
}
.AnyTagClassName
{
color: #FF00E5;
}
</style>
background-color css
<style>
a { background-color: #FF00E5; }
a { background-color: rgb(255,0,229); }
div.DivClassName
{
background-color: #FF00E5;
}
.BgClassName
{
background-color: #FF00E5;
}
</style>
border-color css
<style>
span { border-color: #FF00E5; }
span { border-color: rgb(255,0,229); }
td.TdClassName
{
border-color: #FF00E5;
}
.TagClassName
{
border-color: #FF00E5;
}
</style>