Shades of Mauve #E4BFF2
Tints of Mauve #E4BFF2
RGB
CMYK
RGB Variations
Color information
#E4BFF2 (or 0xE4BFF2) is known color: Mauve. HEX triplet: E4, BF and F2. RGB value is (228,191,242). Sum of RGB (Red+Green+Blue) = 228+191+242=661 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.49% from 661); Green value is 191 (75% from 255 or 28.90% from 661); Blue value is 242 (94.92% from 255 or 36.61% from 661); Max value from RGB is 242 - color contains mainly: blue. Hex color #E4BFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BFF2 is #1B400D. Grayscale: #CFCFCF. Windows color (decimal): -1785870 or 15908836. OLE color: 15908836.
HSL color Cylindrical-coordinate representation of color #E4BFF2: hue angle of 283.53º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E4BFF2 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 191 | 242 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.05 |
| HSL | 283.53º | 0.66% | 0.85% | - |
| HSV(B) | 283.53º | 0.21% | 0.95% | - |
| XYZ | 66.65 | 60.17 | 92.1 | - |
| YUV | 207.88 | 147.26 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 191 | 242 | 0.06 | 0.21 | 0 | 0.05 | 283.53 | 0.66 | 0.85 |
| Hex | E4 | BF | F2 | 6 | 15 | 0 | 5 | 11C | 42 | 55 |
| Octal | 344 | 277 | 362 | 6 | 25 | 0 | 5 | 434 | 102 | 125 |
| Binary | 11100100 | 10111111 | 11110010 | 110 | 10101 | 0 | 101 | 100011100 | 1000010 | 1010101 |
Color Harmonies of #E4BFF2
Complementary color
Monochromatic Colors of #E4BFF2
Black with #E4BFF2
Text Example
Text Example
White with #E4BFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BFF2; }
p { color: rgb(228,191,242); }
H1.HeaderClassName
{
color: #E4BFF2;
}
.AnyTagClassName
{
color: #E4BFF2;
}
</style>
background-color css
<style>
a { background-color: #E4BFF2; }
a { background-color: rgb(228,191,242); }
div.DivClassName
{
background-color: #E4BFF2;
}
.BgClassName
{
background-color: #E4BFF2;
}
</style>
border-color css
<style>
span { border-color: #E4BFF2; }
span { border-color: rgb(228,191,242); }
td.TdClassName
{
border-color: #E4BFF2;
}
.TagClassName
{
border-color: #E4BFF2;
}
</style>