Shades of Mauve #E195FF
Tints of Mauve #E195FF
RGB
CMYK
RGB Variations
Color information
#E195FF (or 0xE195FF) is known color: Mauve. HEX triplet: E1, 95 and FF. RGB value is (225,149,255). Sum of RGB (Red+Green+Blue) = 225+149+255=629 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.77% from 629); Green value is 149 (58.59% from 255 or 23.69% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #E195FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E195FF is #1E6A00. Grayscale: #B7B7B7. Windows color (decimal): -1993217 or 16750049. OLE color: 16750049.
HSL color Cylindrical-coordinate representation of color #E195FF: hue angle of 283.02º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E195FF is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 149 | 255 | - |
| CMYK | 0.12 | 0.42 | 0 | 0 |
| HSL | 283.02º | 1% | 0.79% | - |
| HSV(B) | 283.02º | 0.42% | 1% | - |
| XYZ | 59.85 | 44.72 | 100.09 | - |
| YUV | 183.81 | 168.18 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 149 | 255 | 0.12 | 0.42 | 0 | 0 | 283.02 | 1 | 0.79 |
| Hex | E1 | 95 | FF | C | 2A | 0 | 0 | 11B | 64 | 4F |
| Octal | 341 | 225 | 377 | 14 | 52 | 0 | 0 | 433 | 144 | 117 |
| Binary | 11100001 | 10010101 | 11111111 | 1100 | 101010 | 0 | 0 | 100011011 | 1100100 | 1001111 |
Color Harmonies of #E195FF
Complementary color
Monochromatic Colors of #E195FF
Black with #E195FF
Text Example
Text Example
White with #E195FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E195FF; }
p { color: rgb(225,149,255); }
H1.HeaderClassName
{
color: #E195FF;
}
.AnyTagClassName
{
color: #E195FF;
}
</style>
background-color css
<style>
a { background-color: #E195FF; }
a { background-color: rgb(225,149,255); }
div.DivClassName
{
background-color: #E195FF;
}
.BgClassName
{
background-color: #E195FF;
}
</style>
border-color css
<style>
span { border-color: #E195FF; }
span { border-color: rgb(225,149,255); }
td.TdClassName
{
border-color: #E195FF;
}
.TagClassName
{
border-color: #E195FF;
}
</style>