Shades of Mauve #E4BEF0
Tints of Mauve #E4BEF0
RGB
CMYK
RGB Variations
Color information
#E4BEF0 (or 0xE4BEF0) is known color: Mauve. HEX triplet: E4, BE and F0. RGB value is (228,190,240). Sum of RGB (Red+Green+Blue) = 228+190+240=658 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.65% from 658); Green value is 190 (74.61% from 255 or 28.88% from 658); Blue value is 240 (94.14% from 255 or 36.47% from 658); Max value from RGB is 240 - color contains mainly: blue. Hex color #E4BEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BEF0 is #1B410F. Grayscale: #CECECE. Windows color (decimal): -1786128 or 15777508. OLE color: 15777508.
HSL color Cylindrical-coordinate representation of color #E4BEF0: hue angle of 285.6º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E4BEF0 is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 228 | 190 | 240 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.06 |
| HSL | 285.6º | 0.63% | 0.84% | - |
| HSV(B) | 285.6º | 0.21% | 0.94% | - |
| XYZ | 66.14 | 59.61 | 90.46 | - |
| YUV | 207.06 | 146.59 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 190 | 240 | 0.05 | 0.21 | 0 | 0.06 | 285.6 | 0.63 | 0.84 |
| Hex | E4 | BE | F0 | 5 | 15 | 0 | 6 | 11E | 3E | 54 |
| Octal | 344 | 276 | 360 | 5 | 25 | 0 | 6 | 436 | 76 | 124 |
| Binary | 11100100 | 10111110 | 11110000 | 101 | 10101 | 0 | 110 | 100011110 | 111110 | 1010100 |
Color Harmonies of #E4BEF0
Complementary color
Monochromatic Colors of #E4BEF0
Black with #E4BEF0
Text Example
Text Example
White with #E4BEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BEF0; }
p { color: rgb(228,190,240); }
H1.HeaderClassName
{
color: #E4BEF0;
}
.AnyTagClassName
{
color: #E4BEF0;
}
</style>
background-color css
<style>
a { background-color: #E4BEF0; }
a { background-color: rgb(228,190,240); }
div.DivClassName
{
background-color: #E4BEF0;
}
.BgClassName
{
background-color: #E4BEF0;
}
</style>
border-color css
<style>
span { border-color: #E4BEF0; }
span { border-color: rgb(228,190,240); }
td.TdClassName
{
border-color: #E4BEF0;
}
.TagClassName
{
border-color: #E4BEF0;
}
</style>