Shades of Mauve #E5BAF3
Tints of Mauve #E5BAF3
RGB
CMYK
RGB Variations
Color information
#E5BAF3 (or 0xE5BAF3) is known color: Mauve. HEX triplet: E5, BA and F3. RGB value is (229,186,243). Sum of RGB (Red+Green+Blue) = 229+186+243=658 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.80% from 658); Green value is 186 (73.05% from 255 or 28.27% from 658); Blue value is 243 (95.31% from 255 or 36.93% from 658); Max value from RGB is 243 - color contains mainly: blue. Hex color #E5BAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BAF3 is #1A450C. Grayscale: #CDCDCD. Windows color (decimal): -1721613 or 15973093. OLE color: 15973093.
HSL color Cylindrical-coordinate representation of color #E5BAF3: hue angle of 285.26º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E5BAF3 is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 186 | 243 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.05 |
| HSL | 285.26º | 0.7% | 0.84% | - |
| HSV(B) | 285.26º | 0.23% | 0.95% | - |
| XYZ | 66.05 | 58.25 | 92.56 | - |
| YUV | 205.36 | 149.25 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 186 | 243 | 0.06 | 0.23 | 0 | 0.05 | 285.26 | 0.7 | 0.84 |
| Hex | E5 | BA | F3 | 6 | 17 | 0 | 5 | 11D | 46 | 54 |
| Octal | 345 | 272 | 363 | 6 | 27 | 0 | 5 | 435 | 106 | 124 |
| Binary | 11100101 | 10111010 | 11110011 | 110 | 10111 | 0 | 101 | 100011101 | 1000110 | 1010100 |
Color Harmonies of #E5BAF3
Complementary color
Monochromatic Colors of #E5BAF3
Black with #E5BAF3
Text Example
Text Example
White with #E5BAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BAF3; }
p { color: rgb(229,186,243); }
H1.HeaderClassName
{
color: #E5BAF3;
}
.AnyTagClassName
{
color: #E5BAF3;
}
</style>
background-color css
<style>
a { background-color: #E5BAF3; }
a { background-color: rgb(229,186,243); }
div.DivClassName
{
background-color: #E5BAF3;
}
.BgClassName
{
background-color: #E5BAF3;
}
</style>
border-color css
<style>
span { border-color: #E5BAF3; }
span { border-color: rgb(229,186,243); }
td.TdClassName
{
border-color: #E5BAF3;
}
.TagClassName
{
border-color: #E5BAF3;
}
</style>