Shades of Mauve #E193FC
Tints of Mauve #E193FC
RGB
CMYK
RGB Variations
Color information
#E193FC (or 0xE193FC) is known color: Mauve. HEX triplet: E1, 93 and FC. RGB value is (225,147,252). Sum of RGB (Red+Green+Blue) = 225+147+252=624 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.06% from 624); Green value is 147 (57.81% from 255 or 23.56% from 624); Blue value is 252 (98.83% from 255 or 40.38% from 624); Max value from RGB is 252 - color contains mainly: blue. Hex color #E193FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E193FC is #1E6C03. Grayscale: #B5B5B5. Windows color (decimal): -1993732 or 16552929. OLE color: 16552929.
HSL color Cylindrical-coordinate representation of color #E193FC: hue angle of 284.57º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E193FC is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 147 | 252 | - |
| CMYK | 0.11 | 0.42 | 0 | 0.01 |
| HSL | 284.57º | 0.95% | 0.78% | - |
| HSV(B) | 284.57º | 0.42% | 0.99% | - |
| XYZ | 59.06 | 43.9 | 97.46 | - |
| YUV | 182.29 | 167.34 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 147 | 252 | 0.11 | 0.42 | 0 | 0.01 | 284.57 | 0.95 | 0.78 |
| Hex | E1 | 93 | FC | B | 2A | 0 | 1 | 11D | 5F | 4E |
| Octal | 341 | 223 | 374 | 13 | 52 | 0 | 1 | 435 | 137 | 116 |
| Binary | 11100001 | 10010011 | 11111100 | 1011 | 101010 | 0 | 1 | 100011101 | 1011111 | 1001110 |
Color Harmonies of #E193FC
Complementary color
Monochromatic Colors of #E193FC
Black with #E193FC
Text Example
Text Example
White with #E193FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E193FC; }
p { color: rgb(225,147,252); }
H1.HeaderClassName
{
color: #E193FC;
}
.AnyTagClassName
{
color: #E193FC;
}
</style>
background-color css
<style>
a { background-color: #E193FC; }
a { background-color: rgb(225,147,252); }
div.DivClassName
{
background-color: #E193FC;
}
.BgClassName
{
background-color: #E193FC;
}
</style>
border-color css
<style>
span { border-color: #E193FC; }
span { border-color: rgb(225,147,252); }
td.TdClassName
{
border-color: #E193FC;
}
.TagClassName
{
border-color: #E193FC;
}
</style>