Shades of Mauve #E4BCF3
Tints of Mauve #E4BCF3
RGB
CMYK
RGB Variations
Color information
#E4BCF3 (or 0xE4BCF3) is known color: Mauve. HEX triplet: E4, BC and F3. RGB value is (228,188,243). Sum of RGB (Red+Green+Blue) = 228+188+243=659 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.60% from 659); Green value is 188 (73.83% from 255 or 28.53% from 659); Blue value is 243 (95.31% from 255 or 36.87% from 659); Max value from RGB is 243 - color contains mainly: blue. Hex color #E4BCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BCF3 is #1B430C. Grayscale: #CECECE. Windows color (decimal): -1786637 or 15973604. OLE color: 15973604.
HSL color Cylindrical-coordinate representation of color #E4BCF3: hue angle of 283.64º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E4BCF3 is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 188 | 243 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.05 |
| HSL | 283.64º | 0.7% | 0.85% | - |
| HSV(B) | 283.64º | 0.23% | 0.95% | - |
| XYZ | 66.16 | 58.93 | 92.68 | - |
| YUV | 206.23 | 148.75 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 188 | 243 | 0.06 | 0.23 | 0 | 0.05 | 283.64 | 0.7 | 0.85 |
| Hex | E4 | BC | F3 | 6 | 17 | 0 | 5 | 11C | 46 | 55 |
| Octal | 344 | 274 | 363 | 6 | 27 | 0 | 5 | 434 | 106 | 125 |
| Binary | 11100100 | 10111100 | 11110011 | 110 | 10111 | 0 | 101 | 100011100 | 1000110 | 1010101 |
Color Harmonies of #E4BCF3
Complementary color
Monochromatic Colors of #E4BCF3
Black with #E4BCF3
Text Example
Text Example
White with #E4BCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BCF3; }
p { color: rgb(228,188,243); }
H1.HeaderClassName
{
color: #E4BCF3;
}
.AnyTagClassName
{
color: #E4BCF3;
}
</style>
background-color css
<style>
a { background-color: #E4BCF3; }
a { background-color: rgb(228,188,243); }
div.DivClassName
{
background-color: #E4BCF3;
}
.BgClassName
{
background-color: #E4BCF3;
}
</style>
border-color css
<style>
span { border-color: #E4BCF3; }
span { border-color: rgb(228,188,243); }
td.TdClassName
{
border-color: #E4BCF3;
}
.TagClassName
{
border-color: #E4BCF3;
}
</style>