Shades of Mauve #E1BBFD
Tints of Mauve #E1BBFD
RGB
CMYK
RGB Variations
Color information
#E1BBFD (or 0xE1BBFD) is known color: Mauve. HEX triplet: E1, BB and FD. RGB value is (225,187,253). Sum of RGB (Red+Green+Blue) = 225+187+253=665 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.83% from 665); Green value is 187 (73.44% from 255 or 28.12% from 665); Blue value is 253 (99.22% from 255 or 38.05% from 665); Max value from RGB is 253 - color contains mainly: blue. Hex color #E1BBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BBFD is #1E4402. Grayscale: #CDCDCD. Windows color (decimal): -1983491 or 16628705. OLE color: 16628705.
HSL color Cylindrical-coordinate representation of color #E1BBFD: hue angle of 274.55º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E1BBFD is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 187 | 253 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.01 |
| HSL | 274.55º | 0.94% | 0.86% | - |
| HSV(B) | 274.55º | 0.26% | 0.99% | - |
| XYZ | 66.55 | 58.64 | 100.74 | - |
| YUV | 205.89 | 154.59 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 187 | 253 | 0.11 | 0.26 | 0 | 0.01 | 274.55 | 0.94 | 0.86 |
| Hex | E1 | BB | FD | B | 1A | 0 | 1 | 113 | 5E | 56 |
| Octal | 341 | 273 | 375 | 13 | 32 | 0 | 1 | 423 | 136 | 126 |
| Binary | 11100001 | 10111011 | 11111101 | 1011 | 11010 | 0 | 1 | 100010011 | 1011110 | 1010110 |
Color Harmonies of #E1BBFD
Complementary color
Monochromatic Colors of #E1BBFD
Black with #E1BBFD
Text Example
Text Example
White with #E1BBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BBFD; }
p { color: rgb(225,187,253); }
H1.HeaderClassName
{
color: #E1BBFD;
}
.AnyTagClassName
{
color: #E1BBFD;
}
</style>
background-color css
<style>
a { background-color: #E1BBFD; }
a { background-color: rgb(225,187,253); }
div.DivClassName
{
background-color: #E1BBFD;
}
.BgClassName
{
background-color: #E1BBFD;
}
</style>
border-color css
<style>
span { border-color: #E1BBFD; }
span { border-color: rgb(225,187,253); }
td.TdClassName
{
border-color: #E1BBFD;
}
.TagClassName
{
border-color: #E1BBFD;
}
</style>