Shades of Mauve #E8BEFA
Tints of Mauve #E8BEFA
RGB
CMYK
RGB Variations
Color information
#E8BEFA (or 0xE8BEFA) is known color: Mauve. HEX triplet: E8, BE and FA. RGB value is (232,190,250). Sum of RGB (Red+Green+Blue) = 232+190+250=672 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.52% from 672); Green value is 190 (74.61% from 255 or 28.27% from 672); Blue value is 250 (98.05% from 255 or 37.20% from 672); Max value from RGB is 250 - color contains mainly: blue. Hex color #E8BEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BEFA is #174105. Grayscale: #D1D1D1. Windows color (decimal): -1523974 or 16432872. OLE color: 16432872.
HSL color Cylindrical-coordinate representation of color #E8BEFA: hue angle of 282º 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 #E8BEFA is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 190 | 250 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.02 |
| HSL | 282º | 0.86% | 0.86% | - |
| HSV(B) | 282º | 0.24% | 0.98% | - |
| XYZ | 68.95 | 60.88 | 98.56 | - |
| YUV | 209.4 | 150.91 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 190 | 250 | 0.07 | 0.24 | 0 | 0.02 | 282 | 0.86 | 0.86 |
| Hex | E8 | BE | FA | 7 | 18 | 0 | 2 | 11A | 56 | 56 |
| Octal | 350 | 276 | 372 | 7 | 30 | 0 | 2 | 432 | 126 | 126 |
| Binary | 11101000 | 10111110 | 11111010 | 111 | 11000 | 0 | 10 | 100011010 | 1010110 | 1010110 |
Color Harmonies of #E8BEFA
Complementary color
Monochromatic Colors of #E8BEFA
Black with #E8BEFA
Text Example
Text Example
White with #E8BEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BEFA; }
p { color: rgb(232,190,250); }
H1.HeaderClassName
{
color: #E8BEFA;
}
.AnyTagClassName
{
color: #E8BEFA;
}
</style>
background-color css
<style>
a { background-color: #E8BEFA; }
a { background-color: rgb(232,190,250); }
div.DivClassName
{
background-color: #E8BEFA;
}
.BgClassName
{
background-color: #E8BEFA;
}
</style>
border-color css
<style>
span { border-color: #E8BEFA; }
span { border-color: rgb(232,190,250); }
td.TdClassName
{
border-color: #E8BEFA;
}
.TagClassName
{
border-color: #E8BEFA;
}
</style>