Shades of Mauve #E3BFF0
Tints of Mauve #E3BFF0
RGB
CMYK
RGB Variations
Color information
#E3BFF0 (or 0xE3BFF0) is known color: Mauve. HEX triplet: E3, BF and F0. RGB value is (227,191,240). Sum of RGB (Red+Green+Blue) = 227+191+240=658 (87% of max value = 765). Red value is 227 (89.06% from 255 or 34.50% from 658); Green value is 191 (75% from 255 or 29.03% from 658); Blue value is 240 (94.14% from 255 or 36.47% from 658); Max value from RGB is 240 - color contains mainly: blue. Hex color #E3BFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3BFF0 is #1C400F. Grayscale: #CFCFCF. Windows color (decimal): -1851408 or 15777763. OLE color: 15777763.
HSL color Cylindrical-coordinate representation of color #E3BFF0: hue angle of 284.08º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E3BFF0 is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 227 | 191 | 240 | - |
| CMYK | 0.05 | 0.20 | 0 | 0.06 |
| HSL | 284.08º | 0.62% | 0.85% | - |
| HSV(B) | 284.08º | 0.2% | 0.94% | - |
| XYZ | 66.04 | 59.88 | 90.52 | - |
| YUV | 207.35 | 146.43 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 191 | 240 | 0.05 | 0.20 | 0 | 0.06 | 284.08 | 0.62 | 0.85 |
| Hex | E3 | BF | F0 | 5 | 14 | 0 | 6 | 11C | 3E | 55 |
| Octal | 343 | 277 | 360 | 5 | 24 | 0 | 6 | 434 | 76 | 125 |
| Binary | 11100011 | 10111111 | 11110000 | 101 | 10100 | 0 | 110 | 100011100 | 111110 | 1010101 |
Color Harmonies of #E3BFF0
Complementary color
Monochromatic Colors of #E3BFF0
Black with #E3BFF0
Text Example
Text Example
White with #E3BFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BFF0; }
p { color: rgb(227,191,240); }
H1.HeaderClassName
{
color: #E3BFF0;
}
.AnyTagClassName
{
color: #E3BFF0;
}
</style>
background-color css
<style>
a { background-color: #E3BFF0; }
a { background-color: rgb(227,191,240); }
div.DivClassName
{
background-color: #E3BFF0;
}
.BgClassName
{
background-color: #E3BFF0;
}
</style>
border-color css
<style>
span { border-color: #E3BFF0; }
span { border-color: rgb(227,191,240); }
td.TdClassName
{
border-color: #E3BFF0;
}
.TagClassName
{
border-color: #E3BFF0;
}
</style>