Shades of Mauve #E4B9F1
Tints of Mauve #E4B9F1
RGB
CMYK
RGB Variations
Color information
#E4B9F1 (or 0xE4B9F1) is known color: Mauve. HEX triplet: E4, B9 and F1. RGB value is (228,185,241). Sum of RGB (Red+Green+Blue) = 228+185+241=654 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.86% from 654); Green value is 185 (72.66% from 255 or 28.29% from 654); Blue value is 241 (94.53% from 255 or 36.85% from 654); Max value from RGB is 241 - color contains mainly: blue. Hex color #E4B9F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4B9F1 is #1B460E. Grayscale: #CCCCCC. Windows color (decimal): -1787407 or 15841764. OLE color: 15841764.
HSL color Cylindrical-coordinate representation of color #E4B9F1: hue angle of 286.07º degrees, saturation: 0.67, 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 #E4B9F1 is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 185 | 241 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.05 |
| HSL | 286.07º | 0.67% | 0.84% | - |
| HSV(B) | 286.07º | 0.23% | 0.95% | - |
| XYZ | 65.22 | 57.54 | 90.89 | - |
| YUV | 204.24 | 148.75 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 185 | 241 | 0.05 | 0.23 | 0 | 0.05 | 286.07 | 0.67 | 0.84 |
| Hex | E4 | B9 | F1 | 5 | 17 | 0 | 5 | 11E | 43 | 54 |
| Octal | 344 | 271 | 361 | 5 | 27 | 0 | 5 | 436 | 103 | 124 |
| Binary | 11100100 | 10111001 | 11110001 | 101 | 10111 | 0 | 101 | 100011110 | 1000011 | 1010100 |
Color Harmonies of #E4B9F1
Complementary color
Monochromatic Colors of #E4B9F1
Black with #E4B9F1
Text Example
Text Example
White with #E4B9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4B9F1; }
p { color: rgb(228,185,241); }
H1.HeaderClassName
{
color: #E4B9F1;
}
.AnyTagClassName
{
color: #E4B9F1;
}
</style>
background-color css
<style>
a { background-color: #E4B9F1; }
a { background-color: rgb(228,185,241); }
div.DivClassName
{
background-color: #E4B9F1;
}
.BgClassName
{
background-color: #E4B9F1;
}
</style>
border-color css
<style>
span { border-color: #E4B9F1; }
span { border-color: rgb(228,185,241); }
td.TdClassName
{
border-color: #E4B9F1;
}
.TagClassName
{
border-color: #E4B9F1;
}
</style>