Shades of Mauve #E4BEF2
Tints of Mauve #E4BEF2
RGB
CMYK
RGB Variations
Color information
#E4BEF2 (or 0xE4BEF2) is known color: Mauve. HEX triplet: E4, BE and F2. RGB value is (228,190,242). Sum of RGB (Red+Green+Blue) = 228+190+242=660 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.55% from 660); Green value is 190 (74.61% from 255 or 28.79% from 660); Blue value is 242 (94.92% from 255 or 36.67% from 660); Max value from RGB is 242 - color contains mainly: blue. Hex color #E4BEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BEF2 is #1B410D. Grayscale: #CFCFCF. Windows color (decimal): -1786126 or 15908580. OLE color: 15908580.
HSL color Cylindrical-coordinate representation of color #E4BEF2: hue angle of 283.85º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E4BEF2 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 190 | 242 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.05 |
| HSL | 283.85º | 0.67% | 0.85% | - |
| HSV(B) | 283.85º | 0.21% | 0.95% | - |
| XYZ | 66.44 | 59.73 | 92.03 | - |
| YUV | 207.29 | 147.59 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 190 | 242 | 0.06 | 0.21 | 0 | 0.05 | 283.85 | 0.67 | 0.85 |
| Hex | E4 | BE | F2 | 6 | 15 | 0 | 5 | 11C | 43 | 55 |
| Octal | 344 | 276 | 362 | 6 | 25 | 0 | 5 | 434 | 103 | 125 |
| Binary | 11100100 | 10111110 | 11110010 | 110 | 10101 | 0 | 101 | 100011100 | 1000011 | 1010101 |
Color Harmonies of #E4BEF2
Complementary color
Monochromatic Colors of #E4BEF2
Black with #E4BEF2
Text Example
Text Example
White with #E4BEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BEF2; }
p { color: rgb(228,190,242); }
H1.HeaderClassName
{
color: #E4BEF2;
}
.AnyTagClassName
{
color: #E4BEF2;
}
</style>
background-color css
<style>
a { background-color: #E4BEF2; }
a { background-color: rgb(228,190,242); }
div.DivClassName
{
background-color: #E4BEF2;
}
.BgClassName
{
background-color: #E4BEF2;
}
</style>
border-color css
<style>
span { border-color: #E4BEF2; }
span { border-color: rgb(228,190,242); }
td.TdClassName
{
border-color: #E4BEF2;
}
.TagClassName
{
border-color: #E4BEF2;
}
</style>