Shades of Mauve #E2B8EE
Tints of Mauve #E2B8EE
RGB
CMYK
RGB Variations
Color information
#E2B8EE (or 0xE2B8EE) is known color: Mauve. HEX triplet: E2, B8 and EE. RGB value is (226,184,238). Sum of RGB (Red+Green+Blue) = 226+184+238=648 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.88% from 648); Green value is 184 (72.27% from 255 or 28.40% from 648); Blue value is 238 (93.36% from 255 or 36.73% from 648); Max value from RGB is 238 - color contains mainly: blue. Hex color #E2B8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2B8EE is #1D4711. Grayscale: #CACACA. Windows color (decimal): -1918738 or 15644898. OLE color: 15644898.
HSL color Cylindrical-coordinate representation of color #E2B8EE: hue angle of 286.67º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2B8EE is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 184 | 238 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.07 |
| HSL | 286.67º | 0.61% | 0.83% | - |
| HSV(B) | 286.67º | 0.23% | 0.93% | - |
| XYZ | 63.94 | 56.62 | 88.45 | - |
| YUV | 202.71 | 147.91 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 184 | 238 | 0.05 | 0.23 | 0 | 0.07 | 286.67 | 0.61 | 0.83 |
| Hex | E2 | B8 | EE | 5 | 17 | 0 | 7 | 11F | 3D | 53 |
| Octal | 342 | 270 | 356 | 5 | 27 | 0 | 7 | 437 | 75 | 123 |
| Binary | 11100010 | 10111000 | 11101110 | 101 | 10111 | 0 | 111 | 100011111 | 111101 | 1010011 |
Color Harmonies of #E2B8EE
Complementary color
Monochromatic Colors of #E2B8EE
Black with #E2B8EE
Text Example
Text Example
White with #E2B8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B8EE; }
p { color: rgb(226,184,238); }
H1.HeaderClassName
{
color: #E2B8EE;
}
.AnyTagClassName
{
color: #E2B8EE;
}
</style>
background-color css
<style>
a { background-color: #E2B8EE; }
a { background-color: rgb(226,184,238); }
div.DivClassName
{
background-color: #E2B8EE;
}
.BgClassName
{
background-color: #E2B8EE;
}
</style>
border-color css
<style>
span { border-color: #E2B8EE; }
span { border-color: rgb(226,184,238); }
td.TdClassName
{
border-color: #E2B8EE;
}
.TagClassName
{
border-color: #E2B8EE;
}
</style>