Shades of Mauve #E5BCF9
Tints of Mauve #E5BCF9
RGB
CMYK
RGB Variations
Color information
#E5BCF9 (or 0xE5BCF9) is known color: Mauve. HEX triplet: E5, BC and F9. RGB value is (229,188,249). Sum of RGB (Red+Green+Blue) = 229+188+249=666 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.38% from 666); Green value is 188 (73.83% from 255 or 28.23% from 666); Blue value is 249 (97.66% from 255 or 37.39% from 666); Max value from RGB is 249 - color contains mainly: blue. Hex color #E5BCF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BCF9 is #1A4306. Grayscale: #CFCFCF. Windows color (decimal): -1721095 or 16366821. OLE color: 16366821.
HSL color Cylindrical-coordinate representation of color #E5BCF9: hue angle of 280.33º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E5BCF9 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 188 | 249 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.02 |
| HSL | 280.33º | 0.84% | 0.86% | - |
| HSV(B) | 280.33º | 0.24% | 0.98% | - |
| XYZ | 67.4 | 59.46 | 97.55 | - |
| YUV | 207.21 | 151.58 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 188 | 249 | 0.08 | 0.24 | 0 | 0.02 | 280.33 | 0.84 | 0.86 |
| Hex | E5 | BC | F9 | 8 | 18 | 0 | 2 | 118 | 54 | 56 |
| Octal | 345 | 274 | 371 | 10 | 30 | 0 | 2 | 430 | 124 | 126 |
| Binary | 11100101 | 10111100 | 11111001 | 1000 | 11000 | 0 | 10 | 100011000 | 1010100 | 1010110 |
Color Harmonies of #E5BCF9
Complementary color
Monochromatic Colors of #E5BCF9
Black with #E5BCF9
Text Example
Text Example
White with #E5BCF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BCF9; }
p { color: rgb(229,188,249); }
H1.HeaderClassName
{
color: #E5BCF9;
}
.AnyTagClassName
{
color: #E5BCF9;
}
</style>
background-color css
<style>
a { background-color: #E5BCF9; }
a { background-color: rgb(229,188,249); }
div.DivClassName
{
background-color: #E5BCF9;
}
.BgClassName
{
background-color: #E5BCF9;
}
</style>
border-color css
<style>
span { border-color: #E5BCF9; }
span { border-color: rgb(229,188,249); }
td.TdClassName
{
border-color: #E5BCF9;
}
.TagClassName
{
border-color: #E5BCF9;
}
</style>