Shades of Mauve #E0BAF4
Tints of Mauve #E0BAF4
RGB
CMYK
RGB Variations
Color information
#E0BAF4 (or 0xE0BAF4) is known color: Mauve. HEX triplet: E0, BA and F4. RGB value is (224,186,244). Sum of RGB (Red+Green+Blue) = 224+186+244=654 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.25% from 654); Green value is 186 (73.05% from 255 or 28.44% from 654); Blue value is 244 (95.70% from 255 or 37.31% from 654); Max value from RGB is 244 - color contains mainly: blue. Hex color #E0BAF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BAF4 is #1F450B. Grayscale: #CBCBCB. Windows color (decimal): -2049292 or 16038624. OLE color: 16038624.
HSL color Cylindrical-coordinate representation of color #E0BAF4: hue angle of 279.31º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E0BAF4 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 186 | 244 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.04 |
| HSL | 279.31º | 0.73% | 0.84% | - |
| HSV(B) | 279.31º | 0.24% | 0.96% | - |
| XYZ | 64.63 | 57.5 | 93.28 | - |
| YUV | 203.97 | 150.59 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 186 | 244 | 0.08 | 0.24 | 0 | 0.04 | 279.31 | 0.73 | 0.84 |
| Hex | E0 | BA | F4 | 8 | 18 | 0 | 4 | 117 | 48 | 54 |
| Octal | 340 | 272 | 364 | 10 | 30 | 0 | 4 | 427 | 110 | 124 |
| Binary | 11100000 | 10111010 | 11110100 | 1000 | 11000 | 0 | 100 | 100010111 | 1001000 | 1010100 |
Color Harmonies of #E0BAF4
Complementary color
Monochromatic Colors of #E0BAF4
Black with #E0BAF4
Text Example
Text Example
White with #E0BAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BAF4; }
p { color: rgb(224,186,244); }
H1.HeaderClassName
{
color: #E0BAF4;
}
.AnyTagClassName
{
color: #E0BAF4;
}
</style>
background-color css
<style>
a { background-color: #E0BAF4; }
a { background-color: rgb(224,186,244); }
div.DivClassName
{
background-color: #E0BAF4;
}
.BgClassName
{
background-color: #E0BAF4;
}
</style>
border-color css
<style>
span { border-color: #E0BAF4; }
span { border-color: rgb(224,186,244); }
td.TdClassName
{
border-color: #E0BAF4;
}
.TagClassName
{
border-color: #E0BAF4;
}
</style>