Shades of Mauve #E5BFFC
Tints of Mauve #E5BFFC
RGB
CMYK
RGB Variations
Color information
#E5BFFC (or 0xE5BFFC) is known color: Mauve. HEX triplet: E5, BF and FC. RGB value is (229,191,252). Sum of RGB (Red+Green+Blue) = 229+191+252=672 (89% of max value = 765). Red value is 229 (89.84% from 255 or 34.08% from 672); Green value is 191 (75% from 255 or 28.42% from 672); Blue value is 252 (98.83% from 255 or 37.5% from 672); Max value from RGB is 252 - color contains mainly: blue. Hex color #E5BFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BFFC is #1A4003. Grayscale: #D1D1D1. Windows color (decimal): -1720324 or 16564197. OLE color: 16564197.
HSL color Cylindrical-coordinate representation of color #E5BFFC: hue angle of 277.38º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E5BFFC is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 191 | 252 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.01 |
| HSL | 277.38º | 0.91% | 0.87% | - |
| HSV(B) | 277.38º | 0.24% | 0.99% | - |
| XYZ | 68.51 | 60.95 | 100.25 | - |
| YUV | 209.32 | 152.09 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 191 | 252 | 0.09 | 0.24 | 0 | 0.01 | 277.38 | 0.91 | 0.87 |
| Hex | E5 | BF | FC | 9 | 18 | 0 | 1 | 115 | 5B | 57 |
| Octal | 345 | 277 | 374 | 11 | 30 | 0 | 1 | 425 | 133 | 127 |
| Binary | 11100101 | 10111111 | 11111100 | 1001 | 11000 | 0 | 1 | 100010101 | 1011011 | 1010111 |
Color Harmonies of #E5BFFC
Complementary color
Monochromatic Colors of #E5BFFC
Black with #E5BFFC
Text Example
Text Example
White with #E5BFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BFFC; }
p { color: rgb(229,191,252); }
H1.HeaderClassName
{
color: #E5BFFC;
}
.AnyTagClassName
{
color: #E5BFFC;
}
</style>
background-color css
<style>
a { background-color: #E5BFFC; }
a { background-color: rgb(229,191,252); }
div.DivClassName
{
background-color: #E5BFFC;
}
.BgClassName
{
background-color: #E5BFFC;
}
</style>
border-color css
<style>
span { border-color: #E5BFFC; }
span { border-color: rgb(229,191,252); }
td.TdClassName
{
border-color: #E5BFFC;
}
.TagClassName
{
border-color: #E5BFFC;
}
</style>