Shades of Mauve #E5BCF5
Tints of Mauve #E5BCF5
RGB
CMYK
RGB Variations
Color information
#E5BCF5 (or 0xE5BCF5) is known color: Mauve. HEX triplet: E5, BC and F5. RGB value is (229,188,245). Sum of RGB (Red+Green+Blue) = 229+188+245=662 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.59% from 662); Green value is 188 (73.83% from 255 or 28.40% from 662); Blue value is 245 (96.09% from 255 or 37.01% from 662); Max value from RGB is 245 - color contains mainly: blue. Hex color #E5BCF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BCF5 is #1A430A. Grayscale: #CECECE. Windows color (decimal): -1721099 or 16104677. OLE color: 16104677.
HSL color Cylindrical-coordinate representation of color #E5BCF5: hue angle of 283.16º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E5BCF5 is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 229 | 188 | 245 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.04 |
| HSL | 283.16º | 0.74% | 0.85% | - |
| HSV(B) | 283.16º | 0.23% | 0.96% | - |
| XYZ | 66.78 | 59.22 | 94.3 | - |
| YUV | 206.76 | 149.58 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 188 | 245 | 0.07 | 0.23 | 0 | 0.04 | 283.16 | 0.74 | 0.85 |
| Hex | E5 | BC | F5 | 7 | 17 | 0 | 4 | 11B | 4A | 55 |
| Octal | 345 | 274 | 365 | 7 | 27 | 0 | 4 | 433 | 112 | 125 |
| Binary | 11100101 | 10111100 | 11110101 | 111 | 10111 | 0 | 100 | 100011011 | 1001010 | 1010101 |
Color Harmonies of #E5BCF5
Complementary color
Monochromatic Colors of #E5BCF5
Black with #E5BCF5
Text Example
Text Example
White with #E5BCF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BCF5; }
p { color: rgb(229,188,245); }
H1.HeaderClassName
{
color: #E5BCF5;
}
.AnyTagClassName
{
color: #E5BCF5;
}
</style>
background-color css
<style>
a { background-color: #E5BCF5; }
a { background-color: rgb(229,188,245); }
div.DivClassName
{
background-color: #E5BCF5;
}
.BgClassName
{
background-color: #E5BCF5;
}
</style>
border-color css
<style>
span { border-color: #E5BCF5; }
span { border-color: rgb(229,188,245); }
td.TdClassName
{
border-color: #E5BCF5;
}
.TagClassName
{
border-color: #E5BCF5;
}
</style>