Shades of Mauve #E0B9EB
Tints of Mauve #E0B9EB
RGB
CMYK
RGB Variations
Color information
#E0B9EB (or 0xE0B9EB) is known color: Mauve. HEX triplet: E0, B9 and EB. RGB value is (224,185,235). Sum of RGB (Red+Green+Blue) = 224+185+235=644 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.78% from 644); Green value is 185 (72.66% from 255 or 28.73% from 644); Blue value is 235 (92.19% from 255 or 36.49% from 644); Max value from RGB is 235 - color contains mainly: blue. Hex color #E0B9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0B9EB is #1F4614. Grayscale: #CACACA. Windows color (decimal): -2049557 or 15448544. OLE color: 15448544.
HSL color Cylindrical-coordinate representation of color #E0B9EB: hue angle of 286.8º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E0B9EB is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 185 | 235 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.08 |
| HSL | 286.8º | 0.56% | 0.82% | - |
| HSV(B) | 286.8º | 0.21% | 0.92% | - |
| XYZ | 63.08 | 56.54 | 86.19 | - |
| YUV | 202.36 | 146.42 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 185 | 235 | 0.05 | 0.21 | 0 | 0.08 | 286.8 | 0.56 | 0.82 |
| Hex | E0 | B9 | EB | 5 | 15 | 0 | 8 | 11F | 38 | 52 |
| Octal | 340 | 271 | 353 | 5 | 25 | 0 | 10 | 437 | 70 | 122 |
| Binary | 11100000 | 10111001 | 11101011 | 101 | 10101 | 0 | 1000 | 100011111 | 111000 | 1010010 |
Color Harmonies of #E0B9EB
Complementary color
Monochromatic Colors of #E0B9EB
Black with #E0B9EB
Text Example
Text Example
White with #E0B9EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B9EB; }
p { color: rgb(224,185,235); }
H1.HeaderClassName
{
color: #E0B9EB;
}
.AnyTagClassName
{
color: #E0B9EB;
}
</style>
background-color css
<style>
a { background-color: #E0B9EB; }
a { background-color: rgb(224,185,235); }
div.DivClassName
{
background-color: #E0B9EB;
}
.BgClassName
{
background-color: #E0B9EB;
}
</style>
border-color css
<style>
span { border-color: #E0B9EB; }
span { border-color: rgb(224,185,235); }
td.TdClassName
{
border-color: #E0B9EB;
}
.TagClassName
{
border-color: #E0B9EB;
}
</style>