Shades of Mauve #E4B9FB
Tints of Mauve #E4B9FB
RGB
CMYK
RGB Variations
Color information
#E4B9FB (or 0xE4B9FB) is known color: Mauve. HEX triplet: E4, B9 and FB. RGB value is (228,185,251). Sum of RGB (Red+Green+Blue) = 228+185+251=664 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.34% from 664); Green value is 185 (72.66% from 255 or 27.86% from 664); Blue value is 251 (98.44% from 255 or 37.80% from 664); Max value from RGB is 251 - color contains mainly: blue. Hex color #E4B9FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4B9FB is #1B4604. Grayscale: #CDCDCD. Windows color (decimal): -1787397 or 16497124. OLE color: 16497124.
HSL color Cylindrical-coordinate representation of color #E4B9FB: hue angle of 279.09º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E4B9FB is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 185 | 251 | - |
| CMYK | 0.09 | 0.26 | 0 | 0.02 |
| HSL | 279.09º | 0.89% | 0.85% | - |
| HSV(B) | 279.09º | 0.26% | 0.98% | - |
| XYZ | 66.76 | 58.16 | 98.97 | - |
| YUV | 205.38 | 153.75 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 185 | 251 | 0.09 | 0.26 | 0 | 0.02 | 279.09 | 0.89 | 0.85 |
| Hex | E4 | B9 | FB | 9 | 1A | 0 | 2 | 117 | 59 | 55 |
| Octal | 344 | 271 | 373 | 11 | 32 | 0 | 2 | 427 | 131 | 125 |
| Binary | 11100100 | 10111001 | 11111011 | 1001 | 11010 | 0 | 10 | 100010111 | 1011001 | 1010101 |
Color Harmonies of #E4B9FB
Complementary color
Monochromatic Colors of #E4B9FB
Black with #E4B9FB
Text Example
Text Example
White with #E4B9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4B9FB; }
p { color: rgb(228,185,251); }
H1.HeaderClassName
{
color: #E4B9FB;
}
.AnyTagClassName
{
color: #E4B9FB;
}
</style>
background-color css
<style>
a { background-color: #E4B9FB; }
a { background-color: rgb(228,185,251); }
div.DivClassName
{
background-color: #E4B9FB;
}
.BgClassName
{
background-color: #E4B9FB;
}
</style>
border-color css
<style>
span { border-color: #E4B9FB; }
span { border-color: rgb(228,185,251); }
td.TdClassName
{
border-color: #E4B9FB;
}
.TagClassName
{
border-color: #E4B9FB;
}
</style>