Shades of Mauve #E1BCEF
Tints of Mauve #E1BCEF
RGB
CMYK
RGB Variations
Color information
#E1BCEF (or 0xE1BCEF) is known color: Mauve. HEX triplet: E1, BC and EF. RGB value is (225,188,239). Sum of RGB (Red+Green+Blue) = 225+188+239=652 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.51% from 652); Green value is 188 (73.83% from 255 or 28.83% from 652); Blue value is 239 (93.75% from 255 or 36.66% from 652); Max value from RGB is 239 - color contains mainly: blue. Hex color #E1BCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BCEF is #1E4310. Grayscale: #CCCCCC. Windows color (decimal): -1983249 or 15711457. OLE color: 15711457.
HSL color Cylindrical-coordinate representation of color #E1BCEF: hue angle of 283.53º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E1BCEF is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 188 | 239 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.06 |
| HSL | 283.53º | 0.61% | 0.84% | - |
| HSV(B) | 283.53º | 0.21% | 0.94% | - |
| XYZ | 64.61 | 58.21 | 89.49 | - |
| YUV | 204.88 | 147.26 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 188 | 239 | 0.06 | 0.21 | 0 | 0.06 | 283.53 | 0.61 | 0.84 |
| Hex | E1 | BC | EF | 6 | 15 | 0 | 6 | 11C | 3D | 54 |
| Octal | 341 | 274 | 357 | 6 | 25 | 0 | 6 | 434 | 75 | 124 |
| Binary | 11100001 | 10111100 | 11101111 | 110 | 10101 | 0 | 110 | 100011100 | 111101 | 1010100 |
Color Harmonies of #E1BCEF
Complementary color
Monochromatic Colors of #E1BCEF
Black with #E1BCEF
Text Example
Text Example
White with #E1BCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BCEF; }
p { color: rgb(225,188,239); }
H1.HeaderClassName
{
color: #E1BCEF;
}
.AnyTagClassName
{
color: #E1BCEF;
}
</style>
background-color css
<style>
a { background-color: #E1BCEF; }
a { background-color: rgb(225,188,239); }
div.DivClassName
{
background-color: #E1BCEF;
}
.BgClassName
{
background-color: #E1BCEF;
}
</style>
border-color css
<style>
span { border-color: #E1BCEF; }
span { border-color: rgb(225,188,239); }
td.TdClassName
{
border-color: #E1BCEF;
}
.TagClassName
{
border-color: #E1BCEF;
}
</style>