Shades of Magenta #FF01E6
Tints of Magenta #FF01E6
RGB
CMYK
RGB Variations
Color information
#FF01E6 (or 0xFF01E6) is known color: Magenta. HEX triplet: FF, 01 and E6. RGB value is (255,1,230). Sum of RGB (Red+Green+Blue) = 255+1+230=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 1 (0.78% from 255 or 0.21% from 486); Blue value is 230 (90.23% from 255 or 47.33% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FF01E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF01E6 is #00FE19. Grayscale: #666666. Windows color (decimal): -65050 or 15073791. OLE color: 15073791.
HSL color Cylindrical-coordinate representation of color #FF01E6: hue angle of 305.91º 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 #FF01E6 is Cyan = 0, Magento = 1.00, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 230 | - |
| CMYK | 0 | 1.00 | 0.10 | 0 |
| HSL | 305.91º | 1% | 0.5% | - |
| HSV(B) | 305.91º | 1% | 1% | - |
| XYZ | 55.53 | 26.99 | 77.15 | - |
| YUV | 103.05 | 199.65 | 236.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 230 | 0 | 1.00 | 0.10 | 0 | 305.91 | 1 | 0.5 |
| Hex | FF | 1 | E6 | 0 | 64 | A | 0 | 132 | 64 | 32 |
| Octal | 377 | 1 | 346 | 0 | 144 | 12 | 0 | 462 | 144 | 62 |
| Binary | 11111111 | 1 | 11100110 | 0 | 1100100 | 1010 | 0 | 100110010 | 1100100 | 110010 |
Color Harmonies of #FF01E6
Complementary color
Monochromatic Colors of #FF01E6
Black with #FF01E6
Text Example
Text Example
White with #FF01E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF01E6; }
p { color: rgb(255,1,230); }
H1.HeaderClassName
{
color: #FF01E6;
}
.AnyTagClassName
{
color: #FF01E6;
}
</style>
background-color css
<style>
a { background-color: #FF01E6; }
a { background-color: rgb(255,1,230); }
div.DivClassName
{
background-color: #FF01E6;
}
.BgClassName
{
background-color: #FF01E6;
}
</style>
border-color css
<style>
span { border-color: #FF01E6; }
span { border-color: rgb(255,1,230); }
td.TdClassName
{
border-color: #FF01E6;
}
.TagClassName
{
border-color: #FF01E6;
}
</style>