Shades of Mauve #E1B3EE
Tints of Mauve #E1B3EE
RGB
CMYK
RGB Variations
Color information
#E1B3EE (or 0xE1B3EE) is known color: Mauve. HEX triplet: E1, B3 and EE. RGB value is (225,179,238). Sum of RGB (Red+Green+Blue) = 225+179+238=642 (85% of max value = 765). Red value is 225 (88.28% from 255 or 35.05% from 642); Green value is 179 (70.31% from 255 or 27.88% from 642); Blue value is 238 (93.36% from 255 or 37.07% from 642); Max value from RGB is 238 - color contains mainly: blue. Hex color #E1B3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1B3EE is #1E4C11. Grayscale: #C7C7C7. Windows color (decimal): -1985554 or 15643617. OLE color: 15643617.
HSL color Cylindrical-coordinate representation of color #E1B3EE: hue angle of 286.78º degrees, saturation: 0.63, 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 #E1B3EE is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 179 | 238 | - |
| CMYK | 0.05 | 0.25 | 0 | 0.07 |
| HSL | 286.78º | 0.63% | 0.82% | - |
| HSV(B) | 286.78º | 0.25% | 0.93% | - |
| XYZ | 62.6 | 54.42 | 88.09 | - |
| YUV | 199.48 | 149.74 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 179 | 238 | 0.05 | 0.25 | 0 | 0.07 | 286.78 | 0.63 | 0.82 |
| Hex | E1 | B3 | EE | 5 | 19 | 0 | 7 | 11F | 3F | 52 |
| Octal | 341 | 263 | 356 | 5 | 31 | 0 | 7 | 437 | 77 | 122 |
| Binary | 11100001 | 10110011 | 11101110 | 101 | 11001 | 0 | 111 | 100011111 | 111111 | 1010010 |
Color Harmonies of #E1B3EE
Complementary color
Monochromatic Colors of #E1B3EE
Black with #E1B3EE
Text Example
Text Example
White with #E1B3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B3EE; }
p { color: rgb(225,179,238); }
H1.HeaderClassName
{
color: #E1B3EE;
}
.AnyTagClassName
{
color: #E1B3EE;
}
</style>
background-color css
<style>
a { background-color: #E1B3EE; }
a { background-color: rgb(225,179,238); }
div.DivClassName
{
background-color: #E1B3EE;
}
.BgClassName
{
background-color: #E1B3EE;
}
</style>
border-color css
<style>
span { border-color: #E1B3EE; }
span { border-color: rgb(225,179,238); }
td.TdClassName
{
border-color: #E1B3EE;
}
.TagClassName
{
border-color: #E1B3EE;
}
</style>