Shades of Mauve #E2BEF0
Tints of Mauve #E2BEF0
RGB
CMYK
RGB Variations
Color information
#E2BEF0 (or 0xE2BEF0) is known color: Mauve. HEX triplet: E2, BE and F0. RGB value is (226,190,240). Sum of RGB (Red+Green+Blue) = 226+190+240=656 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.45% from 656); Green value is 190 (74.61% from 255 or 28.96% from 656); Blue value is 240 (94.14% from 255 or 36.59% from 656); Max value from RGB is 240 - color contains mainly: blue. Hex color #E2BEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BEF0 is #1D410F. Grayscale: #CECECE. Windows color (decimal): -1917200 or 15777506. OLE color: 15777506.
HSL color Cylindrical-coordinate representation of color #E2BEF0: hue angle of 283.2º 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 #E2BEF0 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 226 | 190 | 240 | - |
CMYK | 0.06 | 0.21 | 0 | 0.06 |
HSL | 283.2º | 0.63% | 0.84% | - |
HSV(B) | 283.2º | 0.21% | 0.94% | - |
XYZ | 65.51 | 59.29 | 90.43 | - |
YUV | 206.46 | 146.93 | 141.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 190 | 240 | 0.06 | 0.21 | 0 | 0.06 | 283.2 | 0.63 | 0.84 |
Hex | E2 | BE | F0 | 6 | 15 | 0 | 6 | 11B | 3E | 54 |
Octal | 342 | 276 | 360 | 6 | 25 | 0 | 6 | 433 | 76 | 124 |
Binary | 11100010 | 10111110 | 11110000 | 110 | 10101 | 0 | 110 | 100011011 | 111110 | 1010100 |
Color Harmonies of #E2BEF0
Complementary color
Monochromatic Colors of #E2BEF0
Black with #E2BEF0
Text Example
Text Example
White with #E2BEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BEF0; }
p { color: rgb(226,190,240); }
H1.HeaderClassName
{
color: #E2BEF0;
}
.AnyTagClassName
{
color: #E2BEF0;
}
</style>
background-color css
<style>
a { background-color: #E2BEF0; }
a { background-color: rgb(226,190,240); }
div.DivClassName
{
background-color: #E2BEF0;
}
.BgClassName
{
background-color: #E2BEF0;
}
</style>
border-color css
<style>
span { border-color: #E2BEF0; }
span { border-color: rgb(226,190,240); }
td.TdClassName
{
border-color: #E2BEF0;
}
.TagClassName
{
border-color: #E2BEF0;
}
</style>