Shades of Mauve #E7BEF2
Tints of Mauve #E7BEF2
RGB
CMYK
RGB Variations
Color information
#E7BEF2 (or 0xE7BEF2) is known color: Mauve. HEX triplet: E7, BE and F2. RGB value is (231,190,242). Sum of RGB (Red+Green+Blue) = 231+190+242=663 (87% of max value = 765). Red value is 231 (90.62% from 255 or 34.84% from 663); Green value is 190 (74.61% from 255 or 28.66% from 663); Blue value is 242 (94.92% from 255 or 36.50% from 663); Max value from RGB is 242 - color contains mainly: blue. Hex color #E7BEF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7BEF2 is #18410D. Grayscale: #D0D0D0. Windows color (decimal): -1589518 or 15908583. OLE color: 15908583.
HSL color Cylindrical-coordinate representation of color #E7BEF2: hue angle of 287.31º 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 #E7BEF2 is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 231 | 190 | 242 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.05 |
| HSL | 287.31º | 0.67% | 0.85% | - |
| HSV(B) | 287.31º | 0.21% | 0.95% | - |
| XYZ | 67.4 | 60.23 | 92.08 | - |
| YUV | 208.19 | 147.08 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 190 | 242 | 0.05 | 0.21 | 0 | 0.05 | 287.31 | 0.67 | 0.85 |
| Hex | E7 | BE | F2 | 5 | 15 | 0 | 5 | 11F | 43 | 55 |
| Octal | 347 | 276 | 362 | 5 | 25 | 0 | 5 | 437 | 103 | 125 |
| Binary | 11100111 | 10111110 | 11110010 | 101 | 10101 | 0 | 101 | 100011111 | 1000011 | 1010101 |
Color Harmonies of #E7BEF2
Complementary color
Monochromatic Colors of #E7BEF2
Black with #E7BEF2
Text Example
Text Example
White with #E7BEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BEF2; }
p { color: rgb(231,190,242); }
H1.HeaderClassName
{
color: #E7BEF2;
}
.AnyTagClassName
{
color: #E7BEF2;
}
</style>
background-color css
<style>
a { background-color: #E7BEF2; }
a { background-color: rgb(231,190,242); }
div.DivClassName
{
background-color: #E7BEF2;
}
.BgClassName
{
background-color: #E7BEF2;
}
</style>
border-color css
<style>
span { border-color: #E7BEF2; }
span { border-color: rgb(231,190,242); }
td.TdClassName
{
border-color: #E7BEF2;
}
.TagClassName
{
border-color: #E7BEF2;
}
</style>