Shades of Mauve #E2BCF2
Tints of Mauve #E2BCF2
RGB
CMYK
RGB Variations
Color information
#E2BCF2 (or 0xE2BCF2) is known color: Mauve. HEX triplet: E2, BC and F2. RGB value is (226,188,242). Sum of RGB (Red+Green+Blue) = 226+188+242=656 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.45% from 656); Green value is 188 (73.83% from 255 or 28.66% from 656); Blue value is 242 (94.92% from 255 or 36.89% from 656); Max value from RGB is 242 - color contains mainly: blue. Hex color #E2BCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BCF2 is #1D430D. Grayscale: #CDCDCD. Windows color (decimal): -1917710 or 15908066. OLE color: 15908066.
HSL color Cylindrical-coordinate representation of color #E2BCF2: hue angle of 282.22º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E2BCF2 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 188 | 242 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.05 |
| HSL | 282.22º | 0.68% | 0.84% | - |
| HSV(B) | 282.22º | 0.22% | 0.95% | - |
| XYZ | 65.37 | 58.55 | 91.86 | - |
| YUV | 205.52 | 148.59 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 188 | 242 | 0.07 | 0.22 | 0 | 0.05 | 282.22 | 0.68 | 0.84 |
| Hex | E2 | BC | F2 | 7 | 16 | 0 | 5 | 11A | 44 | 54 |
| Octal | 342 | 274 | 362 | 7 | 26 | 0 | 5 | 432 | 104 | 124 |
| Binary | 11100010 | 10111100 | 11110010 | 111 | 10110 | 0 | 101 | 100011010 | 1000100 | 1010100 |
Color Harmonies of #E2BCF2
Complementary color
Monochromatic Colors of #E2BCF2
Black with #E2BCF2
Text Example
Text Example
White with #E2BCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BCF2; }
p { color: rgb(226,188,242); }
H1.HeaderClassName
{
color: #E2BCF2;
}
.AnyTagClassName
{
color: #E2BCF2;
}
</style>
background-color css
<style>
a { background-color: #E2BCF2; }
a { background-color: rgb(226,188,242); }
div.DivClassName
{
background-color: #E2BCF2;
}
.BgClassName
{
background-color: #E2BCF2;
}
</style>
border-color css
<style>
span { border-color: #E2BCF2; }
span { border-color: rgb(226,188,242); }
td.TdClassName
{
border-color: #E2BCF2;
}
.TagClassName
{
border-color: #E2BCF2;
}
</style>