Shades of Mauve #E1B2FE
Tints of Mauve #E1B2FE
RGB
CMYK
RGB Variations
Color information
#E1B2FE (or 0xE1B2FE) is known color: Mauve. HEX triplet: E1, B2 and FE. RGB value is (225,178,254). Sum of RGB (Red+Green+Blue) = 225+178+254=657 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.25% from 657); Green value is 178 (69.92% from 255 or 27.09% from 657); Blue value is 254 (99.61% from 255 or 38.66% from 657); Max value from RGB is 254 - color contains mainly: blue. Hex color #E1B2FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1B2FE is #1E4D01. Grayscale: #C8C8C8. Windows color (decimal): -1985794 or 16691937. OLE color: 16691937.
HSL color Cylindrical-coordinate representation of color #E1B2FE: hue angle of 277.11º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E1B2FE is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 178 | 254 | - |
| CMYK | 0.11 | 0.30 | 0 | 0.00 |
| HSL | 277.11º | 0.97% | 0.85% | - |
| HSV(B) | 277.11º | 0.3% | 1% | - |
| XYZ | 64.86 | 55 | 100.96 | - |
| YUV | 200.72 | 158.07 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 178 | 254 | 0.11 | 0.30 | 0 | 0.00 | 277.11 | 0.97 | 0.85 |
| Hex | E1 | B2 | FE | B | 1E | 0 | 0 | 115 | 61 | 55 |
| Octal | 341 | 262 | 376 | 13 | 36 | 0 | 0 | 425 | 141 | 125 |
| Binary | 11100001 | 10110010 | 11111110 | 1011 | 11110 | 0 | 0 | 100010101 | 1100001 | 1010101 |
Color Harmonies of #E1B2FE
Complementary color
Monochromatic Colors of #E1B2FE
Black with #E1B2FE
Text Example
Text Example
White with #E1B2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B2FE; }
p { color: rgb(225,178,254); }
H1.HeaderClassName
{
color: #E1B2FE;
}
.AnyTagClassName
{
color: #E1B2FE;
}
</style>
background-color css
<style>
a { background-color: #E1B2FE; }
a { background-color: rgb(225,178,254); }
div.DivClassName
{
background-color: #E1B2FE;
}
.BgClassName
{
background-color: #E1B2FE;
}
</style>
border-color css
<style>
span { border-color: #E1B2FE; }
span { border-color: rgb(225,178,254); }
td.TdClassName
{
border-color: #E1B2FE;
}
.TagClassName
{
border-color: #E1B2FE;
}
</style>