Shades of Mauve #E4BEFA
Tints of Mauve #E4BEFA
RGB
CMYK
RGB Variations
Color information
#E4BEFA (or 0xE4BEFA) is known color: Mauve. HEX triplet: E4, BE and FA. RGB value is (228,190,250). Sum of RGB (Red+Green+Blue) = 228+190+250=668 (88% of max value = 765). Red value is 228 (89.45% from 255 or 34.13% from 668); Green value is 190 (74.61% from 255 or 28.44% from 668); Blue value is 250 (98.05% from 255 or 37.43% from 668); Max value from RGB is 250 - color contains mainly: blue. Hex color #E4BEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BEFA is #1B4105. Grayscale: #D0D0D0. Windows color (decimal): -1786118 or 16432868. OLE color: 16432868.
HSL color Cylindrical-coordinate representation of color #E4BEFA: hue angle of 278º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E4BEFA is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 190 | 250 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.02 |
| HSL | 278º | 0.86% | 0.86% | - |
| HSV(B) | 278º | 0.24% | 0.98% | - |
| XYZ | 67.66 | 60.22 | 98.5 | - |
| YUV | 208.2 | 151.59 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 190 | 250 | 0.09 | 0.24 | 0 | 0.02 | 278 | 0.86 | 0.86 |
| Hex | E4 | BE | FA | 9 | 18 | 0 | 2 | 116 | 56 | 56 |
| Octal | 344 | 276 | 372 | 11 | 30 | 0 | 2 | 426 | 126 | 126 |
| Binary | 11100100 | 10111110 | 11111010 | 1001 | 11000 | 0 | 10 | 100010110 | 1010110 | 1010110 |
Color Harmonies of #E4BEFA
Complementary color
Monochromatic Colors of #E4BEFA
Black with #E4BEFA
Text Example
Text Example
White with #E4BEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BEFA; }
p { color: rgb(228,190,250); }
H1.HeaderClassName
{
color: #E4BEFA;
}
.AnyTagClassName
{
color: #E4BEFA;
}
</style>
background-color css
<style>
a { background-color: #E4BEFA; }
a { background-color: rgb(228,190,250); }
div.DivClassName
{
background-color: #E4BEFA;
}
.BgClassName
{
background-color: #E4BEFA;
}
</style>
border-color css
<style>
span { border-color: #E4BEFA; }
span { border-color: rgb(228,190,250); }
td.TdClassName
{
border-color: #E4BEFA;
}
.TagClassName
{
border-color: #E4BEFA;
}
</style>