Shades of Mauve #E0B6EB
Tints of Mauve #E0B6EB
RGB
CMYK
RGB Variations
Color information
#E0B6EB (or 0xE0B6EB) is known color: Mauve. HEX triplet: E0, B6 and EB. RGB value is (224,182,235). Sum of RGB (Red+Green+Blue) = 224+182+235=641 (84% of max value = 765). Red value is 224 (87.89% from 255 or 34.95% from 641); Green value is 182 (71.48% from 255 or 28.39% from 641); Blue value is 235 (92.19% from 255 or 36.66% from 641); Max value from RGB is 235 - color contains mainly: blue. Hex color #E0B6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0B6EB is #1F4914. Grayscale: #C8C8C8. Windows color (decimal): -2050325 or 15447776. OLE color: 15447776.
HSL color Cylindrical-coordinate representation of color #E0B6EB: hue angle of 287.55º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E0B6EB is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 182 | 235 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.08 |
| HSL | 287.55º | 0.57% | 0.82% | - |
| HSV(B) | 287.55º | 0.23% | 0.92% | - |
| XYZ | 62.46 | 55.3 | 85.98 | - |
| YUV | 200.6 | 147.41 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 182 | 235 | 0.05 | 0.23 | 0 | 0.08 | 287.55 | 0.57 | 0.82 |
| Hex | E0 | B6 | EB | 5 | 17 | 0 | 8 | 120 | 39 | 52 |
| Octal | 340 | 266 | 353 | 5 | 27 | 0 | 10 | 440 | 71 | 122 |
| Binary | 11100000 | 10110110 | 11101011 | 101 | 10111 | 0 | 1000 | 100100000 | 111001 | 1010010 |
Color Harmonies of #E0B6EB
Complementary color
Monochromatic Colors of #E0B6EB
Black with #E0B6EB
Text Example
Text Example
White with #E0B6EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B6EB; }
p { color: rgb(224,182,235); }
H1.HeaderClassName
{
color: #E0B6EB;
}
.AnyTagClassName
{
color: #E0B6EB;
}
</style>
background-color css
<style>
a { background-color: #E0B6EB; }
a { background-color: rgb(224,182,235); }
div.DivClassName
{
background-color: #E0B6EB;
}
.BgClassName
{
background-color: #E0B6EB;
}
</style>
border-color css
<style>
span { border-color: #E0B6EB; }
span { border-color: rgb(224,182,235); }
td.TdClassName
{
border-color: #E0B6EB;
}
.TagClassName
{
border-color: #E0B6EB;
}
</style>