Shades of Mauve #E19CFA
Tints of Mauve #E19CFA
RGB
CMYK
RGB Variations
Color information
#E19CFA (or 0xE19CFA) is known color: Mauve. HEX triplet: E1, 9C and FA. RGB value is (225,156,250). Sum of RGB (Red+Green+Blue) = 225+156+250=631 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.66% from 631); Green value is 156 (61.33% from 255 or 24.72% from 631); Blue value is 250 (98.05% from 255 or 39.62% from 631); Max value from RGB is 250 - color contains mainly: blue. Hex color #E19CFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E19CFA is #1E6305. Grayscale: #BBBBBB. Windows color (decimal): -1991430 or 16424161. OLE color: 16424161.
HSL color Cylindrical-coordinate representation of color #E19CFA: hue angle of 284.04º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E19CFA is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 156 | 250 | - |
| CMYK | 0.10 | 0.38 | 0 | 0.02 |
| HSL | 284.04º | 0.9% | 0.8% | - |
| HSV(B) | 284.04º | 0.38% | 0.98% | - |
| XYZ | 60.2 | 46.69 | 96.28 | - |
| YUV | 187.35 | 163.36 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 156 | 250 | 0.10 | 0.38 | 0 | 0.02 | 284.04 | 0.9 | 0.8 |
| Hex | E1 | 9C | FA | A | 26 | 0 | 2 | 11C | 5A | 50 |
| Octal | 341 | 234 | 372 | 12 | 46 | 0 | 2 | 434 | 132 | 120 |
| Binary | 11100001 | 10011100 | 11111010 | 1010 | 100110 | 0 | 10 | 100011100 | 1011010 | 1010000 |
Color Harmonies of #E19CFA
Complementary color
Monochromatic Colors of #E19CFA
Black with #E19CFA
Text Example
Text Example
White with #E19CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19CFA; }
p { color: rgb(225,156,250); }
H1.HeaderClassName
{
color: #E19CFA;
}
.AnyTagClassName
{
color: #E19CFA;
}
</style>
background-color css
<style>
a { background-color: #E19CFA; }
a { background-color: rgb(225,156,250); }
div.DivClassName
{
background-color: #E19CFA;
}
.BgClassName
{
background-color: #E19CFA;
}
</style>
border-color css
<style>
span { border-color: #E19CFA; }
span { border-color: rgb(225,156,250); }
td.TdClassName
{
border-color: #E19CFA;
}
.TagClassName
{
border-color: #E19CFA;
}
</style>