Shades of Mauve #E0BEF2
Tints of Mauve #E0BEF2
RGB
CMYK
RGB Variations
Color information
#E0BEF2 (or 0xE0BEF2) is known color: Mauve. HEX triplet: E0, BE and F2. RGB value is (224,190,242). Sum of RGB (Red+Green+Blue) = 224+190+242=656 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.15% from 656); Green value is 190 (74.61% from 255 or 28.96% from 656); Blue value is 242 (94.92% from 255 or 36.89% from 656); Max value from RGB is 242 - color contains mainly: blue. Hex color #E0BEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BEF2 is #1F410D. Grayscale: #CDCDCD. Windows color (decimal): -2048270 or 15908576. OLE color: 15908576.
HSL color Cylindrical-coordinate representation of color #E0BEF2: hue angle of 279.23º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E0BEF2 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 190 | 242 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.05 |
| HSL | 279.23º | 0.67% | 0.85% | - |
| HSV(B) | 279.23º | 0.21% | 0.95% | - |
| XYZ | 65.18 | 59.09 | 91.97 | - |
| YUV | 206.09 | 148.26 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 190 | 242 | 0.07 | 0.21 | 0 | 0.05 | 279.23 | 0.67 | 0.85 |
| Hex | E0 | BE | F2 | 7 | 15 | 0 | 5 | 117 | 43 | 55 |
| Octal | 340 | 276 | 362 | 7 | 25 | 0 | 5 | 427 | 103 | 125 |
| Binary | 11100000 | 10111110 | 11110010 | 111 | 10101 | 0 | 101 | 100010111 | 1000011 | 1010101 |
Color Harmonies of #E0BEF2
Complementary color
Monochromatic Colors of #E0BEF2
Black with #E0BEF2
Text Example
Text Example
White with #E0BEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BEF2; }
p { color: rgb(224,190,242); }
H1.HeaderClassName
{
color: #E0BEF2;
}
.AnyTagClassName
{
color: #E0BEF2;
}
</style>
background-color css
<style>
a { background-color: #E0BEF2; }
a { background-color: rgb(224,190,242); }
div.DivClassName
{
background-color: #E0BEF2;
}
.BgClassName
{
background-color: #E0BEF2;
}
</style>
border-color css
<style>
span { border-color: #E0BEF2; }
span { border-color: rgb(224,190,242); }
td.TdClassName
{
border-color: #E0BEF2;
}
.TagClassName
{
border-color: #E0BEF2;
}
</style>