Shades of Mauve #E3C1F3
Tints of Mauve #E3C1F3
RGB
CMYK
RGB Variations
Color information
#E3C1F3 (or 0xE3C1F3) is known color: Mauve. HEX triplet: E3, C1 and F3. RGB value is (227,193,243). Sum of RGB (Red+Green+Blue) = 227+193+243=663 (87% of max value = 765). Red value is 227 (89.06% from 255 or 34.24% from 663); Green value is 193 (75.78% from 255 or 29.11% from 663); Blue value is 243 (95.31% from 255 or 36.65% from 663); Max value from RGB is 243 - color contains mainly: blue. Hex color #E3C1F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3C1F3 is #1C3E0C. Grayscale: #D0D0D0. Windows color (decimal): -1850893 or 15974883. OLE color: 15974883.
HSL color Cylindrical-coordinate representation of color #E3C1F3: hue angle of 280.8º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E3C1F3 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 227 | 193 | 243 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.05 |
| HSL | 280.8º | 0.68% | 0.85% | - |
| HSV(B) | 280.8º | 0.21% | 0.95% | - |
| XYZ | 66.93 | 60.94 | 93.03 | - |
| YUV | 208.87 | 147.26 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 193 | 243 | 0.07 | 0.21 | 0 | 0.05 | 280.8 | 0.68 | 0.85 |
| Hex | E3 | C1 | F3 | 7 | 15 | 0 | 5 | 119 | 44 | 55 |
| Octal | 343 | 301 | 363 | 7 | 25 | 0 | 5 | 431 | 104 | 125 |
| Binary | 11100011 | 11000001 | 11110011 | 111 | 10101 | 0 | 101 | 100011001 | 1000100 | 1010101 |
Color Harmonies of #E3C1F3
Complementary color
Monochromatic Colors of #E3C1F3
Black with #E3C1F3
Text Example
Text Example
White with #E3C1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C1F3; }
p { color: rgb(227,193,243); }
H1.HeaderClassName
{
color: #E3C1F3;
}
.AnyTagClassName
{
color: #E3C1F3;
}
</style>
background-color css
<style>
a { background-color: #E3C1F3; }
a { background-color: rgb(227,193,243); }
div.DivClassName
{
background-color: #E3C1F3;
}
.BgClassName
{
background-color: #E3C1F3;
}
</style>
border-color css
<style>
span { border-color: #E3C1F3; }
span { border-color: rgb(227,193,243); }
td.TdClassName
{
border-color: #E3C1F3;
}
.TagClassName
{
border-color: #E3C1F3;
}
</style>