Shades of Mauve #E4B8F1
Tints of Mauve #E4B8F1
RGB
CMYK
RGB Variations
Color information
#E4B8F1 (or 0xE4B8F1) is known color: Mauve. HEX triplet: E4, B8 and F1. RGB value is (228,184,241). Sum of RGB (Red+Green+Blue) = 228+184+241=653 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.92% from 653); Green value is 184 (72.27% from 255 or 28.18% from 653); Blue value is 241 (94.53% from 255 or 36.91% from 653); Max value from RGB is 241 - color contains mainly: blue. Hex color #E4B8F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4B8F1 is #1B470E. Grayscale: #CBCBCB. Windows color (decimal): -1787663 or 15841508. OLE color: 15841508.
HSL color Cylindrical-coordinate representation of color #E4B8F1: hue angle of 286.32º degrees, saturation: 0.67, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E4B8F1 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 184 | 241 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.05 |
| HSL | 286.32º | 0.67% | 0.83% | - |
| HSV(B) | 286.32º | 0.24% | 0.95% | - |
| XYZ | 65.01 | 57.13 | 90.82 | - |
| YUV | 203.65 | 149.08 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 184 | 241 | 0.05 | 0.24 | 0 | 0.05 | 286.32 | 0.67 | 0.83 |
| Hex | E4 | B8 | F1 | 5 | 18 | 0 | 5 | 11E | 43 | 53 |
| Octal | 344 | 270 | 361 | 5 | 30 | 0 | 5 | 436 | 103 | 123 |
| Binary | 11100100 | 10111000 | 11110001 | 101 | 11000 | 0 | 101 | 100011110 | 1000011 | 1010011 |
Color Harmonies of #E4B8F1
Complementary color
Monochromatic Colors of #E4B8F1
Black with #E4B8F1
Text Example
Text Example
White with #E4B8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4B8F1; }
p { color: rgb(228,184,241); }
H1.HeaderClassName
{
color: #E4B8F1;
}
.AnyTagClassName
{
color: #E4B8F1;
}
</style>
background-color css
<style>
a { background-color: #E4B8F1; }
a { background-color: rgb(228,184,241); }
div.DivClassName
{
background-color: #E4B8F1;
}
.BgClassName
{
background-color: #E4B8F1;
}
</style>
border-color css
<style>
span { border-color: #E4B8F1; }
span { border-color: rgb(228,184,241); }
td.TdClassName
{
border-color: #E4B8F1;
}
.TagClassName
{
border-color: #E4B8F1;
}
</style>