Shades of Mauve #E0BEF0
Tints of Mauve #E0BEF0
RGB
CMYK
RGB Variations
Color information
#E0BEF0 (or 0xE0BEF0) is known color: Mauve. HEX triplet: E0, BE and F0. RGB value is (224,190,240). Sum of RGB (Red+Green+Blue) = 224+190+240=654 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.25% from 654); Green value is 190 (74.61% from 255 or 29.05% from 654); Blue value is 240 (94.14% from 255 or 36.70% from 654); Max value from RGB is 240 - color contains mainly: blue. Hex color #E0BEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BEF0 is #1F410F. Grayscale: #CDCDCD. Windows color (decimal): -2048272 or 15777504. OLE color: 15777504.
HSL color Cylindrical-coordinate representation of color #E0BEF0: hue angle of 280.8º degrees, saturation: 0.62, 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 #E0BEF0 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 190 | 240 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.06 |
| HSL | 280.8º | 0.63% | 0.84% | - |
| HSV(B) | 280.8º | 0.21% | 0.94% | - |
| XYZ | 64.88 | 58.97 | 90.4 | - |
| YUV | 205.87 | 147.26 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 190 | 240 | 0.07 | 0.21 | 0 | 0.06 | 280.8 | 0.63 | 0.84 |
| Hex | E0 | BE | F0 | 7 | 15 | 0 | 6 | 119 | 3E | 54 |
| Octal | 340 | 276 | 360 | 7 | 25 | 0 | 6 | 431 | 76 | 124 |
| Binary | 11100000 | 10111110 | 11110000 | 111 | 10101 | 0 | 110 | 100011001 | 111110 | 1010100 |
Color Harmonies of #E0BEF0
Complementary color
Monochromatic Colors of #E0BEF0
Black with #E0BEF0
Text Example
Text Example
White with #E0BEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BEF0; }
p { color: rgb(224,190,240); }
H1.HeaderClassName
{
color: #E0BEF0;
}
.AnyTagClassName
{
color: #E0BEF0;
}
</style>
background-color css
<style>
a { background-color: #E0BEF0; }
a { background-color: rgb(224,190,240); }
div.DivClassName
{
background-color: #E0BEF0;
}
.BgClassName
{
background-color: #E0BEF0;
}
</style>
border-color css
<style>
span { border-color: #E0BEF0; }
span { border-color: rgb(224,190,240); }
td.TdClassName
{
border-color: #E0BEF0;
}
.TagClassName
{
border-color: #E0BEF0;
}
</style>