Shades of Mauve #E1B5FD
Tints of Mauve #E1B5FD
RGB
CMYK
RGB Variations
Color information
#E1B5FD (or 0xE1B5FD) is known color: Mauve. HEX triplet: E1, B5 and FD. RGB value is (225,181,253). Sum of RGB (Red+Green+Blue) = 225+181+253=659 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.14% from 659); Green value is 181 (71.09% from 255 or 27.47% from 659); Blue value is 253 (99.22% from 255 or 38.39% from 659); Max value from RGB is 253 - color contains mainly: blue. Hex color #E1B5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1B5FD is #1E4A02. Grayscale: #CACACA. Windows color (decimal): -1985027 or 16627169. OLE color: 16627169.
HSL color Cylindrical-coordinate representation of color #E1B5FD: hue angle of 276.67º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E1B5FD is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 181 | 253 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.01 |
| HSL | 276.67º | 0.95% | 0.85% | - |
| HSV(B) | 276.67º | 0.28% | 0.99% | - |
| XYZ | 65.3 | 56.15 | 100.32 | - |
| YUV | 202.36 | 156.58 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 181 | 253 | 0.11 | 0.28 | 0 | 0.01 | 276.67 | 0.95 | 0.85 |
| Hex | E1 | B5 | FD | B | 1C | 0 | 1 | 115 | 5F | 55 |
| Octal | 341 | 265 | 375 | 13 | 34 | 0 | 1 | 425 | 137 | 125 |
| Binary | 11100001 | 10110101 | 11111101 | 1011 | 11100 | 0 | 1 | 100010101 | 1011111 | 1010101 |
Color Harmonies of #E1B5FD
Complementary color
Monochromatic Colors of #E1B5FD
Black with #E1B5FD
Text Example
Text Example
White with #E1B5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B5FD; }
p { color: rgb(225,181,253); }
H1.HeaderClassName
{
color: #E1B5FD;
}
.AnyTagClassName
{
color: #E1B5FD;
}
</style>
background-color css
<style>
a { background-color: #E1B5FD; }
a { background-color: rgb(225,181,253); }
div.DivClassName
{
background-color: #E1B5FD;
}
.BgClassName
{
background-color: #E1B5FD;
}
</style>
border-color css
<style>
span { border-color: #E1B5FD; }
span { border-color: rgb(225,181,253); }
td.TdClassName
{
border-color: #E1B5FD;
}
.TagClassName
{
border-color: #E1B5FD;
}
</style>