Shades of Mauve #E3B5FA
Tints of Mauve #E3B5FA
RGB
CMYK
RGB Variations
Color information
#E3B5FA (or 0xE3B5FA) is known color: Mauve. HEX triplet: E3, B5 and FA. RGB value is (227,181,250). Sum of RGB (Red+Green+Blue) = 227+181+250=658 (87% of max value = 765). Red value is 227 (89.06% from 255 or 34.50% from 658); Green value is 181 (71.09% from 255 or 27.51% from 658); Blue value is 250 (98.05% from 255 or 37.99% from 658); Max value from RGB is 250 - color contains mainly: blue. Hex color #E3B5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3B5FA is #1C4A05. Grayscale: #CACACA. Windows color (decimal): -1853958 or 16430563. OLE color: 16430563.
HSL color Cylindrical-coordinate representation of color #E3B5FA: hue angle of 280º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E3B5FA is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 227 | 181 | 250 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.02 |
| HSL | 280º | 0.87% | 0.85% | - |
| HSV(B) | 280º | 0.28% | 0.98% | - |
| XYZ | 65.46 | 56.28 | 97.86 | - |
| YUV | 202.62 | 154.74 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 181 | 250 | 0.09 | 0.28 | 0 | 0.02 | 280 | 0.87 | 0.85 |
| Hex | E3 | B5 | FA | 9 | 1C | 0 | 2 | 118 | 57 | 55 |
| Octal | 343 | 265 | 372 | 11 | 34 | 0 | 2 | 430 | 127 | 125 |
| Binary | 11100011 | 10110101 | 11111010 | 1001 | 11100 | 0 | 10 | 100011000 | 1010111 | 1010101 |
Color Harmonies of #E3B5FA
Complementary color
Monochromatic Colors of #E3B5FA
Black with #E3B5FA
Text Example
Text Example
White with #E3B5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3B5FA; }
p { color: rgb(227,181,250); }
H1.HeaderClassName
{
color: #E3B5FA;
}
.AnyTagClassName
{
color: #E3B5FA;
}
</style>
background-color css
<style>
a { background-color: #E3B5FA; }
a { background-color: rgb(227,181,250); }
div.DivClassName
{
background-color: #E3B5FA;
}
.BgClassName
{
background-color: #E3B5FA;
}
</style>
border-color css
<style>
span { border-color: #E3B5FA; }
span { border-color: rgb(227,181,250); }
td.TdClassName
{
border-color: #E3B5FA;
}
.TagClassName
{
border-color: #E3B5FA;
}
</style>