Shades of Mauve #E195FA
Tints of Mauve #E195FA
RGB
CMYK
RGB Variations
Color information
#E195FA (or 0xE195FA) is known color: Mauve. HEX triplet: E1, 95 and FA. RGB value is (225,149,250). Sum of RGB (Red+Green+Blue) = 225+149+250=624 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.06% from 624); Green value is 149 (58.59% from 255 or 23.88% from 624); Blue value is 250 (98.05% from 255 or 40.06% from 624); Max value from RGB is 250 - color contains mainly: blue. Hex color #E195FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E195FA is #1E6A05. Grayscale: #B6B6B6. Windows color (decimal): -1993222 or 16422369. OLE color: 16422369.
HSL color Cylindrical-coordinate representation of color #E195FA: hue angle of 285.15º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E195FA is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 149 | 250 | - |
| CMYK | 0.10 | 0.40 | 0 | 0.02 |
| HSL | 285.15º | 0.91% | 0.78% | - |
| HSV(B) | 285.15º | 0.4% | 0.98% | - |
| XYZ | 59.05 | 44.4 | 95.9 | - |
| YUV | 183.24 | 165.68 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 149 | 250 | 0.10 | 0.40 | 0 | 0.02 | 285.15 | 0.91 | 0.78 |
| Hex | E1 | 95 | FA | A | 28 | 0 | 2 | 11D | 5B | 4E |
| Octal | 341 | 225 | 372 | 12 | 50 | 0 | 2 | 435 | 133 | 116 |
| Binary | 11100001 | 10010101 | 11111010 | 1010 | 101000 | 0 | 10 | 100011101 | 1011011 | 1001110 |
Color Harmonies of #E195FA
Complementary color
Monochromatic Colors of #E195FA
Black with #E195FA
Text Example
Text Example
White with #E195FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E195FA; }
p { color: rgb(225,149,250); }
H1.HeaderClassName
{
color: #E195FA;
}
.AnyTagClassName
{
color: #E195FA;
}
</style>
background-color css
<style>
a { background-color: #E195FA; }
a { background-color: rgb(225,149,250); }
div.DivClassName
{
background-color: #E195FA;
}
.BgClassName
{
background-color: #E195FA;
}
</style>
border-color css
<style>
span { border-color: #E195FA; }
span { border-color: rgb(225,149,250); }
td.TdClassName
{
border-color: #E195FA;
}
.TagClassName
{
border-color: #E195FA;
}
</style>