Shades of Magenta #FF19EE
Tints of Magenta #FF19EE
RGB
CMYK
RGB Variations
Color information
#FF19EE (or 0xFF19EE) is known color: Magenta. HEX triplet: FF, 19 and EE. RGB value is (255,25,238). Sum of RGB (Red+Green+Blue) = 255+25+238=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 25 (10.16% from 255 or 4.83% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FF19EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF19EE is #00E611. Grayscale: #757575. Windows color (decimal): -58898 or 15604223. OLE color: 15604223.
HSL color Cylindrical-coordinate representation of color #FF19EE: hue angle of 304.43º 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 #FF19EE is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 238 | - |
| CMYK | 0 | 0.90 | 0.07 | 0 |
| HSL | 304.43º | 1% | 0.55% | - |
| HSV(B) | 304.43º | 0.9% | 1% | - |
| XYZ | 57.02 | 28.13 | 83.31 | - |
| YUV | 118.05 | 195.7 | 225.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 238 | 0 | 0.90 | 0.07 | 0 | 304.43 | 1 | 0.55 |
| Hex | FF | 19 | EE | 0 | 5A | 7 | 0 | 130 | 64 | 37 |
| Octal | 377 | 31 | 356 | 0 | 132 | 7 | 0 | 460 | 144 | 67 |
| Binary | 11111111 | 11001 | 11101110 | 0 | 1011010 | 111 | 0 | 100110000 | 1100100 | 110111 |
Color Harmonies of #FF19EE
Complementary color
Monochromatic Colors of #FF19EE
Black with #FF19EE
Text Example
Text Example
White with #FF19EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF19EE; }
p { color: rgb(255,25,238); }
H1.HeaderClassName
{
color: #FF19EE;
}
.AnyTagClassName
{
color: #FF19EE;
}
</style>
background-color css
<style>
a { background-color: #FF19EE; }
a { background-color: rgb(255,25,238); }
div.DivClassName
{
background-color: #FF19EE;
}
.BgClassName
{
background-color: #FF19EE;
}
</style>
border-color css
<style>
span { border-color: #FF19EE; }
span { border-color: rgb(255,25,238); }
td.TdClassName
{
border-color: #FF19EE;
}
.TagClassName
{
border-color: #FF19EE;
}
</style>