Shades of Mauve #E4BFF9
Tints of Mauve #E4BFF9
RGB
CMYK
RGB Variations
Color information
#E4BFF9 (or 0xE4BFF9) is known color: Mauve. HEX triplet: E4, BF and F9. RGB value is (228,191,249). Sum of RGB (Red+Green+Blue) = 228+191+249=668 (88% of max value = 765). Red value is 228 (89.45% from 255 or 34.13% from 668); Green value is 191 (75% from 255 or 28.59% from 668); Blue value is 249 (97.66% from 255 or 37.28% from 668); Max value from RGB is 249 - color contains mainly: blue. Hex color #E4BFF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BFF9 is #1B4006. Grayscale: #D0D0D0. Windows color (decimal): -1785863 or 16367588. OLE color: 16367588.
HSL color Cylindrical-coordinate representation of color #E4BFF9: hue angle of 278.28º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E4BFF9 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 191 | 249 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.02 |
| HSL | 278.28º | 0.83% | 0.86% | - |
| HSV(B) | 278.28º | 0.23% | 0.98% | - |
| XYZ | 67.72 | 60.6 | 97.75 | - |
| YUV | 208.68 | 150.76 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 191 | 249 | 0.08 | 0.23 | 0 | 0.02 | 278.28 | 0.83 | 0.86 |
| Hex | E4 | BF | F9 | 8 | 17 | 0 | 2 | 116 | 53 | 56 |
| Octal | 344 | 277 | 371 | 10 | 27 | 0 | 2 | 426 | 123 | 126 |
| Binary | 11100100 | 10111111 | 11111001 | 1000 | 10111 | 0 | 10 | 100010110 | 1010011 | 1010110 |
Color Harmonies of #E4BFF9
Complementary color
Monochromatic Colors of #E4BFF9
Black with #E4BFF9
Text Example
Text Example
White with #E4BFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BFF9; }
p { color: rgb(228,191,249); }
H1.HeaderClassName
{
color: #E4BFF9;
}
.AnyTagClassName
{
color: #E4BFF9;
}
</style>
background-color css
<style>
a { background-color: #E4BFF9; }
a { background-color: rgb(228,191,249); }
div.DivClassName
{
background-color: #E4BFF9;
}
.BgClassName
{
background-color: #E4BFF9;
}
</style>
border-color css
<style>
span { border-color: #E4BFF9; }
span { border-color: rgb(228,191,249); }
td.TdClassName
{
border-color: #E4BFF9;
}
.TagClassName
{
border-color: #E4BFF9;
}
</style>