Shades of Hot Magenta #FF01E4
Tints of Hot Magenta #FF01E4
RGB
CMYK
RGB Variations
Color information
#FF01E4 (or 0xFF01E4) is known color: Hot Magenta. HEX triplet: FF, 01 and E4. RGB value is (255,1,228). Sum of RGB (Red+Green+Blue) = 255+1+228=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 1 (0.78% from 255 or 0.21% from 484); Blue value is 228 (89.45% from 255 or 47.11% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FF01E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF01E4 is #00FE1B. Grayscale: #666666. Windows color (decimal): -65052 or 14942719. OLE color: 14942719.
HSL color Cylindrical-coordinate representation of color #FF01E4: hue angle of 306.38º 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 #FF01E4 is Cyan = 0, Magento = 1.00, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 228 | - |
| CMYK | 0 | 1.00 | 0.11 | 0 |
| HSL | 306.38º | 1% | 0.5% | - |
| HSV(B) | 306.38º | 1% | 1% | - |
| XYZ | 55.25 | 26.88 | 75.68 | - |
| YUV | 102.82 | 198.65 | 236.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 228 | 0 | 1.00 | 0.11 | 0 | 306.38 | 1 | 0.5 |
| Hex | FF | 1 | E4 | 0 | 64 | B | 0 | 132 | 64 | 32 |
| Octal | 377 | 1 | 344 | 0 | 144 | 13 | 0 | 462 | 144 | 62 |
| Binary | 11111111 | 1 | 11100100 | 0 | 1100100 | 1011 | 0 | 100110010 | 1100100 | 110010 |
Color Harmonies of #FF01E4
Complementary color
Monochromatic Colors of #FF01E4
Black with #FF01E4
Text Example
Text Example
White with #FF01E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF01E4; }
p { color: rgb(255,1,228); }
H1.HeaderClassName
{
color: #FF01E4;
}
.AnyTagClassName
{
color: #FF01E4;
}
</style>
background-color css
<style>
a { background-color: #FF01E4; }
a { background-color: rgb(255,1,228); }
div.DivClassName
{
background-color: #FF01E4;
}
.BgClassName
{
background-color: #FF01E4;
}
</style>
border-color css
<style>
span { border-color: #FF01E4; }
span { border-color: rgb(255,1,228); }
td.TdClassName
{
border-color: #FF01E4;
}
.TagClassName
{
border-color: #FF01E4;
}
</style>