Shades of Magenta #FF19E7
Tints of Magenta #FF19E7
RGB
CMYK
RGB Variations
Color information
#FF19E7 (or 0xFF19E7) is known color: Magenta. HEX triplet: FF, 19 and E7. RGB value is (255,25,231). Sum of RGB (Red+Green+Blue) = 255+25+231=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 25 (10.16% from 255 or 4.89% from 511); Blue value is 231 (90.62% from 255 or 45.21% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FF19E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF19E7 is #00E618. Grayscale: #747474. Windows color (decimal): -58905 or 15145471. OLE color: 15145471.
HSL color Cylindrical-coordinate representation of color #FF19E7: hue angle of 306.26º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF19E7 is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 231 | - |
| CMYK | 0 | 0.90 | 0.09 | 0 |
| HSL | 306.26º | 1% | 0.55% | - |
| HSV(B) | 306.26º | 0.9% | 1% | - |
| XYZ | 56.01 | 27.72 | 78 | - |
| YUV | 117.25 | 192.2 | 226.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 231 | 0 | 0.90 | 0.09 | 0 | 306.26 | 1 | 0.55 |
| Hex | FF | 19 | E7 | 0 | 5A | 9 | 0 | 132 | 64 | 37 |
| Octal | 377 | 31 | 347 | 0 | 132 | 11 | 0 | 462 | 144 | 67 |
| Binary | 11111111 | 11001 | 11100111 | 0 | 1011010 | 1001 | 0 | 100110010 | 1100100 | 110111 |
Color Harmonies of #FF19E7
Complementary color
Monochromatic Colors of #FF19E7
Black with #FF19E7
Text Example
Text Example
White with #FF19E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF19E7; }
p { color: rgb(255,25,231); }
H1.HeaderClassName
{
color: #FF19E7;
}
.AnyTagClassName
{
color: #FF19E7;
}
</style>
background-color css
<style>
a { background-color: #FF19E7; }
a { background-color: rgb(255,25,231); }
div.DivClassName
{
background-color: #FF19E7;
}
.BgClassName
{
background-color: #FF19E7;
}
</style>
border-color css
<style>
span { border-color: #FF19E7; }
span { border-color: rgb(255,25,231); }
td.TdClassName
{
border-color: #FF19E7;
}
.TagClassName
{
border-color: #FF19E7;
}
</style>