Shades of Mauve #E194FE
Tints of Mauve #E194FE
RGB
CMYK
RGB Variations
Color information
#E194FE (or 0xE194FE) is known color: Mauve. HEX triplet: E1, 94 and FE. RGB value is (225,148,254). Sum of RGB (Red+Green+Blue) = 225+148+254=627 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.89% from 627); Green value is 148 (58.20% from 255 or 23.60% from 627); Blue value is 254 (99.61% from 255 or 40.51% from 627); Max value from RGB is 254 - color contains mainly: blue. Hex color #E194FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E194FE is #1E6B01. Grayscale: #B6B6B6. Windows color (decimal): -1993474 or 16684257. OLE color: 16684257.
HSL color Cylindrical-coordinate representation of color #E194FE: hue angle of 283.58º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E194FE is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 148 | 254 | - |
| CMYK | 0.11 | 0.42 | 0 | 0.00 |
| HSL | 283.58º | 0.98% | 0.79% | - |
| HSV(B) | 283.58º | 0.42% | 1% | - |
| XYZ | 59.53 | 44.34 | 99.19 | - |
| YUV | 183.11 | 168.01 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 148 | 254 | 0.11 | 0.42 | 0 | 0.00 | 283.58 | 0.98 | 0.79 |
| Hex | E1 | 94 | FE | B | 2A | 0 | 0 | 11C | 62 | 4F |
| Octal | 341 | 224 | 376 | 13 | 52 | 0 | 0 | 434 | 142 | 117 |
| Binary | 11100001 | 10010100 | 11111110 | 1011 | 101010 | 0 | 0 | 100011100 | 1100010 | 1001111 |
Color Harmonies of #E194FE
Complementary color
Monochromatic Colors of #E194FE
Black with #E194FE
Text Example
Text Example
White with #E194FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E194FE; }
p { color: rgb(225,148,254); }
H1.HeaderClassName
{
color: #E194FE;
}
.AnyTagClassName
{
color: #E194FE;
}
</style>
background-color css
<style>
a { background-color: #E194FE; }
a { background-color: rgb(225,148,254); }
div.DivClassName
{
background-color: #E194FE;
}
.BgClassName
{
background-color: #E194FE;
}
</style>
border-color css
<style>
span { border-color: #E194FE; }
span { border-color: rgb(225,148,254); }
td.TdClassName
{
border-color: #E194FE;
}
.TagClassName
{
border-color: #E194FE;
}
</style>