Shades of Mauve #E5BEF2
Tints of Mauve #E5BEF2
RGB
CMYK
RGB Variations
Color information
#E5BEF2 (or 0xE5BEF2) is known color: Mauve. HEX triplet: E5, BE and F2. RGB value is (229,190,242). Sum of RGB (Red+Green+Blue) = 229+190+242=661 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.64% from 661); Green value is 190 (74.61% from 255 or 28.74% from 661); Blue value is 242 (94.92% from 255 or 36.61% from 661); Max value from RGB is 242 - color contains mainly: blue. Hex color #E5BEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BEF2 is #1A410D. Grayscale: #CFCFCF. Windows color (decimal): -1720590 or 15908581. OLE color: 15908581.
HSL color Cylindrical-coordinate representation of color #E5BEF2: hue angle of 285º 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 #E5BEF2 is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 229 | 190 | 242 | - |
CMYK | 0.05 | 0.21 | 0 | 0.05 |
HSL | 285º | 0.67% | 0.85% | - |
HSV(B) | 285º | 0.21% | 0.95% | - |
XYZ | 66.75 | 59.9 | 92.05 | - |
YUV | 207.59 | 147.42 | 143.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 190 | 242 | 0.05 | 0.21 | 0 | 0.05 | 285 | 0.67 | 0.85 |
Hex | E5 | BE | F2 | 5 | 15 | 0 | 5 | 11D | 43 | 55 |
Octal | 345 | 276 | 362 | 5 | 25 | 0 | 5 | 435 | 103 | 125 |
Binary | 11100101 | 10111110 | 11110010 | 101 | 10101 | 0 | 101 | 100011101 | 1000011 | 1010101 |
Color Harmonies of #E5BEF2
Complementary color
Monochromatic Colors of #E5BEF2
Black with #E5BEF2
Text Example
Text Example
White with #E5BEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BEF2; }
p { color: rgb(229,190,242); }
H1.HeaderClassName
{
color: #E5BEF2;
}
.AnyTagClassName
{
color: #E5BEF2;
}
</style>
background-color css
<style>
a { background-color: #E5BEF2; }
a { background-color: rgb(229,190,242); }
div.DivClassName
{
background-color: #E5BEF2;
}
.BgClassName
{
background-color: #E5BEF2;
}
</style>
border-color css
<style>
span { border-color: #E5BEF2; }
span { border-color: rgb(229,190,242); }
td.TdClassName
{
border-color: #E5BEF2;
}
.TagClassName
{
border-color: #E5BEF2;
}
</style>