Shades of Mauve #E6BEF0
Tints of Mauve #E6BEF0
RGB
CMYK
RGB Variations
Color information
#E6BEF0 (or 0xE6BEF0) is known color: Mauve. HEX triplet: E6, BE and F0. RGB value is (230,190,240). Sum of RGB (Red+Green+Blue) = 230+190+240=660 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.85% from 660); Green value is 190 (74.61% from 255 or 28.79% from 660); Blue value is 240 (94.14% from 255 or 36.36% from 660); Max value from RGB is 240 - color contains mainly: blue. Hex color #E6BEF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BEF0 is #19410F. Grayscale: #CFCFCF. Windows color (decimal): -1655056 or 15777510. OLE color: 15777510.
HSL color Cylindrical-coordinate representation of color #E6BEF0: hue angle of 288º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E6BEF0 is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 190 | 240 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.06 |
| HSL | 288º | 0.63% | 0.84% | - |
| HSV(B) | 288º | 0.21% | 0.94% | - |
| XYZ | 66.77 | 59.94 | 90.49 | - |
| YUV | 207.66 | 146.25 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 190 | 240 | 0.04 | 0.21 | 0 | 0.06 | 288 | 0.63 | 0.84 |
| Hex | E6 | BE | F0 | 4 | 15 | 0 | 6 | 120 | 3E | 54 |
| Octal | 346 | 276 | 360 | 4 | 25 | 0 | 6 | 440 | 76 | 124 |
| Binary | 11100110 | 10111110 | 11110000 | 100 | 10101 | 0 | 110 | 100100000 | 111110 | 1010100 |
Color Harmonies of #E6BEF0
Complementary color
Monochromatic Colors of #E6BEF0
Black with #E6BEF0
Text Example
Text Example
White with #E6BEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BEF0; }
p { color: rgb(230,190,240); }
H1.HeaderClassName
{
color: #E6BEF0;
}
.AnyTagClassName
{
color: #E6BEF0;
}
</style>
background-color css
<style>
a { background-color: #E6BEF0; }
a { background-color: rgb(230,190,240); }
div.DivClassName
{
background-color: #E6BEF0;
}
.BgClassName
{
background-color: #E6BEF0;
}
</style>
border-color css
<style>
span { border-color: #E6BEF0; }
span { border-color: rgb(230,190,240); }
td.TdClassName
{
border-color: #E6BEF0;
}
.TagClassName
{
border-color: #E6BEF0;
}
</style>