Shades of Mauve #E5B9FF
Tints of Mauve #E5B9FF
RGB
CMYK
RGB Variations
Color information
#E5B9FF (or 0xE5B9FF) is known color: Mauve. HEX triplet: E5, B9 and FF. RGB value is (229,185,255). Sum of RGB (Red+Green+Blue) = 229+185+255=669 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.23% from 669); Green value is 185 (72.66% from 255 or 27.65% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5B9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5B9FF is #1A4600. Grayscale: #CDCDCD. Windows color (decimal): -1721857 or 16759269. OLE color: 16759269.
HSL color Cylindrical-coordinate representation of color #E5B9FF: hue angle of 277.71º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E5B9FF is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 185 | 255 | - |
| CMYK | 0.10 | 0.27 | 0 | 0 |
| HSL | 277.71º | 1% | 0.86% | - |
| HSV(B) | 277.71º | 0.27% | 1% | - |
| XYZ | 67.71 | 58.58 | 102.35 | - |
| YUV | 206.14 | 155.58 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 185 | 255 | 0.10 | 0.27 | 0 | 0 | 277.71 | 1 | 0.86 |
| Hex | E5 | B9 | FF | A | 1B | 0 | 0 | 116 | 64 | 56 |
| Octal | 345 | 271 | 377 | 12 | 33 | 0 | 0 | 426 | 144 | 126 |
| Binary | 11100101 | 10111001 | 11111111 | 1010 | 11011 | 0 | 0 | 100010110 | 1100100 | 1010110 |
Color Harmonies of #E5B9FF
Complementary color
Monochromatic Colors of #E5B9FF
Black with #E5B9FF
Text Example
Text Example
White with #E5B9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B9FF; }
p { color: rgb(229,185,255); }
H1.HeaderClassName
{
color: #E5B9FF;
}
.AnyTagClassName
{
color: #E5B9FF;
}
</style>
background-color css
<style>
a { background-color: #E5B9FF; }
a { background-color: rgb(229,185,255); }
div.DivClassName
{
background-color: #E5B9FF;
}
.BgClassName
{
background-color: #E5B9FF;
}
</style>
border-color css
<style>
span { border-color: #E5B9FF; }
span { border-color: rgb(229,185,255); }
td.TdClassName
{
border-color: #E5B9FF;
}
.TagClassName
{
border-color: #E5B9FF;
}
</style>