Shades of Mauve #E3BCF1
Tints of Mauve #E3BCF1
RGB
CMYK
RGB Variations
Color information
#E3BCF1 (or 0xE3BCF1) is known color: Mauve. HEX triplet: E3, BC and F1. RGB value is (227,188,241). Sum of RGB (Red+Green+Blue) = 227+188+241=656 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.60% from 656); Green value is 188 (73.83% from 255 or 28.66% from 656); Blue value is 241 (94.53% from 255 or 36.74% from 656); Max value from RGB is 241 - color contains mainly: blue. Hex color #E3BCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3BCF1 is #1C430E. Grayscale: #CDCDCD. Windows color (decimal): -1852175 or 15842531. OLE color: 15842531.
HSL color Cylindrical-coordinate representation of color #E3BCF1: hue angle of 284.15º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E3BCF1 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 227 | 188 | 241 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.05 |
| HSL | 284.15º | 0.65% | 0.84% | - |
| HSV(B) | 284.15º | 0.22% | 0.95% | - |
| XYZ | 65.54 | 58.65 | 91.09 | - |
| YUV | 205.7 | 147.92 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 188 | 241 | 0.06 | 0.22 | 0 | 0.05 | 284.15 | 0.65 | 0.84 |
| Hex | E3 | BC | F1 | 6 | 16 | 0 | 5 | 11C | 41 | 54 |
| Octal | 343 | 274 | 361 | 6 | 26 | 0 | 5 | 434 | 101 | 124 |
| Binary | 11100011 | 10111100 | 11110001 | 110 | 10110 | 0 | 101 | 100011100 | 1000001 | 1010100 |
Color Harmonies of #E3BCF1
Complementary color
Monochromatic Colors of #E3BCF1
Black with #E3BCF1
Text Example
Text Example
White with #E3BCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BCF1; }
p { color: rgb(227,188,241); }
H1.HeaderClassName
{
color: #E3BCF1;
}
.AnyTagClassName
{
color: #E3BCF1;
}
</style>
background-color css
<style>
a { background-color: #E3BCF1; }
a { background-color: rgb(227,188,241); }
div.DivClassName
{
background-color: #E3BCF1;
}
.BgClassName
{
background-color: #E3BCF1;
}
</style>
border-color css
<style>
span { border-color: #E3BCF1; }
span { border-color: rgb(227,188,241); }
td.TdClassName
{
border-color: #E3BCF1;
}
.TagClassName
{
border-color: #E3BCF1;
}
</style>