Shades of Mauve #E9BEFA
Tints of Mauve #E9BEFA
RGB
CMYK
RGB Variations
Color information
#E9BEFA (or 0xE9BEFA) is known color: Mauve. HEX triplet: E9, BE and FA. RGB value is (233,190,250). Sum of RGB (Red+Green+Blue) = 233+190+250=673 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.62% from 673); Green value is 190 (74.61% from 255 or 28.23% from 673); Blue value is 250 (98.05% from 255 or 37.15% from 673); Max value from RGB is 250 - color contains mainly: blue. Hex color #E9BEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9BEFA is #164105. Grayscale: #D1D1D1. Windows color (decimal): -1458438 or 16432873. OLE color: 16432873.
HSL color Cylindrical-coordinate representation of color #E9BEFA: hue angle of 283º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E9BEFA is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 190 | 250 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.02 |
| HSL | 283º | 0.86% | 0.86% | - |
| HSV(B) | 283º | 0.24% | 0.98% | - |
| XYZ | 69.27 | 61.05 | 98.58 | - |
| YUV | 209.7 | 150.75 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 190 | 250 | 0.07 | 0.24 | 0 | 0.02 | 283 | 0.86 | 0.86 |
| Hex | E9 | BE | FA | 7 | 18 | 0 | 2 | 11B | 56 | 56 |
| Octal | 351 | 276 | 372 | 7 | 30 | 0 | 2 | 433 | 126 | 126 |
| Binary | 11101001 | 10111110 | 11111010 | 111 | 11000 | 0 | 10 | 100011011 | 1010110 | 1010110 |
Color Harmonies of #E9BEFA
Complementary color
Monochromatic Colors of #E9BEFA
Black with #E9BEFA
Text Example
Text Example
White with #E9BEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BEFA; }
p { color: rgb(233,190,250); }
H1.HeaderClassName
{
color: #E9BEFA;
}
.AnyTagClassName
{
color: #E9BEFA;
}
</style>
background-color css
<style>
a { background-color: #E9BEFA; }
a { background-color: rgb(233,190,250); }
div.DivClassName
{
background-color: #E9BEFA;
}
.BgClassName
{
background-color: #E9BEFA;
}
</style>
border-color css
<style>
span { border-color: #E9BEFA; }
span { border-color: rgb(233,190,250); }
td.TdClassName
{
border-color: #E9BEFA;
}
.TagClassName
{
border-color: #E9BEFA;
}
</style>