Shades of Mauve #E1B5FF
Tints of Mauve #E1B5FF
RGB
CMYK
RGB Variations
Color information
#E1B5FF (or 0xE1B5FF) is known color: Mauve. HEX triplet: E1, B5 and FF. RGB value is (225,181,255). Sum of RGB (Red+Green+Blue) = 225+181+255=661 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.04% from 661); Green value is 181 (71.09% from 255 or 27.38% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1B5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1B5FF is #1E4A00. Grayscale: #CACACA. Windows color (decimal): -1985025 or 16758241. OLE color: 16758241.
HSL color Cylindrical-coordinate representation of color #E1B5FF: hue angle of 275.68º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E1B5FF is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 181 | 255 | - |
| CMYK | 0.12 | 0.29 | 0 | 0 |
| HSL | 275.68º | 1% | 0.85% | - |
| HSV(B) | 275.68º | 0.29% | 1% | - |
| XYZ | 65.63 | 56.28 | 102.01 | - |
| YUV | 202.59 | 157.58 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 181 | 255 | 0.12 | 0.29 | 0 | 0 | 275.68 | 1 | 0.85 |
| Hex | E1 | B5 | FF | C | 1D | 0 | 0 | 114 | 64 | 55 |
| Octal | 341 | 265 | 377 | 14 | 35 | 0 | 0 | 424 | 144 | 125 |
| Binary | 11100001 | 10110101 | 11111111 | 1100 | 11101 | 0 | 0 | 100010100 | 1100100 | 1010101 |
Color Harmonies of #E1B5FF
Complementary color
Monochromatic Colors of #E1B5FF
Black with #E1B5FF
Text Example
Text Example
White with #E1B5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B5FF; }
p { color: rgb(225,181,255); }
H1.HeaderClassName
{
color: #E1B5FF;
}
.AnyTagClassName
{
color: #E1B5FF;
}
</style>
background-color css
<style>
a { background-color: #E1B5FF; }
a { background-color: rgb(225,181,255); }
div.DivClassName
{
background-color: #E1B5FF;
}
.BgClassName
{
background-color: #E1B5FF;
}
</style>
border-color css
<style>
span { border-color: #E1B5FF; }
span { border-color: rgb(225,181,255); }
td.TdClassName
{
border-color: #E1B5FF;
}
.TagClassName
{
border-color: #E1B5FF;
}
</style>