Shades of Mauve #E9BFFA
Tints of Mauve #E9BFFA
RGB
CMYK
RGB Variations
Color information
#E9BFFA (or 0xE9BFFA) is known color: Mauve. HEX triplet: E9, BF and FA. RGB value is (233,191,250). Sum of RGB (Red+Green+Blue) = 233+191+250=674 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.57% from 674); Green value is 191 (75% from 255 or 28.34% from 674); Blue value is 250 (98.05% from 255 or 37.09% from 674); Max value from RGB is 250 - color contains mainly: blue. Hex color #E9BFFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9BFFA is #164005. Grayscale: #D2D2D2. Windows color (decimal): -1458182 or 16433129. OLE color: 16433129.
HSL color Cylindrical-coordinate representation of color #E9BFFA: hue angle of 282.71º 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 #E9BFFA is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 191 | 250 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.02 |
| HSL | 282.71º | 0.86% | 0.86% | - |
| HSV(B) | 282.71º | 0.24% | 0.98% | - |
| XYZ | 69.49 | 61.49 | 98.65 | - |
| YUV | 210.28 | 150.41 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 191 | 250 | 0.07 | 0.24 | 0 | 0.02 | 282.71 | 0.86 | 0.86 |
| Hex | E9 | BF | FA | 7 | 18 | 0 | 2 | 11B | 56 | 56 |
| Octal | 351 | 277 | 372 | 7 | 30 | 0 | 2 | 433 | 126 | 126 |
| Binary | 11101001 | 10111111 | 11111010 | 111 | 11000 | 0 | 10 | 100011011 | 1010110 | 1010110 |
Color Harmonies of #E9BFFA
Complementary color
Monochromatic Colors of #E9BFFA
Black with #E9BFFA
Text Example
Text Example
White with #E9BFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BFFA; }
p { color: rgb(233,191,250); }
H1.HeaderClassName
{
color: #E9BFFA;
}
.AnyTagClassName
{
color: #E9BFFA;
}
</style>
background-color css
<style>
a { background-color: #E9BFFA; }
a { background-color: rgb(233,191,250); }
div.DivClassName
{
background-color: #E9BFFA;
}
.BgClassName
{
background-color: #E9BFFA;
}
</style>
border-color css
<style>
span { border-color: #E9BFFA; }
span { border-color: rgb(233,191,250); }
td.TdClassName
{
border-color: #E9BFFA;
}
.TagClassName
{
border-color: #E9BFFA;
}
</style>