Shades of Mauve #E2BFF3
Tints of Mauve #E2BFF3
RGB
CMYK
RGB Variations
Color information
#E2BFF3 (or 0xE2BFF3) is known color: Mauve. HEX triplet: E2, BF and F3. RGB value is (226,191,243). Sum of RGB (Red+Green+Blue) = 226+191+243=660 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.24% from 660); Green value is 191 (75% from 255 or 28.94% from 660); Blue value is 243 (95.31% from 255 or 36.82% from 660); Max value from RGB is 243 - color contains mainly: blue. Hex color #E2BFF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BFF3 is #1D400C. Grayscale: #CFCFCF. Windows color (decimal): -1916941 or 15974370. OLE color: 15974370.
HSL color Cylindrical-coordinate representation of color #E2BFF3: hue angle of 280.38º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E2BFF3 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 191 | 243 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.05 |
| HSL | 280.38º | 0.68% | 0.85% | - |
| HSV(B) | 280.38º | 0.21% | 0.95% | - |
| XYZ | 66.17 | 59.9 | 92.87 | - |
| YUV | 207.39 | 148.1 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 191 | 243 | 0.07 | 0.21 | 0 | 0.05 | 280.38 | 0.68 | 0.85 |
| Hex | E2 | BF | F3 | 7 | 15 | 0 | 5 | 118 | 44 | 55 |
| Octal | 342 | 277 | 363 | 7 | 25 | 0 | 5 | 430 | 104 | 125 |
| Binary | 11100010 | 10111111 | 11110011 | 111 | 10101 | 0 | 101 | 100011000 | 1000100 | 1010101 |
Color Harmonies of #E2BFF3
Complementary color
Monochromatic Colors of #E2BFF3
Black with #E2BFF3
Text Example
Text Example
White with #E2BFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BFF3; }
p { color: rgb(226,191,243); }
H1.HeaderClassName
{
color: #E2BFF3;
}
.AnyTagClassName
{
color: #E2BFF3;
}
</style>
background-color css
<style>
a { background-color: #E2BFF3; }
a { background-color: rgb(226,191,243); }
div.DivClassName
{
background-color: #E2BFF3;
}
.BgClassName
{
background-color: #E2BFF3;
}
</style>
border-color css
<style>
span { border-color: #E2BFF3; }
span { border-color: rgb(226,191,243); }
td.TdClassName
{
border-color: #E2BFF3;
}
.TagClassName
{
border-color: #E2BFF3;
}
</style>