Shades of Mauve #E19FF6
Tints of Mauve #E19FF6
RGB
CMYK
RGB Variations
Color information
#E19FF6 (or 0xE19FF6) is known color: Mauve. HEX triplet: E1, 9F and F6. RGB value is (225,159,246). Sum of RGB (Red+Green+Blue) = 225+159+246=630 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.71% from 630); Green value is 159 (62.5% from 255 or 25.24% from 630); Blue value is 246 (96.48% from 255 or 39.05% from 630); Max value from RGB is 246 - color contains mainly: blue. Hex color #E19FF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E19FF6 is #1E6009. Grayscale: #BCBCBC. Windows color (decimal): -1990666 or 16162785. OLE color: 16162785.
HSL color Cylindrical-coordinate representation of color #E19FF6: hue angle of 285.52º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E19FF6 is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 159 | 246 | - |
| CMYK | 0.09 | 0.35 | 0 | 0.04 |
| HSL | 285.52º | 0.83% | 0.79% | - |
| HSV(B) | 285.52º | 0.35% | 0.96% | - |
| XYZ | 60.08 | 47.46 | 93.18 | - |
| YUV | 188.65 | 160.37 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 159 | 246 | 0.09 | 0.35 | 0 | 0.04 | 285.52 | 0.83 | 0.79 |
| Hex | E1 | 9F | F6 | 9 | 23 | 0 | 4 | 11E | 53 | 4F |
| Octal | 341 | 237 | 366 | 11 | 43 | 0 | 4 | 436 | 123 | 117 |
| Binary | 11100001 | 10011111 | 11110110 | 1001 | 100011 | 0 | 100 | 100011110 | 1010011 | 1001111 |
Color Harmonies of #E19FF6
Complementary color
Monochromatic Colors of #E19FF6
Black with #E19FF6
Text Example
Text Example
White with #E19FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19FF6; }
p { color: rgb(225,159,246); }
H1.HeaderClassName
{
color: #E19FF6;
}
.AnyTagClassName
{
color: #E19FF6;
}
</style>
background-color css
<style>
a { background-color: #E19FF6; }
a { background-color: rgb(225,159,246); }
div.DivClassName
{
background-color: #E19FF6;
}
.BgClassName
{
background-color: #E19FF6;
}
</style>
border-color css
<style>
span { border-color: #E19FF6; }
span { border-color: rgb(225,159,246); }
td.TdClassName
{
border-color: #E19FF6;
}
.TagClassName
{
border-color: #E19FF6;
}
</style>