Shades of Mauve #E2B1FC
Tints of Mauve #E2B1FC
RGB
CMYK
RGB Variations
Color information
#E2B1FC (or 0xE2B1FC) is known color: Mauve. HEX triplet: E2, B1 and FC. RGB value is (226,177,252). Sum of RGB (Red+Green+Blue) = 226+177+252=655 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.50% from 655); Green value is 177 (69.53% from 255 or 27.02% from 655); Blue value is 252 (98.83% from 255 or 38.47% from 655); Max value from RGB is 252 - color contains mainly: blue. Hex color #E2B1FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2B1FC is #1D4E03. Grayscale: #C7C7C7. Windows color (decimal): -1920516 or 16560610. OLE color: 16560610.
HSL color Cylindrical-coordinate representation of color #E2B1FC: hue angle of 279.2º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E2B1FC is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 177 | 252 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.01 |
| HSL | 279.2º | 0.93% | 0.84% | - |
| HSV(B) | 279.2º | 0.3% | 0.99% | - |
| XYZ | 64.66 | 54.64 | 99.23 | - |
| YUV | 200.2 | 157.23 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 177 | 252 | 0.10 | 0.30 | 0 | 0.01 | 279.2 | 0.93 | 0.84 |
| Hex | E2 | B1 | FC | A | 1E | 0 | 1 | 117 | 5D | 54 |
| Octal | 342 | 261 | 374 | 12 | 36 | 0 | 1 | 427 | 135 | 124 |
| Binary | 11100010 | 10110001 | 11111100 | 1010 | 11110 | 0 | 1 | 100010111 | 1011101 | 1010100 |
Color Harmonies of #E2B1FC
Complementary color
Monochromatic Colors of #E2B1FC
Black with #E2B1FC
Text Example
Text Example
White with #E2B1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B1FC; }
p { color: rgb(226,177,252); }
H1.HeaderClassName
{
color: #E2B1FC;
}
.AnyTagClassName
{
color: #E2B1FC;
}
</style>
background-color css
<style>
a { background-color: #E2B1FC; }
a { background-color: rgb(226,177,252); }
div.DivClassName
{
background-color: #E2B1FC;
}
.BgClassName
{
background-color: #E2B1FC;
}
</style>
border-color css
<style>
span { border-color: #E2B1FC; }
span { border-color: rgb(226,177,252); }
td.TdClassName
{
border-color: #E2B1FC;
}
.TagClassName
{
border-color: #E2B1FC;
}
</style>