Shades of Mauve #E1BFFD
Tints of Mauve #E1BFFD
RGB
CMYK
RGB Variations
Color information
#E1BFFD (or 0xE1BFFD) is known color: Mauve. HEX triplet: E1, BF and FD. RGB value is (225,191,253). Sum of RGB (Red+Green+Blue) = 225+191+253=669 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.63% from 669); Green value is 191 (75% from 255 or 28.55% from 669); Blue value is 253 (99.22% from 255 or 37.82% from 669); Max value from RGB is 253 - color contains mainly: blue. Hex color #E1BFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BFFD is #1E4002. Grayscale: #D0D0D0. Windows color (decimal): -1982467 or 16629729. OLE color: 16629729.
HSL color Cylindrical-coordinate representation of color #E1BFFD: hue angle of 272.9º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E1BFFD is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 191 | 253 | - |
| CMYK | 0.11 | 0.25 | 0 | 0.01 |
| HSL | 272.9º | 0.94% | 0.87% | - |
| HSV(B) | 272.9º | 0.25% | 0.99% | - |
| XYZ | 67.41 | 60.36 | 101.03 | - |
| YUV | 208.23 | 153.26 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 191 | 253 | 0.11 | 0.25 | 0 | 0.01 | 272.9 | 0.94 | 0.87 |
| Hex | E1 | BF | FD | B | 19 | 0 | 1 | 111 | 5E | 57 |
| Octal | 341 | 277 | 375 | 13 | 31 | 0 | 1 | 421 | 136 | 127 |
| Binary | 11100001 | 10111111 | 11111101 | 1011 | 11001 | 0 | 1 | 100010001 | 1011110 | 1010111 |
Color Harmonies of #E1BFFD
Complementary color
Monochromatic Colors of #E1BFFD
Black with #E1BFFD
Text Example
Text Example
White with #E1BFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BFFD; }
p { color: rgb(225,191,253); }
H1.HeaderClassName
{
color: #E1BFFD;
}
.AnyTagClassName
{
color: #E1BFFD;
}
</style>
background-color css
<style>
a { background-color: #E1BFFD; }
a { background-color: rgb(225,191,253); }
div.DivClassName
{
background-color: #E1BFFD;
}
.BgClassName
{
background-color: #E1BFFD;
}
</style>
border-color css
<style>
span { border-color: #E1BFFD; }
span { border-color: rgb(225,191,253); }
td.TdClassName
{
border-color: #E1BFFD;
}
.TagClassName
{
border-color: #E1BFFD;
}
</style>