Shades of Magenta #FF19ED
Tints of Magenta #FF19ED
RGB
CMYK
RGB Variations
Color information
#FF19ED (or 0xFF19ED) is known color: Magenta. HEX triplet: FF, 19 and ED. RGB value is (255,25,237). Sum of RGB (Red+Green+Blue) = 255+25+237=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 25 (10.16% from 255 or 4.84% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FF19ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF19ED is #00E612. Grayscale: #757575. Windows color (decimal): -58899 or 15538687. OLE color: 15538687.
HSL color Cylindrical-coordinate representation of color #FF19ED: hue angle of 304.7º 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 #FF19ED is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 237 | - |
| CMYK | 0 | 0.90 | 0.07 | 0 |
| HSL | 304.7º | 1% | 0.55% | - |
| HSV(B) | 304.7º | 0.9% | 1% | - |
| XYZ | 56.87 | 28.07 | 82.54 | - |
| YUV | 117.94 | 195.2 | 225.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 237 | 0 | 0.90 | 0.07 | 0 | 304.7 | 1 | 0.55 |
| Hex | FF | 19 | ED | 0 | 5A | 7 | 0 | 131 | 64 | 37 |
| Octal | 377 | 31 | 355 | 0 | 132 | 7 | 0 | 461 | 144 | 67 |
| Binary | 11111111 | 11001 | 11101101 | 0 | 1011010 | 111 | 0 | 100110001 | 1100100 | 110111 |
Color Harmonies of #FF19ED
Complementary color
Monochromatic Colors of #FF19ED
Black with #FF19ED
Text Example
Text Example
White with #FF19ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF19ED; }
p { color: rgb(255,25,237); }
H1.HeaderClassName
{
color: #FF19ED;
}
.AnyTagClassName
{
color: #FF19ED;
}
</style>
background-color css
<style>
a { background-color: #FF19ED; }
a { background-color: rgb(255,25,237); }
div.DivClassName
{
background-color: #FF19ED;
}
.BgClassName
{
background-color: #FF19ED;
}
</style>
border-color css
<style>
span { border-color: #FF19ED; }
span { border-color: rgb(255,25,237); }
td.TdClassName
{
border-color: #FF19ED;
}
.TagClassName
{
border-color: #FF19ED;
}
</style>