Shades of Mauve #E8BEF1
Tints of Mauve #E8BEF1
RGB
CMYK
RGB Variations
Color information
#E8BEF1 (or 0xE8BEF1) is known color: Mauve. HEX triplet: E8, BE and F1. RGB value is (232,190,241). Sum of RGB (Red+Green+Blue) = 232+190+241=663 (87% of max value = 765). Red value is 232 (91.02% from 255 or 34.99% from 663); Green value is 190 (74.61% from 255 or 28.66% from 663); Blue value is 241 (94.53% from 255 or 36.35% from 663); Max value from RGB is 241 - color contains mainly: blue. Hex color #E8BEF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BEF1 is #17410E. Grayscale: #D0D0D0. Windows color (decimal): -1523983 or 15843048. OLE color: 15843048.
HSL color Cylindrical-coordinate representation of color #E8BEF1: hue angle of 289.41º degrees, saturation: 0.65, 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 #E8BEF1 is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 190 | 241 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.05 |
| HSL | 289.41º | 0.65% | 0.85% | - |
| HSV(B) | 289.41º | 0.21% | 0.95% | - |
| XYZ | 67.57 | 60.33 | 91.3 | - |
| YUV | 208.37 | 146.41 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 190 | 241 | 0.04 | 0.21 | 0 | 0.05 | 289.41 | 0.65 | 0.85 |
| Hex | E8 | BE | F1 | 4 | 15 | 0 | 5 | 121 | 41 | 55 |
| Octal | 350 | 276 | 361 | 4 | 25 | 0 | 5 | 441 | 101 | 125 |
| Binary | 11101000 | 10111110 | 11110001 | 100 | 10101 | 0 | 101 | 100100001 | 1000001 | 1010101 |
Color Harmonies of #E8BEF1
Complementary color
Monochromatic Colors of #E8BEF1
Black with #E8BEF1
Text Example
Text Example
White with #E8BEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BEF1; }
p { color: rgb(232,190,241); }
H1.HeaderClassName
{
color: #E8BEF1;
}
.AnyTagClassName
{
color: #E8BEF1;
}
</style>
background-color css
<style>
a { background-color: #E8BEF1; }
a { background-color: rgb(232,190,241); }
div.DivClassName
{
background-color: #E8BEF1;
}
.BgClassName
{
background-color: #E8BEF1;
}
</style>
border-color css
<style>
span { border-color: #E8BEF1; }
span { border-color: rgb(232,190,241); }
td.TdClassName
{
border-color: #E8BEF1;
}
.TagClassName
{
border-color: #E8BEF1;
}
</style>