Shades of Mauve #E1BFF9
Tints of Mauve #E1BFF9
RGB
CMYK
RGB Variations
Color information
#E1BFF9 (or 0xE1BFF9) is known color: Mauve. HEX triplet: E1, BF and F9. RGB value is (225,191,249). Sum of RGB (Red+Green+Blue) = 225+191+249=665 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.83% from 665); Green value is 191 (75% from 255 or 28.72% from 665); Blue value is 249 (97.66% from 255 or 37.44% from 665); Max value from RGB is 249 - color contains mainly: blue. Hex color #E1BFF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BFF9 is #1E4006. Grayscale: #CFCFCF. Windows color (decimal): -1982471 or 16367585. OLE color: 16367585.
HSL color Cylindrical-coordinate representation of color #E1BFF9: hue angle of 275.17º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E1BFF9 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 191 | 249 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.02 |
| HSL | 275.17º | 0.83% | 0.86% | - |
| HSV(B) | 275.17º | 0.23% | 0.98% | - |
| XYZ | 66.78 | 60.11 | 97.7 | - |
| YUV | 207.78 | 151.26 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 191 | 249 | 0.10 | 0.23 | 0 | 0.02 | 275.17 | 0.83 | 0.86 |
| Hex | E1 | BF | F9 | A | 17 | 0 | 2 | 113 | 53 | 56 |
| Octal | 341 | 277 | 371 | 12 | 27 | 0 | 2 | 423 | 123 | 126 |
| Binary | 11100001 | 10111111 | 11111001 | 1010 | 10111 | 0 | 10 | 100010011 | 1010011 | 1010110 |
Color Harmonies of #E1BFF9
Complementary color
Monochromatic Colors of #E1BFF9
Black with #E1BFF9
Text Example
Text Example
White with #E1BFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BFF9; }
p { color: rgb(225,191,249); }
H1.HeaderClassName
{
color: #E1BFF9;
}
.AnyTagClassName
{
color: #E1BFF9;
}
</style>
background-color css
<style>
a { background-color: #E1BFF9; }
a { background-color: rgb(225,191,249); }
div.DivClassName
{
background-color: #E1BFF9;
}
.BgClassName
{
background-color: #E1BFF9;
}
</style>
border-color css
<style>
span { border-color: #E1BFF9; }
span { border-color: rgb(225,191,249); }
td.TdClassName
{
border-color: #E1BFF9;
}
.TagClassName
{
border-color: #E1BFF9;
}
</style>