Shades of Mauve #E0BAF3
Tints of Mauve #E0BAF3
RGB
CMYK
RGB Variations
Color information
#E0BAF3 (or 0xE0BAF3) is known color: Mauve. HEX triplet: E0, BA and F3. RGB value is (224,186,243). Sum of RGB (Red+Green+Blue) = 224+186+243=653 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.30% from 653); Green value is 186 (73.05% from 255 or 28.48% from 653); Blue value is 243 (95.31% from 255 or 37.21% from 653); Max value from RGB is 243 - color contains mainly: blue. Hex color #E0BAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BAF3 is #1F450C. Grayscale: #CBCBCB. Windows color (decimal): -2049293 or 15973088. OLE color: 15973088.
HSL color Cylindrical-coordinate representation of color #E0BAF3: hue angle of 280º 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 #E0BAF3 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 186 | 243 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.05 |
| HSL | 280º | 0.7% | 0.84% | - |
| HSV(B) | 280º | 0.23% | 0.95% | - |
| XYZ | 64.48 | 57.44 | 92.48 | - |
| YUV | 203.86 | 150.09 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 186 | 243 | 0.08 | 0.23 | 0 | 0.05 | 280 | 0.7 | 0.84 |
| Hex | E0 | BA | F3 | 8 | 17 | 0 | 5 | 118 | 46 | 54 |
| Octal | 340 | 272 | 363 | 10 | 27 | 0 | 5 | 430 | 106 | 124 |
| Binary | 11100000 | 10111010 | 11110011 | 1000 | 10111 | 0 | 101 | 100011000 | 1000110 | 1010100 |
Color Harmonies of #E0BAF3
Complementary color
Monochromatic Colors of #E0BAF3
Black with #E0BAF3
Text Example
Text Example
White with #E0BAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BAF3; }
p { color: rgb(224,186,243); }
H1.HeaderClassName
{
color: #E0BAF3;
}
.AnyTagClassName
{
color: #E0BAF3;
}
</style>
background-color css
<style>
a { background-color: #E0BAF3; }
a { background-color: rgb(224,186,243); }
div.DivClassName
{
background-color: #E0BAF3;
}
.BgClassName
{
background-color: #E0BAF3;
}
</style>
border-color css
<style>
span { border-color: #E0BAF3; }
span { border-color: rgb(224,186,243); }
td.TdClassName
{
border-color: #E0BAF3;
}
.TagClassName
{
border-color: #E0BAF3;
}
</style>