Shades of Mauve #E194FC
Tints of Mauve #E194FC
RGB
CMYK
RGB Variations
Color information
#E194FC (or 0xE194FC) is known color: Mauve. HEX triplet: E1, 94 and FC. RGB value is (225,148,252). Sum of RGB (Red+Green+Blue) = 225+148+252=625 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36% from 625); Green value is 148 (58.20% from 255 or 23.68% from 625); Blue value is 252 (98.83% from 255 or 40.32% from 625); Max value from RGB is 252 - color contains mainly: blue. Hex color #E194FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E194FC is #1E6B03. Grayscale: #B6B6B6. Windows color (decimal): -1993476 or 16553185. OLE color: 16553185.
HSL color Cylindrical-coordinate representation of color #E194FC: hue angle of 284.42º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E194FC is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 148 | 252 | - |
| CMYK | 0.11 | 0.41 | 0 | 0.01 |
| HSL | 284.42º | 0.95% | 0.78% | - |
| HSV(B) | 284.42º | 0.41% | 0.99% | - |
| XYZ | 59.21 | 44.22 | 97.51 | - |
| YUV | 182.88 | 167.01 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 148 | 252 | 0.11 | 0.41 | 0 | 0.01 | 284.42 | 0.95 | 0.78 |
| Hex | E1 | 94 | FC | B | 29 | 0 | 1 | 11C | 5F | 4E |
| Octal | 341 | 224 | 374 | 13 | 51 | 0 | 1 | 434 | 137 | 116 |
| Binary | 11100001 | 10010100 | 11111100 | 1011 | 101001 | 0 | 1 | 100011100 | 1011111 | 1001110 |
Color Harmonies of #E194FC
Complementary color
Monochromatic Colors of #E194FC
Black with #E194FC
Text Example
Text Example
White with #E194FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E194FC; }
p { color: rgb(225,148,252); }
H1.HeaderClassName
{
color: #E194FC;
}
.AnyTagClassName
{
color: #E194FC;
}
</style>
background-color css
<style>
a { background-color: #E194FC; }
a { background-color: rgb(225,148,252); }
div.DivClassName
{
background-color: #E194FC;
}
.BgClassName
{
background-color: #E194FC;
}
</style>
border-color css
<style>
span { border-color: #E194FC; }
span { border-color: rgb(225,148,252); }
td.TdClassName
{
border-color: #E194FC;
}
.TagClassName
{
border-color: #E194FC;
}
</style>