Shades of Mauve #E1B2EF
Tints of Mauve #E1B2EF
RGB
CMYK
RGB Variations
Color information
#E1B2EF (or 0xE1B2EF) is known color: Mauve. HEX triplet: E1, B2 and EF. RGB value is (225,178,239). Sum of RGB (Red+Green+Blue) = 225+178+239=642 (85% of max value = 765). Red value is 225 (88.28% from 255 or 35.05% from 642); Green value is 178 (69.92% from 255 or 27.73% from 642); Blue value is 239 (93.75% from 255 or 37.23% from 642); Max value from RGB is 239 - color contains mainly: blue. Hex color #E1B2EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1B2EF is #1E4D10. Grayscale: #C6C6C6. Windows color (decimal): -1985809 or 15708897. OLE color: 15708897.
HSL color Cylindrical-coordinate representation of color #E1B2EF: hue angle of 286.23º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E1B2EF is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 178 | 239 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.06 |
| HSL | 286.23º | 0.66% | 0.82% | - |
| HSV(B) | 286.23º | 0.26% | 0.94% | - |
| XYZ | 62.55 | 54.08 | 88.8 | - |
| YUV | 199.01 | 150.57 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 178 | 239 | 0.06 | 0.26 | 0 | 0.06 | 286.23 | 0.66 | 0.82 |
| Hex | E1 | B2 | EF | 6 | 1A | 0 | 6 | 11E | 42 | 52 |
| Octal | 341 | 262 | 357 | 6 | 32 | 0 | 6 | 436 | 102 | 122 |
| Binary | 11100001 | 10110010 | 11101111 | 110 | 11010 | 0 | 110 | 100011110 | 1000010 | 1010010 |
Color Harmonies of #E1B2EF
Complementary color
Monochromatic Colors of #E1B2EF
Black with #E1B2EF
Text Example
Text Example
White with #E1B2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B2EF; }
p { color: rgb(225,178,239); }
H1.HeaderClassName
{
color: #E1B2EF;
}
.AnyTagClassName
{
color: #E1B2EF;
}
</style>
background-color css
<style>
a { background-color: #E1B2EF; }
a { background-color: rgb(225,178,239); }
div.DivClassName
{
background-color: #E1B2EF;
}
.BgClassName
{
background-color: #E1B2EF;
}
</style>
border-color css
<style>
span { border-color: #E1B2EF; }
span { border-color: rgb(225,178,239); }
td.TdClassName
{
border-color: #E1B2EF;
}
.TagClassName
{
border-color: #E1B2EF;
}
</style>