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