Shades of Mauve #E0BCED
Tints of Mauve #E0BCED
RGB
CMYK
RGB Variations
Color information
#E0BCED (or 0xE0BCED) is known color: Mauve. HEX triplet: E0, BC and ED. RGB value is (224,188,237). Sum of RGB (Red+Green+Blue) = 224+188+237=649 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.51% from 649); Green value is 188 (73.83% from 255 or 28.97% from 649); Blue value is 237 (92.97% from 255 or 36.52% from 649); Max value from RGB is 237 - color contains mainly: blue. Hex color #E0BCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BCED is #1F4312. Grayscale: #CCCCCC. Windows color (decimal): -2048787 or 15580384. OLE color: 15580384.
HSL color Cylindrical-coordinate representation of color #E0BCED: hue angle of 284.08º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E0BCED is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 188 | 237 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.07 |
| HSL | 284.08º | 0.58% | 0.83% | - |
| HSV(B) | 284.08º | 0.21% | 0.93% | - |
| XYZ | 64.01 | 57.93 | 87.93 | - |
| YUV | 204.35 | 146.43 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 188 | 237 | 0.05 | 0.21 | 0 | 0.07 | 284.08 | 0.58 | 0.83 |
| Hex | E0 | BC | ED | 5 | 15 | 0 | 7 | 11C | 3A | 53 |
| Octal | 340 | 274 | 355 | 5 | 25 | 0 | 7 | 434 | 72 | 123 |
| Binary | 11100000 | 10111100 | 11101101 | 101 | 10101 | 0 | 111 | 100011100 | 111010 | 1010011 |
Color Harmonies of #E0BCED
Complementary color
Monochromatic Colors of #E0BCED
Black with #E0BCED
Text Example
Text Example
White with #E0BCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BCED; }
p { color: rgb(224,188,237); }
H1.HeaderClassName
{
color: #E0BCED;
}
.AnyTagClassName
{
color: #E0BCED;
}
</style>
background-color css
<style>
a { background-color: #E0BCED; }
a { background-color: rgb(224,188,237); }
div.DivClassName
{
background-color: #E0BCED;
}
.BgClassName
{
background-color: #E0BCED;
}
</style>
border-color css
<style>
span { border-color: #E0BCED; }
span { border-color: rgb(224,188,237); }
td.TdClassName
{
border-color: #E0BCED;
}
.TagClassName
{
border-color: #E0BCED;
}
</style>