Shades of Mauve #E1B9FE
Tints of Mauve #E1B9FE
RGB
CMYK
RGB Variations
Color information
#E1B9FE (or 0xE1B9FE) is known color: Mauve. HEX triplet: E1, B9 and FE. RGB value is (225,185,254). Sum of RGB (Red+Green+Blue) = 225+185+254=664 (87% of max value = 765). Red value is 225 (88.28% from 255 or 33.89% from 664); Green value is 185 (72.66% from 255 or 27.86% from 664); Blue value is 254 (99.61% from 255 or 38.25% from 664); Max value from RGB is 254 - color contains mainly: blue. Hex color #E1B9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1B9FE is #1E4601. Grayscale: #CCCCCC. Windows color (decimal): -1984002 or 16693729. OLE color: 16693729.
HSL color Cylindrical-coordinate representation of color #E1B9FE: hue angle of 274.78º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E1B9FE is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 185 | 254 | - |
| CMYK | 0.11 | 0.27 | 0 | 0.00 |
| HSL | 274.78º | 0.97% | 0.86% | - |
| HSV(B) | 274.78º | 0.27% | 1% | - |
| XYZ | 66.29 | 57.86 | 101.44 | - |
| YUV | 204.83 | 155.75 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 185 | 254 | 0.11 | 0.27 | 0 | 0.00 | 274.78 | 0.97 | 0.86 |
| Hex | E1 | B9 | FE | B | 1B | 0 | 0 | 113 | 61 | 56 |
| Octal | 341 | 271 | 376 | 13 | 33 | 0 | 0 | 423 | 141 | 126 |
| Binary | 11100001 | 10111001 | 11111110 | 1011 | 11011 | 0 | 0 | 100010011 | 1100001 | 1010110 |
Color Harmonies of #E1B9FE
Complementary color
Monochromatic Colors of #E1B9FE
Black with #E1B9FE
Text Example
Text Example
White with #E1B9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B9FE; }
p { color: rgb(225,185,254); }
H1.HeaderClassName
{
color: #E1B9FE;
}
.AnyTagClassName
{
color: #E1B9FE;
}
</style>
background-color css
<style>
a { background-color: #E1B9FE; }
a { background-color: rgb(225,185,254); }
div.DivClassName
{
background-color: #E1B9FE;
}
.BgClassName
{
background-color: #E1B9FE;
}
</style>
border-color css
<style>
span { border-color: #E1B9FE; }
span { border-color: rgb(225,185,254); }
td.TdClassName
{
border-color: #E1B9FE;
}
.TagClassName
{
border-color: #E1B9FE;
}
</style>