Shades of Mauve #E4BEFC
Tints of Mauve #E4BEFC
RGB
CMYK
RGB Variations
Color information
#E4BEFC (or 0xE4BEFC) is known color: Mauve. HEX triplet: E4, BE and FC. RGB value is (228,190,252). Sum of RGB (Red+Green+Blue) = 228+190+252=670 (88% of max value = 765). Red value is 228 (89.45% from 255 or 34.03% from 670); Green value is 190 (74.61% from 255 or 28.36% from 670); Blue value is 252 (98.83% from 255 or 37.61% from 670); Max value from RGB is 252 - color contains mainly: blue. Hex color #E4BEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BEFC is #1B4103. Grayscale: #D0D0D0. Windows color (decimal): -1786116 or 16563940. OLE color: 16563940.
HSL color Cylindrical-coordinate representation of color #E4BEFC: hue angle of 276.77º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E4BEFC is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 190 | 252 | - |
| CMYK | 0.10 | 0.25 | 0 | 0.01 |
| HSL | 276.77º | 0.91% | 0.87% | - |
| HSV(B) | 276.77º | 0.25% | 0.99% | - |
| XYZ | 67.98 | 60.35 | 100.16 | - |
| YUV | 208.43 | 152.59 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 190 | 252 | 0.10 | 0.25 | 0 | 0.01 | 276.77 | 0.91 | 0.87 |
| Hex | E4 | BE | FC | A | 19 | 0 | 1 | 115 | 5B | 57 |
| Octal | 344 | 276 | 374 | 12 | 31 | 0 | 1 | 425 | 133 | 127 |
| Binary | 11100100 | 10111110 | 11111100 | 1010 | 11001 | 0 | 1 | 100010101 | 1011011 | 1010111 |
Color Harmonies of #E4BEFC
Complementary color
Monochromatic Colors of #E4BEFC
Black with #E4BEFC
Text Example
Text Example
White with #E4BEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BEFC; }
p { color: rgb(228,190,252); }
H1.HeaderClassName
{
color: #E4BEFC;
}
.AnyTagClassName
{
color: #E4BEFC;
}
</style>
background-color css
<style>
a { background-color: #E4BEFC; }
a { background-color: rgb(228,190,252); }
div.DivClassName
{
background-color: #E4BEFC;
}
.BgClassName
{
background-color: #E4BEFC;
}
</style>
border-color css
<style>
span { border-color: #E4BEFC; }
span { border-color: rgb(228,190,252); }
td.TdClassName
{
border-color: #E4BEFC;
}
.TagClassName
{
border-color: #E4BEFC;
}
</style>