Shades of Mauve #E2BCF5
Tints of Mauve #E2BCF5
RGB
CMYK
RGB Variations
Color information
#E2BCF5 (or 0xE2BCF5) is known color: Mauve. HEX triplet: E2, BC and F5. RGB value is (226,188,245). Sum of RGB (Red+Green+Blue) = 226+188+245=659 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.29% from 659); Green value is 188 (73.83% from 255 or 28.53% from 659); Blue value is 245 (96.09% from 255 or 37.18% from 659); Max value from RGB is 245 - color contains mainly: blue. Hex color #E2BCF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BCF5 is #1D430A. Grayscale: #CDCDCD. Windows color (decimal): -1917707 or 16104674. OLE color: 16104674.
HSL color Cylindrical-coordinate representation of color #E2BCF5: hue angle of 280º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2BCF5 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 226 | 188 | 245 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.04 |
| HSL | 280º | 0.74% | 0.85% | - |
| HSV(B) | 280º | 0.23% | 0.96% | - |
| XYZ | 65.83 | 58.73 | 94.25 | - |
| YUV | 205.86 | 150.09 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 188 | 245 | 0.08 | 0.23 | 0 | 0.04 | 280 | 0.74 | 0.85 |
| Hex | E2 | BC | F5 | 8 | 17 | 0 | 4 | 118 | 4A | 55 |
| Octal | 342 | 274 | 365 | 10 | 27 | 0 | 4 | 430 | 112 | 125 |
| Binary | 11100010 | 10111100 | 11110101 | 1000 | 10111 | 0 | 100 | 100011000 | 1001010 | 1010101 |
Color Harmonies of #E2BCF5
Complementary color
Monochromatic Colors of #E2BCF5
Black with #E2BCF5
Text Example
Text Example
White with #E2BCF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BCF5; }
p { color: rgb(226,188,245); }
H1.HeaderClassName
{
color: #E2BCF5;
}
.AnyTagClassName
{
color: #E2BCF5;
}
</style>
background-color css
<style>
a { background-color: #E2BCF5; }
a { background-color: rgb(226,188,245); }
div.DivClassName
{
background-color: #E2BCF5;
}
.BgClassName
{
background-color: #E2BCF5;
}
</style>
border-color css
<style>
span { border-color: #E2BCF5; }
span { border-color: rgb(226,188,245); }
td.TdClassName
{
border-color: #E2BCF5;
}
.TagClassName
{
border-color: #E2BCF5;
}
</style>