Shades of Mauve #E1B3EF
Tints of Mauve #E1B3EF
RGB
CMYK
RGB Variations
Color information
#E1B3EF (or 0xE1B3EF) is known color: Mauve. HEX triplet: E1, B3 and EF. RGB value is (225,179,239). Sum of RGB (Red+Green+Blue) = 225+179+239=643 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.99% from 643); Green value is 179 (70.31% from 255 or 27.84% from 643); Blue value is 239 (93.75% from 255 or 37.17% from 643); Max value from RGB is 239 - color contains mainly: blue. Hex color #E1B3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1B3EF is #1E4C10. Grayscale: #C7C7C7. Windows color (decimal): -1985553 or 15709153. OLE color: 15709153.
HSL color Cylindrical-coordinate representation of color #E1B3EF: hue angle of 286º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E1B3EF is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 179 | 239 | - |
| CMYK | 0.06 | 0.25 | 0 | 0.06 |
| HSL | 286º | 0.65% | 0.82% | - |
| HSV(B) | 286º | 0.25% | 0.94% | - |
| XYZ | 62.75 | 54.48 | 88.87 | - |
| YUV | 199.59 | 150.24 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 179 | 239 | 0.06 | 0.25 | 0 | 0.06 | 286 | 0.65 | 0.82 |
| Hex | E1 | B3 | EF | 6 | 19 | 0 | 6 | 11E | 41 | 52 |
| Octal | 341 | 263 | 357 | 6 | 31 | 0 | 6 | 436 | 101 | 122 |
| Binary | 11100001 | 10110011 | 11101111 | 110 | 11001 | 0 | 110 | 100011110 | 1000001 | 1010010 |
Color Harmonies of #E1B3EF
Complementary color
Monochromatic Colors of #E1B3EF
Black with #E1B3EF
Text Example
Text Example
White with #E1B3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B3EF; }
p { color: rgb(225,179,239); }
H1.HeaderClassName
{
color: #E1B3EF;
}
.AnyTagClassName
{
color: #E1B3EF;
}
</style>
background-color css
<style>
a { background-color: #E1B3EF; }
a { background-color: rgb(225,179,239); }
div.DivClassName
{
background-color: #E1B3EF;
}
.BgClassName
{
background-color: #E1B3EF;
}
</style>
border-color css
<style>
span { border-color: #E1B3EF; }
span { border-color: rgb(225,179,239); }
td.TdClassName
{
border-color: #E1B3EF;
}
.TagClassName
{
border-color: #E1B3EF;
}
</style>