Shades of Mauve #E8BFFF
Tints of Mauve #E8BFFF
RGB
CMYK
RGB Variations
Color information
#E8BFFF (or 0xE8BFFF) is known color: Mauve. HEX triplet: E8, BF and FF. RGB value is (232,191,255). Sum of RGB (Red+Green+Blue) = 232+191+255=678 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.22% from 678); Green value is 191 (75% from 255 or 28.17% from 678); Blue value is 255 (100% from 255 or 37.61% from 678); Max value from RGB is 255 - color contains mainly: blue. Hex color #E8BFFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BFFF is #174000. Grayscale: #D2D2D2. Windows color (decimal): -1523713 or 16760808. OLE color: 16760808.
HSL color Cylindrical-coordinate representation of color #E8BFFF: hue angle of 278.44º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E8BFFF is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 232 | 191 | 255 | - |
| CMYK | 0.09 | 0.25 | 0 | 0 |
| HSL | 278.44º | 1% | 0.87% | - |
| HSV(B) | 278.44º | 0.25% | 1% | - |
| XYZ | 69.96 | 61.64 | 102.82 | - |
| YUV | 210.56 | 153.08 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 191 | 255 | 0.09 | 0.25 | 0 | 0 | 278.44 | 1 | 0.87 |
| Hex | E8 | BF | FF | 9 | 19 | 0 | 0 | 116 | 64 | 57 |
| Octal | 350 | 277 | 377 | 11 | 31 | 0 | 0 | 426 | 144 | 127 |
| Binary | 11101000 | 10111111 | 11111111 | 1001 | 11001 | 0 | 0 | 100010110 | 1100100 | 1010111 |
Color Harmonies of #E8BFFF
Complementary color
Monochromatic Colors of #E8BFFF
Black with #E8BFFF
Text Example
Text Example
White with #E8BFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BFFF; }
p { color: rgb(232,191,255); }
H1.HeaderClassName
{
color: #E8BFFF;
}
.AnyTagClassName
{
color: #E8BFFF;
}
</style>
background-color css
<style>
a { background-color: #E8BFFF; }
a { background-color: rgb(232,191,255); }
div.DivClassName
{
background-color: #E8BFFF;
}
.BgClassName
{
background-color: #E8BFFF;
}
</style>
border-color css
<style>
span { border-color: #E8BFFF; }
span { border-color: rgb(232,191,255); }
td.TdClassName
{
border-color: #E8BFFF;
}
.TagClassName
{
border-color: #E8BFFF;
}
</style>