Shades of Mauve #E0B5ED
Tints of Mauve #E0B5ED
RGB
CMYK
RGB Variations
Color information
#E0B5ED (or 0xE0B5ED) is known color: Mauve. HEX triplet: E0, B5 and ED. RGB value is (224,181,237). Sum of RGB (Red+Green+Blue) = 224+181+237=642 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.89% from 642); Green value is 181 (71.09% from 255 or 28.19% from 642); Blue value is 237 (92.97% from 255 or 36.92% from 642); Max value from RGB is 237 - color contains mainly: blue. Hex color #E0B5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0B5ED is #1F4A12. Grayscale: #C8C8C8. Windows color (decimal): -2050579 or 15578592. OLE color: 15578592.
HSL color Cylindrical-coordinate representation of color #E0B5ED: hue angle of 286.07º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E0B5ED is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 181 | 237 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.07 |
| HSL | 286.07º | 0.61% | 0.82% | - |
| HSV(B) | 286.07º | 0.24% | 0.93% | - |
| XYZ | 62.55 | 55.01 | 87.44 | - |
| YUV | 200.24 | 148.75 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 181 | 237 | 0.05 | 0.24 | 0 | 0.07 | 286.07 | 0.61 | 0.82 |
| Hex | E0 | B5 | ED | 5 | 18 | 0 | 7 | 11E | 3D | 52 |
| Octal | 340 | 265 | 355 | 5 | 30 | 0 | 7 | 436 | 75 | 122 |
| Binary | 11100000 | 10110101 | 11101101 | 101 | 11000 | 0 | 111 | 100011110 | 111101 | 1010010 |
Color Harmonies of #E0B5ED
Complementary color
Monochromatic Colors of #E0B5ED
Black with #E0B5ED
Text Example
Text Example
White with #E0B5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B5ED; }
p { color: rgb(224,181,237); }
H1.HeaderClassName
{
color: #E0B5ED;
}
.AnyTagClassName
{
color: #E0B5ED;
}
</style>
background-color css
<style>
a { background-color: #E0B5ED; }
a { background-color: rgb(224,181,237); }
div.DivClassName
{
background-color: #E0B5ED;
}
.BgClassName
{
background-color: #E0B5ED;
}
</style>
border-color css
<style>
span { border-color: #E0B5ED; }
span { border-color: rgb(224,181,237); }
td.TdClassName
{
border-color: #E0B5ED;
}
.TagClassName
{
border-color: #E0B5ED;
}
</style>