Shades of Mauve #E0B0EE
Tints of Mauve #E0B0EE
RGB
CMYK
RGB Variations
Color information
#E0B0EE (or 0xE0B0EE) is known color: Mauve. HEX triplet: E0, B0 and EE. RGB value is (224,176,238). Sum of RGB (Red+Green+Blue) = 224+176+238=638 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.11% from 638); Green value is 176 (69.14% from 255 or 27.59% from 638); Blue value is 238 (93.36% from 255 or 37.30% from 638); Max value from RGB is 238 - color contains mainly: blue. Hex color #E0B0EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0B0EE is #1F4F11. Grayscale: #C5C5C5. Windows color (decimal): -2051858 or 15642848. OLE color: 15642848.
HSL color Cylindrical-coordinate representation of color #E0B0EE: hue angle of 286.45º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E0B0EE is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 176 | 238 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.07 |
| HSL | 286.45º | 0.65% | 0.81% | - |
| HSV(B) | 286.45º | 0.26% | 0.93% | - |
| XYZ | 61.7 | 53.07 | 87.88 | - |
| YUV | 197.42 | 150.9 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 176 | 238 | 0.06 | 0.26 | 0 | 0.07 | 286.45 | 0.65 | 0.81 |
| Hex | E0 | B0 | EE | 6 | 1A | 0 | 7 | 11E | 41 | 51 |
| Octal | 340 | 260 | 356 | 6 | 32 | 0 | 7 | 436 | 101 | 121 |
| Binary | 11100000 | 10110000 | 11101110 | 110 | 11010 | 0 | 111 | 100011110 | 1000001 | 1010001 |
Color Harmonies of #E0B0EE
Complementary color
Monochromatic Colors of #E0B0EE
Black with #E0B0EE
Text Example
Text Example
White with #E0B0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B0EE; }
p { color: rgb(224,176,238); }
H1.HeaderClassName
{
color: #E0B0EE;
}
.AnyTagClassName
{
color: #E0B0EE;
}
</style>
background-color css
<style>
a { background-color: #E0B0EE; }
a { background-color: rgb(224,176,238); }
div.DivClassName
{
background-color: #E0B0EE;
}
.BgClassName
{
background-color: #E0B0EE;
}
</style>
border-color css
<style>
span { border-color: #E0B0EE; }
span { border-color: rgb(224,176,238); }
td.TdClassName
{
border-color: #E0B0EE;
}
.TagClassName
{
border-color: #E0B0EE;
}
</style>