Shades of Mauve #E0BEEF
Tints of Mauve #E0BEEF
RGB
CMYK
RGB Variations
Color information
#E0BEEF (or 0xE0BEEF) is known color: Mauve. HEX triplet: E0, BE and EF. RGB value is (224,190,239). Sum of RGB (Red+Green+Blue) = 224+190+239=653 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.30% from 653); Green value is 190 (74.61% from 255 or 29.10% from 653); Blue value is 239 (93.75% from 255 or 36.60% from 653); Max value from RGB is 239 - color contains mainly: blue. Hex color #E0BEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BEEF is #1F4110. Grayscale: #CDCDCD. Windows color (decimal): -2048273 or 15711968. OLE color: 15711968.
HSL color Cylindrical-coordinate representation of color #E0BEEF: hue angle of 281.63º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E0BEEF is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 190 | 239 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.06 |
| HSL | 281.63º | 0.6% | 0.84% | - |
| HSV(B) | 281.63º | 0.21% | 0.94% | - |
| XYZ | 64.73 | 58.91 | 89.62 | - |
| YUV | 205.75 | 146.76 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 190 | 239 | 0.06 | 0.21 | 0 | 0.06 | 281.63 | 0.6 | 0.84 |
| Hex | E0 | BE | EF | 6 | 15 | 0 | 6 | 11A | 3C | 54 |
| Octal | 340 | 276 | 357 | 6 | 25 | 0 | 6 | 432 | 74 | 124 |
| Binary | 11100000 | 10111110 | 11101111 | 110 | 10101 | 0 | 110 | 100011010 | 111100 | 1010100 |
Color Harmonies of #E0BEEF
Complementary color
Monochromatic Colors of #E0BEEF
Black with #E0BEEF
Text Example
Text Example
White with #E0BEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BEEF; }
p { color: rgb(224,190,239); }
H1.HeaderClassName
{
color: #E0BEEF;
}
.AnyTagClassName
{
color: #E0BEEF;
}
</style>
background-color css
<style>
a { background-color: #E0BEEF; }
a { background-color: rgb(224,190,239); }
div.DivClassName
{
background-color: #E0BEEF;
}
.BgClassName
{
background-color: #E0BEEF;
}
</style>
border-color css
<style>
span { border-color: #E0BEEF; }
span { border-color: rgb(224,190,239); }
td.TdClassName
{
border-color: #E0BEEF;
}
.TagClassName
{
border-color: #E0BEEF;
}
</style>