Shades of Mauve #E196FA
Tints of Mauve #E196FA
RGB
CMYK
RGB Variations
Color information
#E196FA (or 0xE196FA) is known color: Mauve. HEX triplet: E1, 96 and FA. RGB value is (225,150,250). Sum of RGB (Red+Green+Blue) = 225+150+250=625 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36% from 625); Green value is 150 (58.98% from 255 or 24% from 625); Blue value is 250 (98.05% from 255 or 40% from 625); Max value from RGB is 250 - color contains mainly: blue. Hex color #E196FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E196FA is #1E6905. Grayscale: #B7B7B7. Windows color (decimal): -1992966 or 16422625. OLE color: 16422625.
HSL color Cylindrical-coordinate representation of color #E196FA: hue angle of 285º 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 #E196FA is Cyan = 0.10, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 150 | 250 | - |
| CMYK | 0.10 | 0.4 | 0 | 0.02 |
| HSL | 285º | 0.91% | 0.78% | - |
| HSV(B) | 285º | 0.4% | 0.98% | - |
| XYZ | 59.21 | 44.72 | 95.95 | - |
| YUV | 183.83 | 165.35 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 150 | 250 | 0.10 | 0.4 | 0 | 0.02 | 285 | 0.91 | 0.78 |
| Hex | E1 | 96 | FA | A | 28 | 0 | 2 | 11D | 5B | 4E |
| Octal | 341 | 226 | 372 | 12 | 50 | 0 | 2 | 435 | 133 | 116 |
| Binary | 11100001 | 10010110 | 11111010 | 1010 | 101000 | 0 | 10 | 100011101 | 1011011 | 1001110 |
Color Harmonies of #E196FA
Complementary color
Monochromatic Colors of #E196FA
Black with #E196FA
Text Example
Text Example
White with #E196FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E196FA; }
p { color: rgb(225,150,250); }
H1.HeaderClassName
{
color: #E196FA;
}
.AnyTagClassName
{
color: #E196FA;
}
</style>
background-color css
<style>
a { background-color: #E196FA; }
a { background-color: rgb(225,150,250); }
div.DivClassName
{
background-color: #E196FA;
}
.BgClassName
{
background-color: #E196FA;
}
</style>
border-color css
<style>
span { border-color: #E196FA; }
span { border-color: rgb(225,150,250); }
td.TdClassName
{
border-color: #E196FA;
}
.TagClassName
{
border-color: #E196FA;
}
</style>