Shades of Mauve #E1B4EE
Tints of Mauve #E1B4EE
RGB
CMYK
RGB Variations
Color information
#E1B4EE (or 0xE1B4EE) is known color: Mauve. HEX triplet: E1, B4 and EE. RGB value is (225,180,238). Sum of RGB (Red+Green+Blue) = 225+180+238=643 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.99% from 643); Green value is 180 (70.70% from 255 or 27.99% from 643); Blue value is 238 (93.36% from 255 or 37.01% from 643); Max value from RGB is 238 - color contains mainly: blue. Hex color #E1B4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1B4EE is #1E4B11. Grayscale: #C7C7C7. Windows color (decimal): -1985298 or 15643873. OLE color: 15643873.
HSL color Cylindrical-coordinate representation of color #E1B4EE: hue angle of 286.55º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1B4EE is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 180 | 238 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.07 |
| HSL | 286.55º | 0.63% | 0.82% | - |
| HSV(B) | 286.55º | 0.24% | 0.93% | - |
| XYZ | 62.81 | 54.82 | 88.16 | - |
| YUV | 200.07 | 149.41 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 180 | 238 | 0.05 | 0.24 | 0 | 0.07 | 286.55 | 0.63 | 0.82 |
| Hex | E1 | B4 | EE | 5 | 18 | 0 | 7 | 11F | 3F | 52 |
| Octal | 341 | 264 | 356 | 5 | 30 | 0 | 7 | 437 | 77 | 122 |
| Binary | 11100001 | 10110100 | 11101110 | 101 | 11000 | 0 | 111 | 100011111 | 111111 | 1010010 |
Color Harmonies of #E1B4EE
Complementary color
Monochromatic Colors of #E1B4EE
Black with #E1B4EE
Text Example
Text Example
White with #E1B4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B4EE; }
p { color: rgb(225,180,238); }
H1.HeaderClassName
{
color: #E1B4EE;
}
.AnyTagClassName
{
color: #E1B4EE;
}
</style>
background-color css
<style>
a { background-color: #E1B4EE; }
a { background-color: rgb(225,180,238); }
div.DivClassName
{
background-color: #E1B4EE;
}
.BgClassName
{
background-color: #E1B4EE;
}
</style>
border-color css
<style>
span { border-color: #E1B4EE; }
span { border-color: rgb(225,180,238); }
td.TdClassName
{
border-color: #E1B4EE;
}
.TagClassName
{
border-color: #E1B4EE;
}
</style>