Shades of Mauve #E9BFFE
Tints of Mauve #E9BFFE
RGB
CMYK
RGB Variations
Color information
#E9BFFE (or 0xE9BFFE) is known color: Mauve. HEX triplet: E9, BF and FE. RGB value is (233,191,254). Sum of RGB (Red+Green+Blue) = 233+191+254=678 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.37% from 678); Green value is 191 (75% from 255 or 28.17% from 678); Blue value is 254 (99.61% from 255 or 37.46% from 678); Max value from RGB is 254 - color contains mainly: blue. Hex color #E9BFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9BFFE is #164001. Grayscale: #D2D2D2. Windows color (decimal): -1458178 or 16695273. OLE color: 16695273.
HSL color Cylindrical-coordinate representation of color #E9BFFE: hue angle of 280º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E9BFFE is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 233 | 191 | 254 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.00 |
| HSL | 280º | 0.97% | 0.87% | - |
| HSV(B) | 280º | 0.25% | 1% | - |
| XYZ | 70.12 | 61.74 | 101.99 | - |
| YUV | 210.74 | 152.41 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 191 | 254 | 0.08 | 0.25 | 0 | 0.00 | 280 | 0.97 | 0.87 |
| Hex | E9 | BF | FE | 8 | 19 | 0 | 0 | 118 | 61 | 57 |
| Octal | 351 | 277 | 376 | 10 | 31 | 0 | 0 | 430 | 141 | 127 |
| Binary | 11101001 | 10111111 | 11111110 | 1000 | 11001 | 0 | 0 | 100011000 | 1100001 | 1010111 |
Color Harmonies of #E9BFFE
Complementary color
Monochromatic Colors of #E9BFFE
Black with #E9BFFE
Text Example
Text Example
White with #E9BFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BFFE; }
p { color: rgb(233,191,254); }
H1.HeaderClassName
{
color: #E9BFFE;
}
.AnyTagClassName
{
color: #E9BFFE;
}
</style>
background-color css
<style>
a { background-color: #E9BFFE; }
a { background-color: rgb(233,191,254); }
div.DivClassName
{
background-color: #E9BFFE;
}
.BgClassName
{
background-color: #E9BFFE;
}
</style>
border-color css
<style>
span { border-color: #E9BFFE; }
span { border-color: rgb(233,191,254); }
td.TdClassName
{
border-color: #E9BFFE;
}
.TagClassName
{
border-color: #E9BFFE;
}
</style>