Shades of Mauve #E0BAF0
Tints of Mauve #E0BAF0
RGB
CMYK
RGB Variations
Color information
#E0BAF0 (or 0xE0BAF0) is known color: Mauve. HEX triplet: E0, BA and F0. RGB value is (224,186,240). Sum of RGB (Red+Green+Blue) = 224+186+240=650 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.46% from 650); Green value is 186 (73.05% from 255 or 28.62% from 650); Blue value is 240 (94.14% from 255 or 36.92% from 650); Max value from RGB is 240 - color contains mainly: blue. Hex color #E0BAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BAF0 is #1F450F. Grayscale: #CBCBCB. Windows color (decimal): -2049296 or 15776480. OLE color: 15776480.
HSL color Cylindrical-coordinate representation of color #E0BAF0: hue angle of 282.22º 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 #E0BAF0 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 186 | 240 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.06 |
| HSL | 282.22º | 0.64% | 0.84% | - |
| HSV(B) | 282.22º | 0.23% | 0.94% | - |
| XYZ | 64.03 | 57.26 | 90.12 | - |
| YUV | 203.52 | 148.59 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 186 | 240 | 0.07 | 0.22 | 0 | 0.06 | 282.22 | 0.64 | 0.84 |
| Hex | E0 | BA | F0 | 7 | 16 | 0 | 6 | 11A | 40 | 54 |
| Octal | 340 | 272 | 360 | 7 | 26 | 0 | 6 | 432 | 100 | 124 |
| Binary | 11100000 | 10111010 | 11110000 | 111 | 10110 | 0 | 110 | 100011010 | 1000000 | 1010100 |
Color Harmonies of #E0BAF0
Complementary color
Monochromatic Colors of #E0BAF0
Black with #E0BAF0
Text Example
Text Example
White with #E0BAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BAF0; }
p { color: rgb(224,186,240); }
H1.HeaderClassName
{
color: #E0BAF0;
}
.AnyTagClassName
{
color: #E0BAF0;
}
</style>
background-color css
<style>
a { background-color: #E0BAF0; }
a { background-color: rgb(224,186,240); }
div.DivClassName
{
background-color: #E0BAF0;
}
.BgClassName
{
background-color: #E0BAF0;
}
</style>
border-color css
<style>
span { border-color: #E0BAF0; }
span { border-color: rgb(224,186,240); }
td.TdClassName
{
border-color: #E0BAF0;
}
.TagClassName
{
border-color: #E0BAF0;
}
</style>