Shades of Mauve #E0B0ED
Tints of Mauve #E0B0ED
RGB
CMYK
RGB Variations
Color information
#E0B0ED (or 0xE0B0ED) is known color: Mauve. HEX triplet: E0, B0 and ED. RGB value is (224,176,237). Sum of RGB (Red+Green+Blue) = 224+176+237=637 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.16% from 637); Green value is 176 (69.14% from 255 or 27.63% from 637); Blue value is 237 (92.97% from 255 or 37.21% from 637); Max value from RGB is 237 - color contains mainly: blue. Hex color #E0B0ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0B0ED is #1F4F12. Grayscale: #C5C5C5. Windows color (decimal): -2051859 or 15577312. OLE color: 15577312.
HSL color Cylindrical-coordinate representation of color #E0B0ED: hue angle of 287.21º degrees, saturation: 0.63, 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 #E0B0ED is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 176 | 237 | - |
| CMYK | 0.05 | 0.26 | 0 | 0.07 |
| HSL | 287.21º | 0.63% | 0.81% | - |
| HSV(B) | 287.21º | 0.26% | 0.93% | - |
| XYZ | 61.55 | 53.01 | 87.11 | - |
| YUV | 197.31 | 150.4 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 176 | 237 | 0.05 | 0.26 | 0 | 0.07 | 287.21 | 0.63 | 0.81 |
| Hex | E0 | B0 | ED | 5 | 1A | 0 | 7 | 11F | 3F | 51 |
| Octal | 340 | 260 | 355 | 5 | 32 | 0 | 7 | 437 | 77 | 121 |
| Binary | 11100000 | 10110000 | 11101101 | 101 | 11010 | 0 | 111 | 100011111 | 111111 | 1010001 |
Color Harmonies of #E0B0ED
Complementary color
Monochromatic Colors of #E0B0ED
Black with #E0B0ED
Text Example
Text Example
White with #E0B0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B0ED; }
p { color: rgb(224,176,237); }
H1.HeaderClassName
{
color: #E0B0ED;
}
.AnyTagClassName
{
color: #E0B0ED;
}
</style>
background-color css
<style>
a { background-color: #E0B0ED; }
a { background-color: rgb(224,176,237); }
div.DivClassName
{
background-color: #E0B0ED;
}
.BgClassName
{
background-color: #E0B0ED;
}
</style>
border-color css
<style>
span { border-color: #E0B0ED; }
span { border-color: rgb(224,176,237); }
td.TdClassName
{
border-color: #E0B0ED;
}
.TagClassName
{
border-color: #E0B0ED;
}
</style>