Shades of Magenta #EE19F5
Tints of Magenta #EE19F5
RGB
CMYK
RGB Variations
Color information
#EE19F5 (or 0xEE19F5) is known color: Magenta. HEX triplet: EE, 19 and F5. RGB value is (238,25,245). Sum of RGB (Red+Green+Blue) = 238+25+245=508 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.85% from 508); Green value is 25 (10.16% from 255 or 4.92% from 508); Blue value is 245 (96.09% from 255 or 48.23% from 508); Max value from RGB is 245 - color contains mainly: blue. Hex color #EE19F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE19F5 is #11E60A. Grayscale: #717171. Windows color (decimal): -1173003 or 16062958. OLE color: 16062958.
HSL color Cylindrical-coordinate representation of color #EE19F5: hue angle of 298.09º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EE19F5 is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 25 | 245 | - |
| CMYK | 0.03 | 0.90 | 0 | 0.04 |
| HSL | 298.09º | 0.92% | 0.53% | - |
| HSV(B) | 298.09º | 0.9% | 0.96% | - |
| XYZ | 52.09 | 25.46 | 88.56 | - |
| YUV | 113.77 | 202.07 | 216.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 25 | 245 | 0.03 | 0.90 | 0 | 0.04 | 298.09 | 0.92 | 0.53 |
| Hex | EE | 19 | F5 | 3 | 5A | 0 | 4 | 12A | 5C | 35 |
| Octal | 356 | 31 | 365 | 3 | 132 | 0 | 4 | 452 | 134 | 65 |
| Binary | 11101110 | 11001 | 11110101 | 11 | 1011010 | 0 | 100 | 100101010 | 1011100 | 110101 |
Color Harmonies of #EE19F5
Complementary color
Monochromatic Colors of #EE19F5
Black with #EE19F5
Text Example
Text Example
White with #EE19F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE19F5; }
p { color: rgb(238,25,245); }
H1.HeaderClassName
{
color: #EE19F5;
}
.AnyTagClassName
{
color: #EE19F5;
}
</style>
background-color css
<style>
a { background-color: #EE19F5; }
a { background-color: rgb(238,25,245); }
div.DivClassName
{
background-color: #EE19F5;
}
.BgClassName
{
background-color: #EE19F5;
}
</style>
border-color css
<style>
span { border-color: #EE19F5; }
span { border-color: rgb(238,25,245); }
td.TdClassName
{
border-color: #EE19F5;
}
.TagClassName
{
border-color: #EE19F5;
}
</style>