Shades of Hot Magenta #FF19E5
Tints of Hot Magenta #FF19E5
RGB
CMYK
RGB Variations
Color information
#FF19E5 (or 0xFF19E5) is known color: Hot Magenta. HEX triplet: FF, 19 and E5. RGB value is (255,25,229). Sum of RGB (Red+Green+Blue) = 255+25+229=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 25 (10.16% from 255 or 4.91% from 509); Blue value is 229 (89.84% from 255 or 44.99% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FF19E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF19E5 is #00E61A. Grayscale: #747474. Windows color (decimal): -58907 or 15014399. OLE color: 15014399.
HSL color Cylindrical-coordinate representation of color #FF19E5: hue angle of 306.78º 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 #FF19E5 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 229 | - |
| CMYK | 0 | 0.90 | 0.10 | 0 |
| HSL | 306.78º | 1% | 0.55% | - |
| HSV(B) | 306.78º | 0.9% | 1% | - |
| XYZ | 55.73 | 27.61 | 76.52 | - |
| YUV | 117.03 | 191.2 | 226.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 229 | 0 | 0.90 | 0.10 | 0 | 306.78 | 1 | 0.55 |
| Hex | FF | 19 | E5 | 0 | 5A | A | 0 | 133 | 64 | 37 |
| Octal | 377 | 31 | 345 | 0 | 132 | 12 | 0 | 463 | 144 | 67 |
| Binary | 11111111 | 11001 | 11100101 | 0 | 1011010 | 1010 | 0 | 100110011 | 1100100 | 110111 |
Color Harmonies of #FF19E5
Complementary color
Monochromatic Colors of #FF19E5
Black with #FF19E5
Text Example
Text Example
White with #FF19E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF19E5; }
p { color: rgb(255,25,229); }
H1.HeaderClassName
{
color: #FF19E5;
}
.AnyTagClassName
{
color: #FF19E5;
}
</style>
background-color css
<style>
a { background-color: #FF19E5; }
a { background-color: rgb(255,25,229); }
div.DivClassName
{
background-color: #FF19E5;
}
.BgClassName
{
background-color: #FF19E5;
}
</style>
border-color css
<style>
span { border-color: #FF19E5; }
span { border-color: rgb(255,25,229); }
td.TdClassName
{
border-color: #FF19E5;
}
.TagClassName
{
border-color: #FF19E5;
}
</style>