Shades of Mauve #E0BCEF
Tints of Mauve #E0BCEF
RGB
CMYK
RGB Variations
Color information
#E0BCEF (or 0xE0BCEF) is known color: Mauve. HEX triplet: E0, BC and EF. RGB value is (224,188,239). Sum of RGB (Red+Green+Blue) = 224+188+239=651 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.41% from 651); Green value is 188 (73.83% from 255 or 28.88% from 651); Blue value is 239 (93.75% from 255 or 36.71% from 651); Max value from RGB is 239 - color contains mainly: blue. Hex color #E0BCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BCEF is #1F4310. Grayscale: #CCCCCC. Windows color (decimal): -2048785 or 15711456. OLE color: 15711456.
HSL color Cylindrical-coordinate representation of color #E0BCEF: hue angle of 282.35º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E0BCEF is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 188 | 239 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.06 |
| HSL | 282.35º | 0.61% | 0.84% | - |
| HSV(B) | 282.35º | 0.21% | 0.94% | - |
| XYZ | 64.3 | 58.05 | 89.48 | - |
| YUV | 204.58 | 147.43 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 188 | 239 | 0.06 | 0.21 | 0 | 0.06 | 282.35 | 0.61 | 0.84 |
| Hex | E0 | BC | EF | 6 | 15 | 0 | 6 | 11A | 3D | 54 |
| Octal | 340 | 274 | 357 | 6 | 25 | 0 | 6 | 432 | 75 | 124 |
| Binary | 11100000 | 10111100 | 11101111 | 110 | 10101 | 0 | 110 | 100011010 | 111101 | 1010100 |
Color Harmonies of #E0BCEF
Complementary color
Monochromatic Colors of #E0BCEF
Black with #E0BCEF
Text Example
Text Example
White with #E0BCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BCEF; }
p { color: rgb(224,188,239); }
H1.HeaderClassName
{
color: #E0BCEF;
}
.AnyTagClassName
{
color: #E0BCEF;
}
</style>
background-color css
<style>
a { background-color: #E0BCEF; }
a { background-color: rgb(224,188,239); }
div.DivClassName
{
background-color: #E0BCEF;
}
.BgClassName
{
background-color: #E0BCEF;
}
</style>
border-color css
<style>
span { border-color: #E0BCEF; }
span { border-color: rgb(224,188,239); }
td.TdClassName
{
border-color: #E0BCEF;
}
.TagClassName
{
border-color: #E0BCEF;
}
</style>