Shades of Mauve #E5BEFF
Tints of Mauve #E5BEFF
RGB
CMYK
RGB Variations
Color information
#E5BEFF (or 0xE5BEFF) is known color: Mauve. HEX triplet: E5, BE and FF. RGB value is (229,190,255). Sum of RGB (Red+Green+Blue) = 229+190+255=674 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.98% from 674); Green value is 190 (74.61% from 255 or 28.19% from 674); Blue value is 255 (100% from 255 or 37.83% from 674); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5BEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BEFF is #1A4100. Grayscale: #D0D0D0. Windows color (decimal): -1720577 or 16760549. OLE color: 16760549.
HSL color Cylindrical-coordinate representation of color #E5BEFF: hue angle of 276º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E5BEFF is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 190 | 255 | - |
| CMYK | 0.10 | 0.25 | 0 | 0 |
| HSL | 276º | 1% | 0.87% | - |
| HSV(B) | 276º | 0.25% | 1% | - |
| XYZ | 68.78 | 60.7 | 102.7 | - |
| YUV | 209.07 | 153.92 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 190 | 255 | 0.10 | 0.25 | 0 | 0 | 276 | 1 | 0.87 |
| Hex | E5 | BE | FF | A | 19 | 0 | 0 | 114 | 64 | 57 |
| Octal | 345 | 276 | 377 | 12 | 31 | 0 | 0 | 424 | 144 | 127 |
| Binary | 11100101 | 10111110 | 11111111 | 1010 | 11001 | 0 | 0 | 100010100 | 1100100 | 1010111 |
Color Harmonies of #E5BEFF
Complementary color
Monochromatic Colors of #E5BEFF
Black with #E5BEFF
Text Example
Text Example
White with #E5BEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BEFF; }
p { color: rgb(229,190,255); }
H1.HeaderClassName
{
color: #E5BEFF;
}
.AnyTagClassName
{
color: #E5BEFF;
}
</style>
background-color css
<style>
a { background-color: #E5BEFF; }
a { background-color: rgb(229,190,255); }
div.DivClassName
{
background-color: #E5BEFF;
}
.BgClassName
{
background-color: #E5BEFF;
}
</style>
border-color css
<style>
span { border-color: #E5BEFF; }
span { border-color: rgb(229,190,255); }
td.TdClassName
{
border-color: #E5BEFF;
}
.TagClassName
{
border-color: #E5BEFF;
}
</style>