Shades of Mauve #E8BEF2
Tints of Mauve #E8BEF2
RGB
CMYK
RGB Variations
Color information
#E8BEF2 (or 0xE8BEF2) is known color: Mauve. HEX triplet: E8, BE and F2. RGB value is (232,190,242). Sum of RGB (Red+Green+Blue) = 232+190+242=664 (87% of max value = 765). Red value is 232 (91.02% from 255 or 34.94% from 664); Green value is 190 (74.61% from 255 or 28.61% from 664); Blue value is 242 (94.92% from 255 or 36.45% from 664); Max value from RGB is 242 - color contains mainly: blue. Hex color #E8BEF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BEF2 is #17410D. Grayscale: #D0D0D0. Windows color (decimal): -1523982 or 15908584. OLE color: 15908584.
HSL color Cylindrical-coordinate representation of color #E8BEF2: hue angle of 288.46º 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 #E8BEF2 is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 190 | 242 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.05 |
| HSL | 288.46º | 0.67% | 0.85% | - |
| HSV(B) | 288.46º | 0.21% | 0.95% | - |
| XYZ | 67.72 | 60.39 | 92.09 | - |
| YUV | 208.49 | 146.91 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 190 | 242 | 0.04 | 0.21 | 0 | 0.05 | 288.46 | 0.67 | 0.85 |
| Hex | E8 | BE | F2 | 4 | 15 | 0 | 5 | 120 | 43 | 55 |
| Octal | 350 | 276 | 362 | 4 | 25 | 0 | 5 | 440 | 103 | 125 |
| Binary | 11101000 | 10111110 | 11110010 | 100 | 10101 | 0 | 101 | 100100000 | 1000011 | 1010101 |
Color Harmonies of #E8BEF2
Complementary color
Monochromatic Colors of #E8BEF2
Black with #E8BEF2
Text Example
Text Example
White with #E8BEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BEF2; }
p { color: rgb(232,190,242); }
H1.HeaderClassName
{
color: #E8BEF2;
}
.AnyTagClassName
{
color: #E8BEF2;
}
</style>
background-color css
<style>
a { background-color: #E8BEF2; }
a { background-color: rgb(232,190,242); }
div.DivClassName
{
background-color: #E8BEF2;
}
.BgClassName
{
background-color: #E8BEF2;
}
</style>
border-color css
<style>
span { border-color: #E8BEF2; }
span { border-color: rgb(232,190,242); }
td.TdClassName
{
border-color: #E8BEF2;
}
.TagClassName
{
border-color: #E8BEF2;
}
</style>