Shades of Mauve #E1BDFE
Tints of Mauve #E1BDFE
RGB
CMYK
RGB Variations
Color information
#E1BDFE (or 0xE1BDFE) is known color: Mauve. HEX triplet: E1, BD and FE. RGB value is (225,189,254). Sum of RGB (Red+Green+Blue) = 225+189+254=668 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.68% from 668); Green value is 189 (74.22% from 255 or 28.29% from 668); Blue value is 254 (99.61% from 255 or 38.02% from 668); Max value from RGB is 254 - color contains mainly: blue. Hex color #E1BDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BDFE is #1E4201. Grayscale: #CECECE. Windows color (decimal): -1982978 or 16694753. OLE color: 16694753.
HSL color Cylindrical-coordinate representation of color #E1BDFE: hue angle of 273.23º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E1BDFE is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 189 | 254 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.00 |
| HSL | 273.23º | 0.97% | 0.87% | - |
| HSV(B) | 273.23º | 0.26% | 1% | - |
| XYZ | 67.14 | 59.56 | 101.72 | - |
| YUV | 207.17 | 154.43 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 189 | 254 | 0.11 | 0.26 | 0 | 0.00 | 273.23 | 0.97 | 0.87 |
| Hex | E1 | BD | FE | B | 1A | 0 | 0 | 111 | 61 | 57 |
| Octal | 341 | 275 | 376 | 13 | 32 | 0 | 0 | 421 | 141 | 127 |
| Binary | 11100001 | 10111101 | 11111110 | 1011 | 11010 | 0 | 0 | 100010001 | 1100001 | 1010111 |
Color Harmonies of #E1BDFE
Complementary color
Monochromatic Colors of #E1BDFE
Black with #E1BDFE
Text Example
Text Example
White with #E1BDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BDFE; }
p { color: rgb(225,189,254); }
H1.HeaderClassName
{
color: #E1BDFE;
}
.AnyTagClassName
{
color: #E1BDFE;
}
</style>
background-color css
<style>
a { background-color: #E1BDFE; }
a { background-color: rgb(225,189,254); }
div.DivClassName
{
background-color: #E1BDFE;
}
.BgClassName
{
background-color: #E1BDFE;
}
</style>
border-color css
<style>
span { border-color: #E1BDFE; }
span { border-color: rgb(225,189,254); }
td.TdClassName
{
border-color: #E1BDFE;
}
.TagClassName
{
border-color: #E1BDFE;
}
</style>