Shades of Mauve #E8BFFA
Tints of Mauve #E8BFFA
RGB
CMYK
RGB Variations
Color information
#E8BFFA (or 0xE8BFFA) is known color: Mauve. HEX triplet: E8, BF and FA. RGB value is (232,191,250). Sum of RGB (Red+Green+Blue) = 232+191+250=673 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.47% from 673); Green value is 191 (75% from 255 or 28.38% from 673); Blue value is 250 (98.05% from 255 or 37.15% from 673); Max value from RGB is 250 - color contains mainly: blue. Hex color #E8BFFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BFFA is #174005. Grayscale: #D1D1D1. Windows color (decimal): -1523718 or 16433128. OLE color: 16433128.
HSL color Cylindrical-coordinate representation of color #E8BFFA: hue angle of 281.69º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E8BFFA is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 191 | 250 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.02 |
| HSL | 281.69º | 0.86% | 0.86% | - |
| HSV(B) | 281.69º | 0.24% | 0.98% | - |
| XYZ | 69.16 | 61.32 | 98.63 | - |
| YUV | 209.99 | 150.58 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 191 | 250 | 0.07 | 0.24 | 0 | 0.02 | 281.69 | 0.86 | 0.86 |
| Hex | E8 | BF | FA | 7 | 18 | 0 | 2 | 11A | 56 | 56 |
| Octal | 350 | 277 | 372 | 7 | 30 | 0 | 2 | 432 | 126 | 126 |
| Binary | 11101000 | 10111111 | 11111010 | 111 | 11000 | 0 | 10 | 100011010 | 1010110 | 1010110 |
Color Harmonies of #E8BFFA
Complementary color
Monochromatic Colors of #E8BFFA
Black with #E8BFFA
Text Example
Text Example
White with #E8BFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BFFA; }
p { color: rgb(232,191,250); }
H1.HeaderClassName
{
color: #E8BFFA;
}
.AnyTagClassName
{
color: #E8BFFA;
}
</style>
background-color css
<style>
a { background-color: #E8BFFA; }
a { background-color: rgb(232,191,250); }
div.DivClassName
{
background-color: #E8BFFA;
}
.BgClassName
{
background-color: #E8BFFA;
}
</style>
border-color css
<style>
span { border-color: #E8BFFA; }
span { border-color: rgb(232,191,250); }
td.TdClassName
{
border-color: #E8BFFA;
}
.TagClassName
{
border-color: #E8BFFA;
}
</style>