Shades of Mauve #E19CF6
Tints of Mauve #E19CF6
RGB
CMYK
RGB Variations
Color information
#E19CF6 (or 0xE19CF6) is known color: Mauve. HEX triplet: E1, 9C and F6. RGB value is (225,156,246). Sum of RGB (Red+Green+Blue) = 225+156+246=627 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.89% from 627); Green value is 156 (61.33% from 255 or 24.88% from 627); Blue value is 246 (96.48% from 255 or 39.23% from 627); Max value from RGB is 246 - color contains mainly: blue. Hex color #E19CF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E19CF6 is #1E6309. Grayscale: #BABABA. Windows color (decimal): -1991434 or 16162017. OLE color: 16162017.
HSL color Cylindrical-coordinate representation of color #E19CF6: hue angle of 286º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E19CF6 is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 156 | 246 | - |
| CMYK | 0.09 | 0.37 | 0 | 0.04 |
| HSL | 286º | 0.83% | 0.79% | - |
| HSV(B) | 286º | 0.37% | 0.96% | - |
| XYZ | 59.57 | 46.44 | 93.01 | - |
| YUV | 186.89 | 161.36 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 156 | 246 | 0.09 | 0.37 | 0 | 0.04 | 286 | 0.83 | 0.79 |
| Hex | E1 | 9C | F6 | 9 | 25 | 0 | 4 | 11E | 53 | 4F |
| Octal | 341 | 234 | 366 | 11 | 45 | 0 | 4 | 436 | 123 | 117 |
| Binary | 11100001 | 10011100 | 11110110 | 1001 | 100101 | 0 | 100 | 100011110 | 1010011 | 1001111 |
Color Harmonies of #E19CF6
Complementary color
Monochromatic Colors of #E19CF6
Black with #E19CF6
Text Example
Text Example
White with #E19CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19CF6; }
p { color: rgb(225,156,246); }
H1.HeaderClassName
{
color: #E19CF6;
}
.AnyTagClassName
{
color: #E19CF6;
}
</style>
background-color css
<style>
a { background-color: #E19CF6; }
a { background-color: rgb(225,156,246); }
div.DivClassName
{
background-color: #E19CF6;
}
.BgClassName
{
background-color: #E19CF6;
}
</style>
border-color css
<style>
span { border-color: #E19CF6; }
span { border-color: rgb(225,156,246); }
td.TdClassName
{
border-color: #E19CF6;
}
.TagClassName
{
border-color: #E19CF6;
}
</style>