Shades of Mauve #E193FF
Tints of Mauve #E193FF
RGB
CMYK
RGB Variations
Color information
#E193FF (or 0xE193FF) is known color: Mauve. HEX triplet: E1, 93 and FF. RGB value is (225,147,255). Sum of RGB (Red+Green+Blue) = 225+147+255=627 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.89% from 627); Green value is 147 (57.81% from 255 or 23.44% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #E193FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E193FF is #1E6C00. Grayscale: #B6B6B6. Windows color (decimal): -1993729 or 16749537. OLE color: 16749537.
HSL color Cylindrical-coordinate representation of color #E193FF: hue angle of 283.33º 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 #E193FF is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 147 | 255 | - |
| CMYK | 0.12 | 0.42 | 0 | 0 |
| HSL | 283.33º | 1% | 0.79% | - |
| HSV(B) | 283.33º | 0.42% | 1% | - |
| XYZ | 59.54 | 44.09 | 99.98 | - |
| YUV | 182.63 | 168.84 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 147 | 255 | 0.12 | 0.42 | 0 | 0 | 283.33 | 1 | 0.79 |
| Hex | E1 | 93 | FF | C | 2A | 0 | 0 | 11B | 64 | 4F |
| Octal | 341 | 223 | 377 | 14 | 52 | 0 | 0 | 433 | 144 | 117 |
| Binary | 11100001 | 10010011 | 11111111 | 1100 | 101010 | 0 | 0 | 100011011 | 1100100 | 1001111 |
Color Harmonies of #E193FF
Complementary color
Monochromatic Colors of #E193FF
Black with #E193FF
Text Example
Text Example
White with #E193FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E193FF; }
p { color: rgb(225,147,255); }
H1.HeaderClassName
{
color: #E193FF;
}
.AnyTagClassName
{
color: #E193FF;
}
</style>
background-color css
<style>
a { background-color: #E193FF; }
a { background-color: rgb(225,147,255); }
div.DivClassName
{
background-color: #E193FF;
}
.BgClassName
{
background-color: #E193FF;
}
</style>
border-color css
<style>
span { border-color: #E193FF; }
span { border-color: rgb(225,147,255); }
td.TdClassName
{
border-color: #E193FF;
}
.TagClassName
{
border-color: #E193FF;
}
</style>