Shades of Mauve #E1B2EE
Tints of Mauve #E1B2EE
RGB
CMYK
RGB Variations
Color information
#E1B2EE (or 0xE1B2EE) is known color: Mauve. HEX triplet: E1, B2 and EE. RGB value is (225,178,238). Sum of RGB (Red+Green+Blue) = 225+178+238=641 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.10% from 641); Green value is 178 (69.92% from 255 or 27.77% from 641); Blue value is 238 (93.36% from 255 or 37.13% from 641); Max value from RGB is 238 - color contains mainly: blue. Hex color #E1B2EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1B2EE is #1E4D11. Grayscale: #C6C6C6. Windows color (decimal): -1985810 or 15643361. OLE color: 15643361.
HSL color Cylindrical-coordinate representation of color #E1B2EE: hue angle of 287º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E1B2EE is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 178 | 238 | - |
| CMYK | 0.05 | 0.25 | 0 | 0.07 |
| HSL | 287º | 0.64% | 0.82% | - |
| HSV(B) | 287º | 0.25% | 0.93% | - |
| XYZ | 62.4 | 54.02 | 88.03 | - |
| YUV | 198.89 | 150.07 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 178 | 238 | 0.05 | 0.25 | 0 | 0.07 | 287 | 0.64 | 0.82 |
| Hex | E1 | B2 | EE | 5 | 19 | 0 | 7 | 11F | 40 | 52 |
| Octal | 341 | 262 | 356 | 5 | 31 | 0 | 7 | 437 | 100 | 122 |
| Binary | 11100001 | 10110010 | 11101110 | 101 | 11001 | 0 | 111 | 100011111 | 1000000 | 1010010 |
Color Harmonies of #E1B2EE
Complementary color
Monochromatic Colors of #E1B2EE
Black with #E1B2EE
Text Example
Text Example
White with #E1B2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B2EE; }
p { color: rgb(225,178,238); }
H1.HeaderClassName
{
color: #E1B2EE;
}
.AnyTagClassName
{
color: #E1B2EE;
}
</style>
background-color css
<style>
a { background-color: #E1B2EE; }
a { background-color: rgb(225,178,238); }
div.DivClassName
{
background-color: #E1B2EE;
}
.BgClassName
{
background-color: #E1B2EE;
}
</style>
border-color css
<style>
span { border-color: #E1B2EE; }
span { border-color: rgb(225,178,238); }
td.TdClassName
{
border-color: #E1B2EE;
}
.TagClassName
{
border-color: #E1B2EE;
}
</style>