Shades of Mauve #E4BFF1
Tints of Mauve #E4BFF1
RGB
CMYK
RGB Variations
Color information
#E4BFF1 (or 0xE4BFF1) is known color: Mauve. HEX triplet: E4, BF and F1. RGB value is (228,191,241). Sum of RGB (Red+Green+Blue) = 228+191+241=660 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.55% from 660); Green value is 191 (75% from 255 or 28.94% from 660); Blue value is 241 (94.53% from 255 or 36.52% from 660); Max value from RGB is 241 - color contains mainly: blue. Hex color #E4BFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BFF1 is #1B400E. Grayscale: #CFCFCF. Windows color (decimal): -1785871 or 15843300. OLE color: 15843300.
HSL color Cylindrical-coordinate representation of color #E4BFF1: hue angle of 284.4º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E4BFF1 is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 191 | 241 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.05 |
| HSL | 284.4º | 0.64% | 0.85% | - |
| HSV(B) | 284.4º | 0.21% | 0.95% | - |
| XYZ | 66.5 | 60.11 | 91.32 | - |
| YUV | 207.76 | 146.76 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 191 | 241 | 0.05 | 0.21 | 0 | 0.05 | 284.4 | 0.64 | 0.85 |
| Hex | E4 | BF | F1 | 5 | 15 | 0 | 5 | 11C | 40 | 55 |
| Octal | 344 | 277 | 361 | 5 | 25 | 0 | 5 | 434 | 100 | 125 |
| Binary | 11100100 | 10111111 | 11110001 | 101 | 10101 | 0 | 101 | 100011100 | 1000000 | 1010101 |
Color Harmonies of #E4BFF1
Complementary color
Monochromatic Colors of #E4BFF1
Black with #E4BFF1
Text Example
Text Example
White with #E4BFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BFF1; }
p { color: rgb(228,191,241); }
H1.HeaderClassName
{
color: #E4BFF1;
}
.AnyTagClassName
{
color: #E4BFF1;
}
</style>
background-color css
<style>
a { background-color: #E4BFF1; }
a { background-color: rgb(228,191,241); }
div.DivClassName
{
background-color: #E4BFF1;
}
.BgClassName
{
background-color: #E4BFF1;
}
</style>
border-color css
<style>
span { border-color: #E4BFF1; }
span { border-color: rgb(228,191,241); }
td.TdClassName
{
border-color: #E4BFF1;
}
.TagClassName
{
border-color: #E4BFF1;
}
</style>