Shades of Mauve #E8BCFF
Tints of Mauve #E8BCFF
RGB
CMYK
RGB Variations
Color information
#E8BCFF (or 0xE8BCFF) is known color: Mauve. HEX triplet: E8, BC and FF. RGB value is (232,188,255). Sum of RGB (Red+Green+Blue) = 232+188+255=675 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.37% from 675); Green value is 188 (73.83% from 255 or 27.85% from 675); Blue value is 255 (100% from 255 or 37.78% from 675); Max value from RGB is 255 - color contains mainly: blue. Hex color #E8BCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BCFF is #174300. Grayscale: #D0D0D0. Windows color (decimal): -1524481 or 16760040. OLE color: 16760040.
HSL color Cylindrical-coordinate representation of color #E8BCFF: hue angle of 279.4º 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 #E8BCFF is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 232 | 188 | 255 | - |
| CMYK | 0.09 | 0.26 | 0 | 0 |
| HSL | 279.4º | 1% | 0.87% | - |
| HSV(B) | 279.4º | 0.26% | 1% | - |
| XYZ | 69.31 | 60.34 | 102.6 | - |
| YUV | 208.79 | 154.08 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 188 | 255 | 0.09 | 0.26 | 0 | 0 | 279.4 | 1 | 0.87 |
| Hex | E8 | BC | FF | 9 | 1A | 0 | 0 | 117 | 64 | 57 |
| Octal | 350 | 274 | 377 | 11 | 32 | 0 | 0 | 427 | 144 | 127 |
| Binary | 11101000 | 10111100 | 11111111 | 1001 | 11010 | 0 | 0 | 100010111 | 1100100 | 1010111 |
Color Harmonies of #E8BCFF
Complementary color
Monochromatic Colors of #E8BCFF
Black with #E8BCFF
Text Example
Text Example
White with #E8BCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BCFF; }
p { color: rgb(232,188,255); }
H1.HeaderClassName
{
color: #E8BCFF;
}
.AnyTagClassName
{
color: #E8BCFF;
}
</style>
background-color css
<style>
a { background-color: #E8BCFF; }
a { background-color: rgb(232,188,255); }
div.DivClassName
{
background-color: #E8BCFF;
}
.BgClassName
{
background-color: #E8BCFF;
}
</style>
border-color css
<style>
span { border-color: #E8BCFF; }
span { border-color: rgb(232,188,255); }
td.TdClassName
{
border-color: #E8BCFF;
}
.TagClassName
{
border-color: #E8BCFF;
}
</style>