Shades of Mauve #E5BAF0
Tints of Mauve #E5BAF0
RGB
CMYK
RGB Variations
Color information
#E5BAF0 (or 0xE5BAF0) is known color: Mauve. HEX triplet: E5, BA and F0. RGB value is (229,186,240). Sum of RGB (Red+Green+Blue) = 229+186+240=655 (86% of max value = 765). Red value is 229 (89.84% from 255 or 34.96% from 655); Green value is 186 (73.05% from 255 or 28.40% from 655); Blue value is 240 (94.14% from 255 or 36.64% from 655); Max value from RGB is 240 - color contains mainly: blue. Hex color #E5BAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BAF0 is #1A450F. Grayscale: #CCCCCC. Windows color (decimal): -1721616 or 15776485. OLE color: 15776485.
HSL color Cylindrical-coordinate representation of color #E5BAF0: hue angle of 287.78º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E5BAF0 is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 186 | 240 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.06 |
| HSL | 287.78º | 0.64% | 0.84% | - |
| HSV(B) | 287.78º | 0.23% | 0.94% | - |
| XYZ | 65.6 | 58.07 | 90.19 | - |
| YUV | 205.01 | 147.75 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 186 | 240 | 0.05 | 0.22 | 0 | 0.06 | 287.78 | 0.64 | 0.84 |
| Hex | E5 | BA | F0 | 5 | 16 | 0 | 6 | 120 | 40 | 54 |
| Octal | 345 | 272 | 360 | 5 | 26 | 0 | 6 | 440 | 100 | 124 |
| Binary | 11100101 | 10111010 | 11110000 | 101 | 10110 | 0 | 110 | 100100000 | 1000000 | 1010100 |
Color Harmonies of #E5BAF0
Complementary color
Monochromatic Colors of #E5BAF0
Black with #E5BAF0
Text Example
Text Example
White with #E5BAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BAF0; }
p { color: rgb(229,186,240); }
H1.HeaderClassName
{
color: #E5BAF0;
}
.AnyTagClassName
{
color: #E5BAF0;
}
</style>
background-color css
<style>
a { background-color: #E5BAF0; }
a { background-color: rgb(229,186,240); }
div.DivClassName
{
background-color: #E5BAF0;
}
.BgClassName
{
background-color: #E5BAF0;
}
</style>
border-color css
<style>
span { border-color: #E5BAF0; }
span { border-color: rgb(229,186,240); }
td.TdClassName
{
border-color: #E5BAF0;
}
.TagClassName
{
border-color: #E5BAF0;
}
</style>