Shades of Mauve #E2BEFF
Tints of Mauve #E2BEFF
RGB
CMYK
RGB Variations
Color information
#E2BEFF (or 0xE2BEFF) is known color: Mauve. HEX triplet: E2, BE and FF. RGB value is (226,190,255). Sum of RGB (Red+Green+Blue) = 226+190+255=671 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.68% from 671); Green value is 190 (74.61% from 255 or 28.32% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #E2BEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BEFF is #1D4100. Grayscale: #CFCFCF. Windows color (decimal): -1917185 or 16760546. OLE color: 16760546.
HSL color Cylindrical-coordinate representation of color #E2BEFF: hue angle of 273.23º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E2BEFF is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 190 | 255 | - |
| CMYK | 0.11 | 0.25 | 0 | 0 |
| HSL | 273.23º | 1% | 0.87% | - |
| HSV(B) | 273.23º | 0.25% | 1% | - |
| XYZ | 67.83 | 60.22 | 102.66 | - |
| YUV | 208.17 | 154.43 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 190 | 255 | 0.11 | 0.25 | 0 | 0 | 273.23 | 1 | 0.87 |
| Hex | E2 | BE | FF | B | 19 | 0 | 0 | 111 | 64 | 57 |
| Octal | 342 | 276 | 377 | 13 | 31 | 0 | 0 | 421 | 144 | 127 |
| Binary | 11100010 | 10111110 | 11111111 | 1011 | 11001 | 0 | 0 | 100010001 | 1100100 | 1010111 |
Color Harmonies of #E2BEFF
Complementary color
Monochromatic Colors of #E2BEFF
Black with #E2BEFF
Text Example
Text Example
White with #E2BEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BEFF; }
p { color: rgb(226,190,255); }
H1.HeaderClassName
{
color: #E2BEFF;
}
.AnyTagClassName
{
color: #E2BEFF;
}
</style>
background-color css
<style>
a { background-color: #E2BEFF; }
a { background-color: rgb(226,190,255); }
div.DivClassName
{
background-color: #E2BEFF;
}
.BgClassName
{
background-color: #E2BEFF;
}
</style>
border-color css
<style>
span { border-color: #E2BEFF; }
span { border-color: rgb(226,190,255); }
td.TdClassName
{
border-color: #E2BEFF;
}
.TagClassName
{
border-color: #E2BEFF;
}
</style>