Shades of Mauve #E5BCEF
Tints of Mauve #E5BCEF
RGB
CMYK
RGB Variations
Color information
#E5BCEF (or 0xE5BCEF) is known color: Mauve. HEX triplet: E5, BC and EF. RGB value is (229,188,239). Sum of RGB (Red+Green+Blue) = 229+188+239=656 (86% of max value = 765). Red value is 229 (89.84% from 255 or 34.91% from 656); Green value is 188 (73.83% from 255 or 28.66% from 656); Blue value is 239 (93.75% from 255 or 36.43% from 656); Max value from RGB is 239 - color contains mainly: blue. Hex color #E5BCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BCEF is #1A4310. Grayscale: #CDCDCD. Windows color (decimal): -1721105 or 15711461. OLE color: 15711461.
HSL color Cylindrical-coordinate representation of color #E5BCEF: hue angle of 288.24º 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 #E5BCEF is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 188 | 239 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.06 |
| HSL | 288.24º | 0.61% | 0.84% | - |
| HSV(B) | 288.24º | 0.21% | 0.94% | - |
| XYZ | 65.88 | 58.86 | 89.55 | - |
| YUV | 206.07 | 146.58 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 188 | 239 | 0.04 | 0.21 | 0 | 0.06 | 288.24 | 0.61 | 0.84 |
| Hex | E5 | BC | EF | 4 | 15 | 0 | 6 | 120 | 3D | 54 |
| Octal | 345 | 274 | 357 | 4 | 25 | 0 | 6 | 440 | 75 | 124 |
| Binary | 11100101 | 10111100 | 11101111 | 100 | 10101 | 0 | 110 | 100100000 | 111101 | 1010100 |
Color Harmonies of #E5BCEF
Complementary color
Monochromatic Colors of #E5BCEF
Black with #E5BCEF
Text Example
Text Example
White with #E5BCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BCEF; }
p { color: rgb(229,188,239); }
H1.HeaderClassName
{
color: #E5BCEF;
}
.AnyTagClassName
{
color: #E5BCEF;
}
</style>
background-color css
<style>
a { background-color: #E5BCEF; }
a { background-color: rgb(229,188,239); }
div.DivClassName
{
background-color: #E5BCEF;
}
.BgClassName
{
background-color: #E5BCEF;
}
</style>
border-color css
<style>
span { border-color: #E5BCEF; }
span { border-color: rgb(229,188,239); }
td.TdClassName
{
border-color: #E5BCEF;
}
.TagClassName
{
border-color: #E5BCEF;
}
</style>