Shades of Mauve #E4BCFC
Tints of Mauve #E4BCFC
RGB
CMYK
RGB Variations
Color information
#E4BCFC (or 0xE4BCFC) is known color: Mauve. HEX triplet: E4, BC and FC. RGB value is (228,188,252). Sum of RGB (Red+Green+Blue) = 228+188+252=668 (88% of max value = 765). Red value is 228 (89.45% from 255 or 34.13% from 668); Green value is 188 (73.83% from 255 or 28.14% from 668); Blue value is 252 (98.83% from 255 or 37.72% from 668); Max value from RGB is 252 - color contains mainly: blue. Hex color #E4BCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BCFC is #1B4303. Grayscale: #CFCFCF. Windows color (decimal): -1786628 or 16563428. OLE color: 16563428.
HSL color Cylindrical-coordinate representation of color #E4BCFC: hue angle of 277.5º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E4BCFC is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 188 | 252 | - |
| CMYK | 0.10 | 0.25 | 0 | 0.01 |
| HSL | 277.5º | 0.91% | 0.86% | - |
| HSV(B) | 277.5º | 0.25% | 0.99% | - |
| XYZ | 67.55 | 59.49 | 100.02 | - |
| YUV | 207.26 | 153.25 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 188 | 252 | 0.10 | 0.25 | 0 | 0.01 | 277.5 | 0.91 | 0.86 |
| Hex | E4 | BC | FC | A | 19 | 0 | 1 | 116 | 5B | 56 |
| Octal | 344 | 274 | 374 | 12 | 31 | 0 | 1 | 426 | 133 | 126 |
| Binary | 11100100 | 10111100 | 11111100 | 1010 | 11001 | 0 | 1 | 100010110 | 1011011 | 1010110 |
Color Harmonies of #E4BCFC
Complementary color
Monochromatic Colors of #E4BCFC
Black with #E4BCFC
Text Example
Text Example
White with #E4BCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BCFC; }
p { color: rgb(228,188,252); }
H1.HeaderClassName
{
color: #E4BCFC;
}
.AnyTagClassName
{
color: #E4BCFC;
}
</style>
background-color css
<style>
a { background-color: #E4BCFC; }
a { background-color: rgb(228,188,252); }
div.DivClassName
{
background-color: #E4BCFC;
}
.BgClassName
{
background-color: #E4BCFC;
}
</style>
border-color css
<style>
span { border-color: #E4BCFC; }
span { border-color: rgb(228,188,252); }
td.TdClassName
{
border-color: #E4BCFC;
}
.TagClassName
{
border-color: #E4BCFC;
}
</style>