Shades of Mauve #E4B7EF
Tints of Mauve #E4B7EF
RGB
CMYK
RGB Variations
Color information
#E4B7EF (or 0xE4B7EF) is known color: Mauve. HEX triplet: E4, B7 and EF. RGB value is (228,183,239). Sum of RGB (Red+Green+Blue) = 228+183+239=650 (86% of max value = 765). Red value is 228 (89.45% from 255 or 35.08% from 650); Green value is 183 (71.88% from 255 or 28.15% from 650); Blue value is 239 (93.75% from 255 or 36.77% from 650); Max value from RGB is 239 - color contains mainly: blue. Hex color #E4B7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4B7EF is #1B4810. Grayscale: #CACACA. Windows color (decimal): -1787921 or 15710180. OLE color: 15710180.
HSL color Cylindrical-coordinate representation of color #E4B7EF: hue angle of 288.21º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E4B7EF is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 228 | 183 | 239 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.06 |
| HSL | 288.21º | 0.64% | 0.83% | - |
| HSV(B) | 288.21º | 0.23% | 0.94% | - |
| XYZ | 64.51 | 56.59 | 89.18 | - |
| YUV | 202.84 | 148.41 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 183 | 239 | 0.05 | 0.23 | 0 | 0.06 | 288.21 | 0.64 | 0.83 |
| Hex | E4 | B7 | EF | 5 | 17 | 0 | 6 | 120 | 40 | 53 |
| Octal | 344 | 267 | 357 | 5 | 27 | 0 | 6 | 440 | 100 | 123 |
| Binary | 11100100 | 10110111 | 11101111 | 101 | 10111 | 0 | 110 | 100100000 | 1000000 | 1010011 |
Color Harmonies of #E4B7EF
Complementary color
Monochromatic Colors of #E4B7EF
Black with #E4B7EF
Text Example
Text Example
White with #E4B7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4B7EF; }
p { color: rgb(228,183,239); }
H1.HeaderClassName
{
color: #E4B7EF;
}
.AnyTagClassName
{
color: #E4B7EF;
}
</style>
background-color css
<style>
a { background-color: #E4B7EF; }
a { background-color: rgb(228,183,239); }
div.DivClassName
{
background-color: #E4B7EF;
}
.BgClassName
{
background-color: #E4B7EF;
}
</style>
border-color css
<style>
span { border-color: #E4B7EF; }
span { border-color: rgb(228,183,239); }
td.TdClassName
{
border-color: #E4B7EF;
}
.TagClassName
{
border-color: #E4B7EF;
}
</style>