Shades of Mauve #E0BEFA
Tints of Mauve #E0BEFA
RGB
CMYK
RGB Variations
Color information
#E0BEFA (or 0xE0BEFA) is known color: Mauve. HEX triplet: E0, BE and FA. RGB value is (224,190,250). Sum of RGB (Red+Green+Blue) = 224+190+250=664 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.73% from 664); Green value is 190 (74.61% from 255 or 28.61% from 664); Blue value is 250 (98.05% from 255 or 37.65% from 664); Max value from RGB is 250 - color contains mainly: blue. Hex color #E0BEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BEFA is #1F4105. Grayscale: #CECECE. Windows color (decimal): -2048262 or 16432864. OLE color: 16432864.
HSL color Cylindrical-coordinate representation of color #E0BEFA: hue angle of 274º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E0BEFA is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 190 | 250 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.02 |
| HSL | 274º | 0.86% | 0.86% | - |
| HSV(B) | 274º | 0.24% | 0.98% | - |
| XYZ | 66.41 | 59.58 | 98.44 | - |
| YUV | 207.01 | 152.26 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 190 | 250 | 0.10 | 0.24 | 0 | 0.02 | 274 | 0.86 | 0.86 |
| Hex | E0 | BE | FA | A | 18 | 0 | 2 | 112 | 56 | 56 |
| Octal | 340 | 276 | 372 | 12 | 30 | 0 | 2 | 422 | 126 | 126 |
| Binary | 11100000 | 10111110 | 11111010 | 1010 | 11000 | 0 | 10 | 100010010 | 1010110 | 1010110 |
Color Harmonies of #E0BEFA
Complementary color
Monochromatic Colors of #E0BEFA
Black with #E0BEFA
Text Example
Text Example
White with #E0BEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BEFA; }
p { color: rgb(224,190,250); }
H1.HeaderClassName
{
color: #E0BEFA;
}
.AnyTagClassName
{
color: #E0BEFA;
}
</style>
background-color css
<style>
a { background-color: #E0BEFA; }
a { background-color: rgb(224,190,250); }
div.DivClassName
{
background-color: #E0BEFA;
}
.BgClassName
{
background-color: #E0BEFA;
}
</style>
border-color css
<style>
span { border-color: #E0BEFA; }
span { border-color: rgb(224,190,250); }
td.TdClassName
{
border-color: #E0BEFA;
}
.TagClassName
{
border-color: #E0BEFA;
}
</style>