Shades of Mauve #E19CFF
Tints of Mauve #E19CFF
RGB
CMYK
RGB Variations
Color information
#E19CFF (or 0xE19CFF) is known color: Mauve. HEX triplet: E1, 9C and FF. RGB value is (225,156,255). Sum of RGB (Red+Green+Blue) = 225+156+255=636 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.38% from 636); Green value is 156 (61.33% from 255 or 24.53% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #E19CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E19CFF is #1E6300. Grayscale: #BBBBBB. Windows color (decimal): -1991425 or 16751841. OLE color: 16751841.
HSL color Cylindrical-coordinate representation of color #E19CFF: hue angle of 281.82º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E19CFF is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 156 | 255 | - |
| CMYK | 0.12 | 0.39 | 0 | 0 |
| HSL | 281.82º | 1% | 0.81% | - |
| HSV(B) | 281.82º | 0.39% | 1% | - |
| XYZ | 60.99 | 47 | 100.47 | - |
| YUV | 187.92 | 165.86 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 156 | 255 | 0.12 | 0.39 | 0 | 0 | 281.82 | 1 | 0.81 |
| Hex | E1 | 9C | FF | C | 27 | 0 | 0 | 11A | 64 | 51 |
| Octal | 341 | 234 | 377 | 14 | 47 | 0 | 0 | 432 | 144 | 121 |
| Binary | 11100001 | 10011100 | 11111111 | 1100 | 100111 | 0 | 0 | 100011010 | 1100100 | 1010001 |
Color Harmonies of #E19CFF
Complementary color
Monochromatic Colors of #E19CFF
Black with #E19CFF
Text Example
Text Example
White with #E19CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19CFF; }
p { color: rgb(225,156,255); }
H1.HeaderClassName
{
color: #E19CFF;
}
.AnyTagClassName
{
color: #E19CFF;
}
</style>
background-color css
<style>
a { background-color: #E19CFF; }
a { background-color: rgb(225,156,255); }
div.DivClassName
{
background-color: #E19CFF;
}
.BgClassName
{
background-color: #E19CFF;
}
</style>
border-color css
<style>
span { border-color: #E19CFF; }
span { border-color: rgb(225,156,255); }
td.TdClassName
{
border-color: #E19CFF;
}
.TagClassName
{
border-color: #E19CFF;
}
</style>