Shades of Mauve #E0BCFF
Tints of Mauve #E0BCFF
RGB
CMYK
RGB Variations
Color information
#E0BCFF (or 0xE0BCFF) is known color: Mauve. HEX triplet: E0, BC and FF. RGB value is (224,188,255). Sum of RGB (Red+Green+Blue) = 224+188+255=667 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.58% from 667); Green value is 188 (73.83% from 255 or 28.19% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #E0BCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BCFF is #1F4300. Grayscale: #CECECE. Windows color (decimal): -2048769 or 16760032. OLE color: 16760032.
HSL color Cylindrical-coordinate representation of color #E0BCFF: hue angle of 272.24º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E0BCFF is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 188 | 255 | - |
| CMYK | 0.12 | 0.26 | 0 | 0 |
| HSL | 272.24º | 1% | 0.87% | - |
| HSV(B) | 272.24º | 0.26% | 1% | - |
| XYZ | 66.77 | 59.03 | 102.48 | - |
| YUV | 206.4 | 155.43 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 188 | 255 | 0.12 | 0.26 | 0 | 0 | 272.24 | 1 | 0.87 |
| Hex | E0 | BC | FF | C | 1A | 0 | 0 | 110 | 64 | 57 |
| Octal | 340 | 274 | 377 | 14 | 32 | 0 | 0 | 420 | 144 | 127 |
| Binary | 11100000 | 10111100 | 11111111 | 1100 | 11010 | 0 | 0 | 100010000 | 1100100 | 1010111 |
Color Harmonies of #E0BCFF
Complementary color
Monochromatic Colors of #E0BCFF
Black with #E0BCFF
Text Example
Text Example
White with #E0BCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BCFF; }
p { color: rgb(224,188,255); }
H1.HeaderClassName
{
color: #E0BCFF;
}
.AnyTagClassName
{
color: #E0BCFF;
}
</style>
background-color css
<style>
a { background-color: #E0BCFF; }
a { background-color: rgb(224,188,255); }
div.DivClassName
{
background-color: #E0BCFF;
}
.BgClassName
{
background-color: #E0BCFF;
}
</style>
border-color css
<style>
span { border-color: #E0BCFF; }
span { border-color: rgb(224,188,255); }
td.TdClassName
{
border-color: #E0BCFF;
}
.TagClassName
{
border-color: #E0BCFF;
}
</style>