Shades of Mauve #E2BEFA
Tints of Mauve #E2BEFA
RGB
CMYK
RGB Variations
Color information
#E2BEFA (or 0xE2BEFA) is known color: Mauve. HEX triplet: E2, BE and FA. RGB value is (226,190,250). Sum of RGB (Red+Green+Blue) = 226+190+250=666 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.93% from 666); Green value is 190 (74.61% from 255 or 28.53% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 250 - color contains mainly: blue. Hex color #E2BEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BEFA is #1D4105. Grayscale: #CFCFCF. Windows color (decimal): -1917190 or 16432866. OLE color: 16432866.
HSL color Cylindrical-coordinate representation of color #E2BEFA: hue angle of 276º 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 #E2BEFA is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 190 | 250 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.02 |
| HSL | 276º | 0.86% | 0.86% | - |
| HSV(B) | 276º | 0.24% | 0.98% | - |
| XYZ | 67.03 | 59.9 | 98.47 | - |
| YUV | 207.6 | 151.93 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 190 | 250 | 0.10 | 0.24 | 0 | 0.02 | 276 | 0.86 | 0.86 |
| Hex | E2 | BE | FA | A | 18 | 0 | 2 | 114 | 56 | 56 |
| Octal | 342 | 276 | 372 | 12 | 30 | 0 | 2 | 424 | 126 | 126 |
| Binary | 11100010 | 10111110 | 11111010 | 1010 | 11000 | 0 | 10 | 100010100 | 1010110 | 1010110 |
Color Harmonies of #E2BEFA
Complementary color
Monochromatic Colors of #E2BEFA
Black with #E2BEFA
Text Example
Text Example
White with #E2BEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BEFA; }
p { color: rgb(226,190,250); }
H1.HeaderClassName
{
color: #E2BEFA;
}
.AnyTagClassName
{
color: #E2BEFA;
}
</style>
background-color css
<style>
a { background-color: #E2BEFA; }
a { background-color: rgb(226,190,250); }
div.DivClassName
{
background-color: #E2BEFA;
}
.BgClassName
{
background-color: #E2BEFA;
}
</style>
border-color css
<style>
span { border-color: #E2BEFA; }
span { border-color: rgb(226,190,250); }
td.TdClassName
{
border-color: #E2BEFA;
}
.TagClassName
{
border-color: #E2BEFA;
}
</style>