Shades of Mauve #E3BCFF
Tints of Mauve #E3BCFF
RGB
CMYK
RGB Variations
Color information
#E3BCFF (or 0xE3BCFF) is known color: Mauve. HEX triplet: E3, BC and FF. RGB value is (227,188,255). Sum of RGB (Red+Green+Blue) = 227+188+255=670 (88% of max value = 765). Red value is 227 (89.06% from 255 or 33.88% from 670); Green value is 188 (73.83% from 255 or 28.06% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #E3BCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3BCFF is #1C4300. Grayscale: #CFCFCF. Windows color (decimal): -1852161 or 16760035. OLE color: 16760035.
HSL color Cylindrical-coordinate representation of color #E3BCFF: hue angle of 274.93º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E3BCFF is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 227 | 188 | 255 | - |
| CMYK | 0.11 | 0.26 | 0 | 0 |
| HSL | 274.93º | 1% | 0.87% | - |
| HSV(B) | 274.93º | 0.26% | 1% | - |
| XYZ | 67.71 | 59.52 | 102.53 | - |
| YUV | 207.3 | 154.92 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 188 | 255 | 0.11 | 0.26 | 0 | 0 | 274.93 | 1 | 0.87 |
| Hex | E3 | BC | FF | B | 1A | 0 | 0 | 113 | 64 | 57 |
| Octal | 343 | 274 | 377 | 13 | 32 | 0 | 0 | 423 | 144 | 127 |
| Binary | 11100011 | 10111100 | 11111111 | 1011 | 11010 | 0 | 0 | 100010011 | 1100100 | 1010111 |
Color Harmonies of #E3BCFF
Complementary color
Monochromatic Colors of #E3BCFF
Black with #E3BCFF
Text Example
Text Example
White with #E3BCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BCFF; }
p { color: rgb(227,188,255); }
H1.HeaderClassName
{
color: #E3BCFF;
}
.AnyTagClassName
{
color: #E3BCFF;
}
</style>
background-color css
<style>
a { background-color: #E3BCFF; }
a { background-color: rgb(227,188,255); }
div.DivClassName
{
background-color: #E3BCFF;
}
.BgClassName
{
background-color: #E3BCFF;
}
</style>
border-color css
<style>
span { border-color: #E3BCFF; }
span { border-color: rgb(227,188,255); }
td.TdClassName
{
border-color: #E3BCFF;
}
.TagClassName
{
border-color: #E3BCFF;
}
</style>