Shades of Mauve #E195FB
Tints of Mauve #E195FB
RGB
CMYK
RGB Variations
Color information
#E195FB (or 0xE195FB) is known color: Mauve. HEX triplet: E1, 95 and FB. RGB value is (225,149,251). Sum of RGB (Red+Green+Blue) = 225+149+251=625 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36% from 625); Green value is 149 (58.59% from 255 or 23.84% from 625); Blue value is 251 (98.44% from 255 or 40.16% from 625); Max value from RGB is 251 - color contains mainly: blue. Hex color #E195FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E195FB is #1E6A04. Grayscale: #B7B7B7. Windows color (decimal): -1993221 or 16487905. OLE color: 16487905.
HSL color Cylindrical-coordinate representation of color #E195FB: hue angle of 284.71º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E195FB is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 149 | 251 | - |
| CMYK | 0.10 | 0.41 | 0 | 0.02 |
| HSL | 284.71º | 0.93% | 0.78% | - |
| HSV(B) | 284.71º | 0.41% | 0.98% | - |
| XYZ | 59.21 | 44.47 | 96.73 | - |
| YUV | 183.35 | 166.18 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 149 | 251 | 0.10 | 0.41 | 0 | 0.02 | 284.71 | 0.93 | 0.78 |
| Hex | E1 | 95 | FB | A | 29 | 0 | 2 | 11D | 5D | 4E |
| Octal | 341 | 225 | 373 | 12 | 51 | 0 | 2 | 435 | 135 | 116 |
| Binary | 11100001 | 10010101 | 11111011 | 1010 | 101001 | 0 | 10 | 100011101 | 1011101 | 1001110 |
Color Harmonies of #E195FB
Complementary color
Monochromatic Colors of #E195FB
Black with #E195FB
Text Example
Text Example
White with #E195FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E195FB; }
p { color: rgb(225,149,251); }
H1.HeaderClassName
{
color: #E195FB;
}
.AnyTagClassName
{
color: #E195FB;
}
</style>
background-color css
<style>
a { background-color: #E195FB; }
a { background-color: rgb(225,149,251); }
div.DivClassName
{
background-color: #E195FB;
}
.BgClassName
{
background-color: #E195FB;
}
</style>
border-color css
<style>
span { border-color: #E195FB; }
span { border-color: rgb(225,149,251); }
td.TdClassName
{
border-color: #E195FB;
}
.TagClassName
{
border-color: #E195FB;
}
</style>