Shades of Mauve #E4BBF0
Tints of Mauve #E4BBF0
RGB
CMYK
RGB Variations
Color information
#E4BBF0 (or 0xE4BBF0) is known color: Mauve. HEX triplet: E4, BB and F0. RGB value is (228,187,240). Sum of RGB (Red+Green+Blue) = 228+187+240=655 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.81% from 655); Green value is 187 (73.44% from 255 or 28.55% from 655); Blue value is 240 (94.14% from 255 or 36.64% from 655); Max value from RGB is 240 - color contains mainly: blue. Hex color #E4BBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BBF0 is #1B440F. Grayscale: #CDCDCD. Windows color (decimal): -1786896 or 15776740. OLE color: 15776740.
HSL color Cylindrical-coordinate representation of color #E4BBF0: hue angle of 286.42º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E4BBF0 is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 228 | 187 | 240 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.06 |
| HSL | 286.42º | 0.64% | 0.84% | - |
| HSV(B) | 286.42º | 0.22% | 0.94% | - |
| XYZ | 65.49 | 58.33 | 90.24 | - |
| YUV | 205.3 | 147.58 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 187 | 240 | 0.05 | 0.22 | 0 | 0.06 | 286.42 | 0.64 | 0.84 |
| Hex | E4 | BB | F0 | 5 | 16 | 0 | 6 | 11E | 40 | 54 |
| Octal | 344 | 273 | 360 | 5 | 26 | 0 | 6 | 436 | 100 | 124 |
| Binary | 11100100 | 10111011 | 11110000 | 101 | 10110 | 0 | 110 | 100011110 | 1000000 | 1010100 |
Color Harmonies of #E4BBF0
Complementary color
Monochromatic Colors of #E4BBF0
Black with #E4BBF0
Text Example
Text Example
White with #E4BBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BBF0; }
p { color: rgb(228,187,240); }
H1.HeaderClassName
{
color: #E4BBF0;
}
.AnyTagClassName
{
color: #E4BBF0;
}
</style>
background-color css
<style>
a { background-color: #E4BBF0; }
a { background-color: rgb(228,187,240); }
div.DivClassName
{
background-color: #E4BBF0;
}
.BgClassName
{
background-color: #E4BBF0;
}
</style>
border-color css
<style>
span { border-color: #E4BBF0; }
span { border-color: rgb(228,187,240); }
td.TdClassName
{
border-color: #E4BBF0;
}
.TagClassName
{
border-color: #E4BBF0;
}
</style>