Shades of Mauve #E0B6EF
Tints of Mauve #E0B6EF
RGB
CMYK
RGB Variations
Color information
#E0B6EF (or 0xE0B6EF) is known color: Mauve. HEX triplet: E0, B6 and EF. RGB value is (224,182,239). Sum of RGB (Red+Green+Blue) = 224+182+239=645 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.73% from 645); Green value is 182 (71.48% from 255 or 28.22% from 645); Blue value is 239 (93.75% from 255 or 37.05% from 645); Max value from RGB is 239 - color contains mainly: blue. Hex color #E0B6EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0B6EF is #1F4910. Grayscale: #C8C8C8. Windows color (decimal): -2050321 or 15709920. OLE color: 15709920.
HSL color Cylindrical-coordinate representation of color #E0B6EF: hue angle of 284.21º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E0B6EF is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 182 | 239 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.06 |
| HSL | 284.21º | 0.64% | 0.83% | - |
| HSV(B) | 284.21º | 0.24% | 0.94% | - |
| XYZ | 63.05 | 55.54 | 89.06 | - |
| YUV | 201.06 | 149.41 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 182 | 239 | 0.06 | 0.24 | 0 | 0.06 | 284.21 | 0.64 | 0.83 |
| Hex | E0 | B6 | EF | 6 | 18 | 0 | 6 | 11C | 40 | 53 |
| Octal | 340 | 266 | 357 | 6 | 30 | 0 | 6 | 434 | 100 | 123 |
| Binary | 11100000 | 10110110 | 11101111 | 110 | 11000 | 0 | 110 | 100011100 | 1000000 | 1010011 |
Color Harmonies of #E0B6EF
Complementary color
Monochromatic Colors of #E0B6EF
Black with #E0B6EF
Text Example
Text Example
White with #E0B6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B6EF; }
p { color: rgb(224,182,239); }
H1.HeaderClassName
{
color: #E0B6EF;
}
.AnyTagClassName
{
color: #E0B6EF;
}
</style>
background-color css
<style>
a { background-color: #E0B6EF; }
a { background-color: rgb(224,182,239); }
div.DivClassName
{
background-color: #E0B6EF;
}
.BgClassName
{
background-color: #E0B6EF;
}
</style>
border-color css
<style>
span { border-color: #E0B6EF; }
span { border-color: rgb(224,182,239); }
td.TdClassName
{
border-color: #E0B6EF;
}
.TagClassName
{
border-color: #E0B6EF;
}
</style>