Shades of Mauve #E0BCEB
Tints of Mauve #E0BCEB
RGB
CMYK
RGB Variations
Color information
#E0BCEB (or 0xE0BCEB) is known color: Mauve. HEX triplet: E0, BC and EB. RGB value is (224,188,235). Sum of RGB (Red+Green+Blue) = 224+188+235=647 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.62% from 647); Green value is 188 (73.83% from 255 or 29.06% from 647); Blue value is 235 (92.19% from 255 or 36.32% from 647); Max value from RGB is 235 - color contains mainly: blue. Hex color #E0BCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BCEB is #1F4314. Grayscale: #CBCBCB. Windows color (decimal): -2048789 or 15449312. OLE color: 15449312.
HSL color Cylindrical-coordinate representation of color #E0BCEB: hue angle of 285.96º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E0BCEB is Cyan = 0.05, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 188 | 235 | - |
| CMYK | 0.05 | 0.2 | 0 | 0.08 |
| HSL | 285.96º | 0.54% | 0.83% | - |
| HSV(B) | 285.96º | 0.2% | 0.92% | - |
| XYZ | 63.72 | 57.81 | 86.4 | - |
| YUV | 204.12 | 145.43 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 188 | 235 | 0.05 | 0.2 | 0 | 0.08 | 285.96 | 0.54 | 0.83 |
| Hex | E0 | BC | EB | 5 | 14 | 0 | 8 | 11E | 36 | 53 |
| Octal | 340 | 274 | 353 | 5 | 24 | 0 | 10 | 436 | 66 | 123 |
| Binary | 11100000 | 10111100 | 11101011 | 101 | 10100 | 0 | 1000 | 100011110 | 110110 | 1010011 |
Color Harmonies of #E0BCEB
Complementary color
Monochromatic Colors of #E0BCEB
Black with #E0BCEB
Text Example
Text Example
White with #E0BCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BCEB; }
p { color: rgb(224,188,235); }
H1.HeaderClassName
{
color: #E0BCEB;
}
.AnyTagClassName
{
color: #E0BCEB;
}
</style>
background-color css
<style>
a { background-color: #E0BCEB; }
a { background-color: rgb(224,188,235); }
div.DivClassName
{
background-color: #E0BCEB;
}
.BgClassName
{
background-color: #E0BCEB;
}
</style>
border-color css
<style>
span { border-color: #E0BCEB; }
span { border-color: rgb(224,188,235); }
td.TdClassName
{
border-color: #E0BCEB;
}
.TagClassName
{
border-color: #E0BCEB;
}
</style>