Shades of Mauve #E2BFFA
Tints of Mauve #E2BFFA
RGB
CMYK
RGB Variations
Color information
#E2BFFA (or 0xE2BFFA) is known color: Mauve. HEX triplet: E2, BF and FA. RGB value is (226,191,250). Sum of RGB (Red+Green+Blue) = 226+191+250=667 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.88% from 667); Green value is 191 (75% from 255 or 28.64% from 667); Blue value is 250 (98.05% from 255 or 37.48% from 667); Max value from RGB is 250 - color contains mainly: blue. Hex color #E2BFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BFFA is #1D4005. Grayscale: #CFCFCF. Windows color (decimal): -1916934 or 16433122. OLE color: 16433122.
HSL color Cylindrical-coordinate representation of color #E2BFFA: hue angle of 275.59º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E2BFFA is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 191 | 250 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.02 |
| HSL | 275.59º | 0.86% | 0.86% | - |
| HSV(B) | 275.59º | 0.24% | 0.98% | - |
| XYZ | 67.25 | 60.33 | 98.54 | - |
| YUV | 208.19 | 151.6 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 191 | 250 | 0.10 | 0.24 | 0 | 0.02 | 275.59 | 0.86 | 0.86 |
| Hex | E2 | BF | FA | A | 18 | 0 | 2 | 114 | 56 | 56 |
| Octal | 342 | 277 | 372 | 12 | 30 | 0 | 2 | 424 | 126 | 126 |
| Binary | 11100010 | 10111111 | 11111010 | 1010 | 11000 | 0 | 10 | 100010100 | 1010110 | 1010110 |
Color Harmonies of #E2BFFA
Complementary color
Monochromatic Colors of #E2BFFA
Black with #E2BFFA
Text Example
Text Example
White with #E2BFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BFFA; }
p { color: rgb(226,191,250); }
H1.HeaderClassName
{
color: #E2BFFA;
}
.AnyTagClassName
{
color: #E2BFFA;
}
</style>
background-color css
<style>
a { background-color: #E2BFFA; }
a { background-color: rgb(226,191,250); }
div.DivClassName
{
background-color: #E2BFFA;
}
.BgClassName
{
background-color: #E2BFFA;
}
</style>
border-color css
<style>
span { border-color: #E2BFFA; }
span { border-color: rgb(226,191,250); }
td.TdClassName
{
border-color: #E2BFFA;
}
.TagClassName
{
border-color: #E2BFFA;
}
</style>