Shades of Mauve #E197FE
Tints of Mauve #E197FE
RGB
CMYK
RGB Variations
Color information
#E197FE (or 0xE197FE) is known color: Mauve. HEX triplet: E1, 97 and FE. RGB value is (225,151,254). Sum of RGB (Red+Green+Blue) = 225+151+254=630 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.71% from 630); Green value is 151 (59.38% from 255 or 23.97% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: blue. Hex color #E197FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E197FE is #1E6801. Grayscale: #B8B8B8. Windows color (decimal): -1992706 or 16685025. OLE color: 16685025.
HSL color Cylindrical-coordinate representation of color #E197FE: hue angle of 283.11º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E197FE is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 151 | 254 | - |
| CMYK | 0.11 | 0.41 | 0 | 0.00 |
| HSL | 283.11º | 0.98% | 0.79% | - |
| HSV(B) | 283.11º | 0.41% | 1% | - |
| XYZ | 60.01 | 45.3 | 99.35 | - |
| YUV | 184.87 | 167.02 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 151 | 254 | 0.11 | 0.41 | 0 | 0.00 | 283.11 | 0.98 | 0.79 |
| Hex | E1 | 97 | FE | B | 29 | 0 | 0 | 11B | 62 | 4F |
| Octal | 341 | 227 | 376 | 13 | 51 | 0 | 0 | 433 | 142 | 117 |
| Binary | 11100001 | 10010111 | 11111110 | 1011 | 101001 | 0 | 0 | 100011011 | 1100010 | 1001111 |
Color Harmonies of #E197FE
Complementary color
Monochromatic Colors of #E197FE
Black with #E197FE
Text Example
Text Example
White with #E197FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E197FE; }
p { color: rgb(225,151,254); }
H1.HeaderClassName
{
color: #E197FE;
}
.AnyTagClassName
{
color: #E197FE;
}
</style>
background-color css
<style>
a { background-color: #E197FE; }
a { background-color: rgb(225,151,254); }
div.DivClassName
{
background-color: #E197FE;
}
.BgClassName
{
background-color: #E197FE;
}
</style>
border-color css
<style>
span { border-color: #E197FE; }
span { border-color: rgb(225,151,254); }
td.TdClassName
{
border-color: #E197FE;
}
.TagClassName
{
border-color: #E197FE;
}
</style>