Shades of Mauve #E4BAF1
Tints of Mauve #E4BAF1
RGB
CMYK
RGB Variations
Color information
#E4BAF1 (or 0xE4BAF1) is known color: Mauve. HEX triplet: E4, BA and F1. RGB value is (228,186,241). Sum of RGB (Red+Green+Blue) = 228+186+241=655 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.81% from 655); Green value is 186 (73.05% from 255 or 28.40% from 655); Blue value is 241 (94.53% from 255 or 36.79% from 655); Max value from RGB is 241 - color contains mainly: blue. Hex color #E4BAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BAF1 is #1B450E. Grayscale: #CCCCCC. Windows color (decimal): -1787151 or 15842020. OLE color: 15842020.
HSL color Cylindrical-coordinate representation of color #E4BAF1: hue angle of 285.82º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E4BAF1 is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 186 | 241 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.05 |
| HSL | 285.82º | 0.66% | 0.84% | - |
| HSV(B) | 285.82º | 0.23% | 0.95% | - |
| XYZ | 65.43 | 57.96 | 90.96 | - |
| YUV | 204.83 | 148.41 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 186 | 241 | 0.05 | 0.23 | 0 | 0.05 | 285.82 | 0.66 | 0.84 |
| Hex | E4 | BA | F1 | 5 | 17 | 0 | 5 | 11E | 42 | 54 |
| Octal | 344 | 272 | 361 | 5 | 27 | 0 | 5 | 436 | 102 | 124 |
| Binary | 11100100 | 10111010 | 11110001 | 101 | 10111 | 0 | 101 | 100011110 | 1000010 | 1010100 |
Color Harmonies of #E4BAF1
Complementary color
Monochromatic Colors of #E4BAF1
Black with #E4BAF1
Text Example
Text Example
White with #E4BAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BAF1; }
p { color: rgb(228,186,241); }
H1.HeaderClassName
{
color: #E4BAF1;
}
.AnyTagClassName
{
color: #E4BAF1;
}
</style>
background-color css
<style>
a { background-color: #E4BAF1; }
a { background-color: rgb(228,186,241); }
div.DivClassName
{
background-color: #E4BAF1;
}
.BgClassName
{
background-color: #E4BAF1;
}
</style>
border-color css
<style>
span { border-color: #E4BAF1; }
span { border-color: rgb(228,186,241); }
td.TdClassName
{
border-color: #E4BAF1;
}
.TagClassName
{
border-color: #E4BAF1;
}
</style>