Shades of Mauve #E1BEFF
Tints of Mauve #E1BEFF
RGB
CMYK
RGB Variations
Color information
#E1BEFF (or 0xE1BEFF) is known color: Mauve. HEX triplet: E1, BE and FF. RGB value is (225,190,255). Sum of RGB (Red+Green+Blue) = 225+190+255=670 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.58% from 670); Green value is 190 (74.61% from 255 or 28.36% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1BEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BEFF is #1E4100. Grayscale: #CFCFCF. Windows color (decimal): -1982721 or 16760545. OLE color: 16760545.
HSL color Cylindrical-coordinate representation of color #E1BEFF: hue angle of 272.31º 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 #E1BEFF is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 190 | 255 | - |
| CMYK | 0.12 | 0.25 | 0 | 0 |
| HSL | 272.31º | 1% | 0.87% | - |
| HSV(B) | 272.31º | 0.25% | 1% | - |
| XYZ | 67.51 | 60.05 | 102.64 | - |
| YUV | 207.88 | 154.6 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 190 | 255 | 0.12 | 0.25 | 0 | 0 | 272.31 | 1 | 0.87 |
| Hex | E1 | BE | FF | C | 19 | 0 | 0 | 110 | 64 | 57 |
| Octal | 341 | 276 | 377 | 14 | 31 | 0 | 0 | 420 | 144 | 127 |
| Binary | 11100001 | 10111110 | 11111111 | 1100 | 11001 | 0 | 0 | 100010000 | 1100100 | 1010111 |
Color Harmonies of #E1BEFF
Complementary color
Monochromatic Colors of #E1BEFF
Black with #E1BEFF
Text Example
Text Example
White with #E1BEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BEFF; }
p { color: rgb(225,190,255); }
H1.HeaderClassName
{
color: #E1BEFF;
}
.AnyTagClassName
{
color: #E1BEFF;
}
</style>
background-color css
<style>
a { background-color: #E1BEFF; }
a { background-color: rgb(225,190,255); }
div.DivClassName
{
background-color: #E1BEFF;
}
.BgClassName
{
background-color: #E1BEFF;
}
</style>
border-color css
<style>
span { border-color: #E1BEFF; }
span { border-color: rgb(225,190,255); }
td.TdClassName
{
border-color: #E1BEFF;
}
.TagClassName
{
border-color: #E1BEFF;
}
</style>