Shades of Mauve #E4BFFE
Tints of Mauve #E4BFFE
RGB
CMYK
RGB Variations
Color information
#E4BFFE (or 0xE4BFFE) is known color: Mauve. HEX triplet: E4, BF and FE. RGB value is (228,191,254). Sum of RGB (Red+Green+Blue) = 228+191+254=673 (89% of max value = 765). Red value is 228 (89.45% from 255 or 33.88% from 673); Green value is 191 (75% from 255 or 28.38% from 673); Blue value is 254 (99.61% from 255 or 37.74% from 673); Max value from RGB is 254 - color contains mainly: blue. Hex color #E4BFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BFFE is #1B4001. Grayscale: #D1D1D1. Windows color (decimal): -1785858 or 16695268. OLE color: 16695268.
HSL color Cylindrical-coordinate representation of color #E4BFFE: hue angle of 275.24º 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 #E4BFFE is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 228 | 191 | 254 | - |
| CMYK | 0.10 | 0.25 | 0 | 0.00 |
| HSL | 275.24º | 0.97% | 0.87% | - |
| HSV(B) | 275.24º | 0.25% | 1% | - |
| XYZ | 68.52 | 60.91 | 101.91 | - |
| YUV | 209.25 | 153.26 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 191 | 254 | 0.10 | 0.25 | 0 | 0.00 | 275.24 | 0.97 | 0.87 |
| Hex | E4 | BF | FE | A | 19 | 0 | 0 | 113 | 61 | 57 |
| Octal | 344 | 277 | 376 | 12 | 31 | 0 | 0 | 423 | 141 | 127 |
| Binary | 11100100 | 10111111 | 11111110 | 1010 | 11001 | 0 | 0 | 100010011 | 1100001 | 1010111 |
Color Harmonies of #E4BFFE
Complementary color
Monochromatic Colors of #E4BFFE
Black with #E4BFFE
Text Example
Text Example
White with #E4BFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BFFE; }
p { color: rgb(228,191,254); }
H1.HeaderClassName
{
color: #E4BFFE;
}
.AnyTagClassName
{
color: #E4BFFE;
}
</style>
background-color css
<style>
a { background-color: #E4BFFE; }
a { background-color: rgb(228,191,254); }
div.DivClassName
{
background-color: #E4BFFE;
}
.BgClassName
{
background-color: #E4BFFE;
}
</style>
border-color css
<style>
span { border-color: #E4BFFE; }
span { border-color: rgb(228,191,254); }
td.TdClassName
{
border-color: #E4BFFE;
}
.TagClassName
{
border-color: #E4BFFE;
}
</style>