Shades of Mauve #E0B5EF
Tints of Mauve #E0B5EF
RGB
CMYK
RGB Variations
Color information
#E0B5EF (or 0xE0B5EF) is known color: Mauve. HEX triplet: E0, B5 and EF. RGB value is (224,181,239). Sum of RGB (Red+Green+Blue) = 224+181+239=644 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.78% from 644); Green value is 181 (71.09% from 255 or 28.11% from 644); Blue value is 239 (93.75% from 255 or 37.11% from 644); Max value from RGB is 239 - color contains mainly: blue. Hex color #E0B5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0B5EF is #1F4A10. Grayscale: #C8C8C8. Windows color (decimal): -2050577 or 15709664. OLE color: 15709664.
HSL color Cylindrical-coordinate representation of color #E0B5EF: hue angle of 284.48º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E0B5EF is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 181 | 239 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.06 |
| HSL | 284.48º | 0.64% | 0.82% | - |
| HSV(B) | 284.48º | 0.24% | 0.94% | - |
| XYZ | 62.84 | 55.13 | 88.99 | - |
| YUV | 200.47 | 149.75 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 181 | 239 | 0.06 | 0.24 | 0 | 0.06 | 284.48 | 0.64 | 0.82 |
| Hex | E0 | B5 | EF | 6 | 18 | 0 | 6 | 11C | 40 | 52 |
| Octal | 340 | 265 | 357 | 6 | 30 | 0 | 6 | 434 | 100 | 122 |
| Binary | 11100000 | 10110101 | 11101111 | 110 | 11000 | 0 | 110 | 100011100 | 1000000 | 1010010 |
Color Harmonies of #E0B5EF
Complementary color
Monochromatic Colors of #E0B5EF
Black with #E0B5EF
Text Example
Text Example
White with #E0B5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B5EF; }
p { color: rgb(224,181,239); }
H1.HeaderClassName
{
color: #E0B5EF;
}
.AnyTagClassName
{
color: #E0B5EF;
}
</style>
background-color css
<style>
a { background-color: #E0B5EF; }
a { background-color: rgb(224,181,239); }
div.DivClassName
{
background-color: #E0B5EF;
}
.BgClassName
{
background-color: #E0B5EF;
}
</style>
border-color css
<style>
span { border-color: #E0B5EF; }
span { border-color: rgb(224,181,239); }
td.TdClassName
{
border-color: #E0B5EF;
}
.TagClassName
{
border-color: #E0B5EF;
}
</style>