Shades of Mauve #E8BAFF
Tints of Mauve #E8BAFF
RGB
CMYK
RGB Variations
Color information
#E8BAFF (or 0xE8BAFF) is known color: Mauve. HEX triplet: E8, BA and FF. RGB value is (232,186,255). Sum of RGB (Red+Green+Blue) = 232+186+255=673 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.47% from 673); Green value is 186 (73.05% from 255 or 27.64% from 673); Blue value is 255 (100% from 255 or 37.89% from 673); Max value from RGB is 255 - color contains mainly: blue. Hex color #E8BAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BAFF is #174500. Grayscale: #CFCFCF. Windows color (decimal): -1524993 or 16759528. OLE color: 16759528.
HSL color Cylindrical-coordinate representation of color #E8BAFF: hue angle of 280º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E8BAFF is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 232 | 186 | 255 | - |
| CMYK | 0.09 | 0.27 | 0 | 0 |
| HSL | 280º | 1% | 0.86% | - |
| HSV(B) | 280º | 0.27% | 1% | - |
| XYZ | 68.89 | 59.49 | 102.46 | - |
| YUV | 207.62 | 154.74 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 186 | 255 | 0.09 | 0.27 | 0 | 0 | 280 | 1 | 0.86 |
| Hex | E8 | BA | FF | 9 | 1B | 0 | 0 | 118 | 64 | 56 |
| Octal | 350 | 272 | 377 | 11 | 33 | 0 | 0 | 430 | 144 | 126 |
| Binary | 11101000 | 10111010 | 11111111 | 1001 | 11011 | 0 | 0 | 100011000 | 1100100 | 1010110 |
Color Harmonies of #E8BAFF
Complementary color
Monochromatic Colors of #E8BAFF
Black with #E8BAFF
Text Example
Text Example
White with #E8BAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BAFF; }
p { color: rgb(232,186,255); }
H1.HeaderClassName
{
color: #E8BAFF;
}
.AnyTagClassName
{
color: #E8BAFF;
}
</style>
background-color css
<style>
a { background-color: #E8BAFF; }
a { background-color: rgb(232,186,255); }
div.DivClassName
{
background-color: #E8BAFF;
}
.BgClassName
{
background-color: #E8BAFF;
}
</style>
border-color css
<style>
span { border-color: #E8BAFF; }
span { border-color: rgb(232,186,255); }
td.TdClassName
{
border-color: #E8BAFF;
}
.TagClassName
{
border-color: #E8BAFF;
}
</style>