Shades of Mauve #E8BFF5
Tints of Mauve #E8BFF5
RGB
CMYK
RGB Variations
Color information
#E8BFF5 (or 0xE8BFF5) is known color: Mauve. HEX triplet: E8, BF and F5. RGB value is (232,191,245). Sum of RGB (Red+Green+Blue) = 232+191+245=668 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.73% from 668); Green value is 191 (75% from 255 or 28.59% from 668); Blue value is 245 (96.09% from 255 or 36.68% from 668); Max value from RGB is 245 - color contains mainly: blue. Hex color #E8BFF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BFF5 is #17400A. Grayscale: #D1D1D1. Windows color (decimal): -1523723 or 16105448. OLE color: 16105448.
HSL color Cylindrical-coordinate representation of color #E8BFF5: hue angle of 285.56º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E8BFF5 is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 232 | 191 | 245 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.04 |
| HSL | 285.56º | 0.73% | 0.85% | - |
| HSV(B) | 285.56º | 0.22% | 0.96% | - |
| XYZ | 68.39 | 61.01 | 94.56 | - |
| YUV | 209.42 | 148.08 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 191 | 245 | 0.05 | 0.22 | 0 | 0.04 | 285.56 | 0.73 | 0.85 |
| Hex | E8 | BF | F5 | 5 | 16 | 0 | 4 | 11E | 49 | 55 |
| Octal | 350 | 277 | 365 | 5 | 26 | 0 | 4 | 436 | 111 | 125 |
| Binary | 11101000 | 10111111 | 11110101 | 101 | 10110 | 0 | 100 | 100011110 | 1001001 | 1010101 |
Color Harmonies of #E8BFF5
Complementary color
Monochromatic Colors of #E8BFF5
Black with #E8BFF5
Text Example
Text Example
White with #E8BFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BFF5; }
p { color: rgb(232,191,245); }
H1.HeaderClassName
{
color: #E8BFF5;
}
.AnyTagClassName
{
color: #E8BFF5;
}
</style>
background-color css
<style>
a { background-color: #E8BFF5; }
a { background-color: rgb(232,191,245); }
div.DivClassName
{
background-color: #E8BFF5;
}
.BgClassName
{
background-color: #E8BFF5;
}
</style>
border-color css
<style>
span { border-color: #E8BFF5; }
span { border-color: rgb(232,191,245); }
td.TdClassName
{
border-color: #E8BFF5;
}
.TagClassName
{
border-color: #E8BFF5;
}
</style>