Shades of Mauve #E1BCF3
Tints of Mauve #E1BCF3
RGB
CMYK
RGB Variations
Color information
#E1BCF3 (or 0xE1BCF3) is known color: Mauve. HEX triplet: E1, BC and F3. RGB value is (225,188,243). Sum of RGB (Red+Green+Blue) = 225+188+243=656 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.30% from 656); Green value is 188 (73.83% from 255 or 28.66% from 656); Blue value is 243 (95.31% from 255 or 37.04% from 656); Max value from RGB is 243 - color contains mainly: blue. Hex color #E1BCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BCF3 is #1E430C. Grayscale: #CDCDCD. Windows color (decimal): -1983245 or 15973601. OLE color: 15973601.
HSL color Cylindrical-coordinate representation of color #E1BCF3: hue angle of 280.36º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E1BCF3 is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 188 | 243 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.05 |
| HSL | 280.36º | 0.7% | 0.85% | - |
| HSV(B) | 280.36º | 0.23% | 0.95% | - |
| XYZ | 65.21 | 58.45 | 92.64 | - |
| YUV | 205.33 | 149.26 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 188 | 243 | 0.07 | 0.23 | 0 | 0.05 | 280.36 | 0.7 | 0.85 |
| Hex | E1 | BC | F3 | 7 | 17 | 0 | 5 | 118 | 46 | 55 |
| Octal | 341 | 274 | 363 | 7 | 27 | 0 | 5 | 430 | 106 | 125 |
| Binary | 11100001 | 10111100 | 11110011 | 111 | 10111 | 0 | 101 | 100011000 | 1000110 | 1010101 |
Color Harmonies of #E1BCF3
Complementary color
Monochromatic Colors of #E1BCF3
Black with #E1BCF3
Text Example
Text Example
White with #E1BCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BCF3; }
p { color: rgb(225,188,243); }
H1.HeaderClassName
{
color: #E1BCF3;
}
.AnyTagClassName
{
color: #E1BCF3;
}
</style>
background-color css
<style>
a { background-color: #E1BCF3; }
a { background-color: rgb(225,188,243); }
div.DivClassName
{
background-color: #E1BCF3;
}
.BgClassName
{
background-color: #E1BCF3;
}
</style>
border-color css
<style>
span { border-color: #E1BCF3; }
span { border-color: rgb(225,188,243); }
td.TdClassName
{
border-color: #E1BCF3;
}
.TagClassName
{
border-color: #E1BCF3;
}
</style>