Shades of Mauve #E5B8FC
Tints of Mauve #E5B8FC
RGB
CMYK
RGB Variations
Color information
#E5B8FC (or 0xE5B8FC) is known color: Mauve. HEX triplet: E5, B8 and FC. RGB value is (229,184,252). Sum of RGB (Red+Green+Blue) = 229+184+252=665 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.44% from 665); Green value is 184 (72.27% from 255 or 27.67% from 665); Blue value is 252 (98.83% from 255 or 37.89% from 665); Max value from RGB is 252 - color contains mainly: blue. Hex color #E5B8FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5B8FC is #1A4703. Grayscale: #CCCCCC. Windows color (decimal): -1722116 or 16562405. OLE color: 16562405.
HSL color Cylindrical-coordinate representation of color #E5B8FC: hue angle of 279.71º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E5B8FC is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 184 | 252 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.01 |
| HSL | 279.71º | 0.92% | 0.85% | - |
| HSV(B) | 279.71º | 0.27% | 0.99% | - |
| XYZ | 67.02 | 57.97 | 99.75 | - |
| YUV | 205.21 | 154.41 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 184 | 252 | 0.09 | 0.27 | 0 | 0.01 | 279.71 | 0.92 | 0.85 |
| Hex | E5 | B8 | FC | 9 | 1B | 0 | 1 | 118 | 5C | 55 |
| Octal | 345 | 270 | 374 | 11 | 33 | 0 | 1 | 430 | 134 | 125 |
| Binary | 11100101 | 10111000 | 11111100 | 1001 | 11011 | 0 | 1 | 100011000 | 1011100 | 1010101 |
Color Harmonies of #E5B8FC
Complementary color
Monochromatic Colors of #E5B8FC
Black with #E5B8FC
Text Example
Text Example
White with #E5B8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B8FC; }
p { color: rgb(229,184,252); }
H1.HeaderClassName
{
color: #E5B8FC;
}
.AnyTagClassName
{
color: #E5B8FC;
}
</style>
background-color css
<style>
a { background-color: #E5B8FC; }
a { background-color: rgb(229,184,252); }
div.DivClassName
{
background-color: #E5B8FC;
}
.BgClassName
{
background-color: #E5B8FC;
}
</style>
border-color css
<style>
span { border-color: #E5B8FC; }
span { border-color: rgb(229,184,252); }
td.TdClassName
{
border-color: #E5B8FC;
}
.TagClassName
{
border-color: #E5B8FC;
}
</style>