Shades of Mauve #E1BEFC
Tints of Mauve #E1BEFC
RGB
CMYK
RGB Variations
Color information
#E1BEFC (or 0xE1BEFC) is known color: Mauve. HEX triplet: E1, BE and FC. RGB value is (225,190,252). Sum of RGB (Red+Green+Blue) = 225+190+252=667 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.73% from 667); Green value is 190 (74.61% from 255 or 28.49% from 667); Blue value is 252 (98.83% from 255 or 37.78% from 667); Max value from RGB is 252 - color contains mainly: blue. Hex color #E1BEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BEFC is #1E4103. Grayscale: #CFCFCF. Windows color (decimal): -1982724 or 16563937. OLE color: 16563937.
HSL color Cylindrical-coordinate representation of color #E1BEFC: hue angle of 273.87º 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 #E1BEFC is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 190 | 252 | - |
| CMYK | 0.11 | 0.25 | 0 | 0.01 |
| HSL | 273.87º | 0.91% | 0.87% | - |
| HSV(B) | 273.87º | 0.25% | 0.99% | - |
| XYZ | 67.04 | 59.86 | 100.12 | - |
| YUV | 207.53 | 153.1 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 190 | 252 | 0.11 | 0.25 | 0 | 0.01 | 273.87 | 0.91 | 0.87 |
| Hex | E1 | BE | FC | B | 19 | 0 | 1 | 112 | 5B | 57 |
| Octal | 341 | 276 | 374 | 13 | 31 | 0 | 1 | 422 | 133 | 127 |
| Binary | 11100001 | 10111110 | 11111100 | 1011 | 11001 | 0 | 1 | 100010010 | 1011011 | 1010111 |
Color Harmonies of #E1BEFC
Complementary color
Monochromatic Colors of #E1BEFC
Black with #E1BEFC
Text Example
Text Example
White with #E1BEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BEFC; }
p { color: rgb(225,190,252); }
H1.HeaderClassName
{
color: #E1BEFC;
}
.AnyTagClassName
{
color: #E1BEFC;
}
</style>
background-color css
<style>
a { background-color: #E1BEFC; }
a { background-color: rgb(225,190,252); }
div.DivClassName
{
background-color: #E1BEFC;
}
.BgClassName
{
background-color: #E1BEFC;
}
</style>
border-color css
<style>
span { border-color: #E1BEFC; }
span { border-color: rgb(225,190,252); }
td.TdClassName
{
border-color: #E1BEFC;
}
.TagClassName
{
border-color: #E1BEFC;
}
</style>