Shades of Mauve #E1B2ED
Tints of Mauve #E1B2ED
RGB
CMYK
RGB Variations
Color information
#E1B2ED (or 0xE1B2ED) is known color: Mauve. HEX triplet: E1, B2 and ED. RGB value is (225,178,237). Sum of RGB (Red+Green+Blue) = 225+178+237=640 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.16% from 640); Green value is 178 (69.92% from 255 or 27.81% from 640); Blue value is 237 (92.97% from 255 or 37.03% from 640); Max value from RGB is 237 - color contains mainly: blue. Hex color #E1B2ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1B2ED is #1E4D12. Grayscale: #C6C6C6. Windows color (decimal): -1985811 or 15577825. OLE color: 15577825.
HSL color Cylindrical-coordinate representation of color #E1B2ED: hue angle of 287.8º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E1B2ED is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 178 | 237 | - |
| CMYK | 0.05 | 0.25 | 0 | 0.07 |
| HSL | 287.8º | 0.62% | 0.81% | - |
| HSV(B) | 287.8º | 0.25% | 0.93% | - |
| XYZ | 62.26 | 53.96 | 87.26 | - |
| YUV | 198.78 | 149.57 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 178 | 237 | 0.05 | 0.25 | 0 | 0.07 | 287.8 | 0.62 | 0.81 |
| Hex | E1 | B2 | ED | 5 | 19 | 0 | 7 | 120 | 3E | 51 |
| Octal | 341 | 262 | 355 | 5 | 31 | 0 | 7 | 440 | 76 | 121 |
| Binary | 11100001 | 10110010 | 11101101 | 101 | 11001 | 0 | 111 | 100100000 | 111110 | 1010001 |
Color Harmonies of #E1B2ED
Complementary color
Monochromatic Colors of #E1B2ED
Black with #E1B2ED
Text Example
Text Example
White with #E1B2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B2ED; }
p { color: rgb(225,178,237); }
H1.HeaderClassName
{
color: #E1B2ED;
}
.AnyTagClassName
{
color: #E1B2ED;
}
</style>
background-color css
<style>
a { background-color: #E1B2ED; }
a { background-color: rgb(225,178,237); }
div.DivClassName
{
background-color: #E1B2ED;
}
.BgClassName
{
background-color: #E1B2ED;
}
</style>
border-color css
<style>
span { border-color: #E1B2ED; }
span { border-color: rgb(225,178,237); }
td.TdClassName
{
border-color: #E1B2ED;
}
.TagClassName
{
border-color: #E1B2ED;
}
</style>