Shades of Mauve #E4B1EF
Tints of Mauve #E4B1EF
RGB
CMYK
RGB Variations
Color information
#E4B1EF (or 0xE4B1EF) is known color: Mauve. HEX triplet: E4, B1 and EF. RGB value is (228,177,239). Sum of RGB (Red+Green+Blue) = 228+177+239=644 (85% of max value = 765). Red value is 228 (89.45% from 255 or 35.40% from 644); Green value is 177 (69.53% from 255 or 27.48% from 644); Blue value is 239 (93.75% from 255 or 37.11% from 644); Max value from RGB is 239 - color contains mainly: blue. Hex color #E4B1EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4B1EF is #1B4E10. Grayscale: #C7C7C7. Windows color (decimal): -1789457 or 15708644. OLE color: 15708644.
HSL color Cylindrical-coordinate representation of color #E4B1EF: hue angle of 289.35º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E4B1EF is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 228 | 177 | 239 | - |
| CMYK | 0.05 | 0.26 | 0 | 0.06 |
| HSL | 289.35º | 0.66% | 0.82% | - |
| HSV(B) | 289.35º | 0.26% | 0.94% | - |
| XYZ | 63.3 | 54.17 | 88.78 | - |
| YUV | 199.32 | 150.4 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 177 | 239 | 0.05 | 0.26 | 0 | 0.06 | 289.35 | 0.66 | 0.82 |
| Hex | E4 | B1 | EF | 5 | 1A | 0 | 6 | 121 | 42 | 52 |
| Octal | 344 | 261 | 357 | 5 | 32 | 0 | 6 | 441 | 102 | 122 |
| Binary | 11100100 | 10110001 | 11101111 | 101 | 11010 | 0 | 110 | 100100001 | 1000010 | 1010010 |
Color Harmonies of #E4B1EF
Complementary color
Monochromatic Colors of #E4B1EF
Black with #E4B1EF
Text Example
Text Example
White with #E4B1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4B1EF; }
p { color: rgb(228,177,239); }
H1.HeaderClassName
{
color: #E4B1EF;
}
.AnyTagClassName
{
color: #E4B1EF;
}
</style>
background-color css
<style>
a { background-color: #E4B1EF; }
a { background-color: rgb(228,177,239); }
div.DivClassName
{
background-color: #E4B1EF;
}
.BgClassName
{
background-color: #E4B1EF;
}
</style>
border-color css
<style>
span { border-color: #E4B1EF; }
span { border-color: rgb(228,177,239); }
td.TdClassName
{
border-color: #E4B1EF;
}
.TagClassName
{
border-color: #E4B1EF;
}
</style>