Shades of Mauve #E2BCEE
Tints of Mauve #E2BCEE
RGB
CMYK
RGB Variations
Color information
#E2BCEE (or 0xE2BCEE) is known color: Mauve. HEX triplet: E2, BC and EE. RGB value is (226,188,238). Sum of RGB (Red+Green+Blue) = 226+188+238=652 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.66% from 652); Green value is 188 (73.83% from 255 or 28.83% from 652); Blue value is 238 (93.36% from 255 or 36.50% from 652); Max value from RGB is 238 - color contains mainly: blue. Hex color #E2BCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BCEE is #1D4311. Grayscale: #CCCCCC. Windows color (decimal): -1917714 or 15645922. OLE color: 15645922.
HSL color Cylindrical-coordinate representation of color #E2BCEE: hue angle of 285.6º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E2BCEE is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 188 | 238 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.07 |
| HSL | 285.6º | 0.6% | 0.84% | - |
| HSV(B) | 285.6º | 0.21% | 0.93% | - |
| XYZ | 64.78 | 58.31 | 88.73 | - |
| YUV | 205.06 | 146.59 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 188 | 238 | 0.05 | 0.21 | 0 | 0.07 | 285.6 | 0.6 | 0.84 |
| Hex | E2 | BC | EE | 5 | 15 | 0 | 7 | 11E | 3C | 54 |
| Octal | 342 | 274 | 356 | 5 | 25 | 0 | 7 | 436 | 74 | 124 |
| Binary | 11100010 | 10111100 | 11101110 | 101 | 10101 | 0 | 111 | 100011110 | 111100 | 1010100 |
Color Harmonies of #E2BCEE
Complementary color
Monochromatic Colors of #E2BCEE
Black with #E2BCEE
Text Example
Text Example
White with #E2BCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BCEE; }
p { color: rgb(226,188,238); }
H1.HeaderClassName
{
color: #E2BCEE;
}
.AnyTagClassName
{
color: #E2BCEE;
}
</style>
background-color css
<style>
a { background-color: #E2BCEE; }
a { background-color: rgb(226,188,238); }
div.DivClassName
{
background-color: #E2BCEE;
}
.BgClassName
{
background-color: #E2BCEE;
}
</style>
border-color css
<style>
span { border-color: #E2BCEE; }
span { border-color: rgb(226,188,238); }
td.TdClassName
{
border-color: #E2BCEE;
}
.TagClassName
{
border-color: #E2BCEE;
}
</style>