Shades of Mauve #E2B1FD
Tints of Mauve #E2B1FD
RGB
CMYK
RGB Variations
Color information
#E2B1FD (or 0xE2B1FD) is known color: Mauve. HEX triplet: E2, B1 and FD. RGB value is (226,177,253). Sum of RGB (Red+Green+Blue) = 226+177+253=656 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.45% from 656); Green value is 177 (69.53% from 255 or 26.98% from 656); Blue value is 253 (99.22% from 255 or 38.57% from 656); Max value from RGB is 253 - color contains mainly: blue. Hex color #E2B1FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2B1FD is #1D4E02. Grayscale: #C8C8C8. Windows color (decimal): -1920515 or 16626146. OLE color: 16626146.
HSL color Cylindrical-coordinate representation of color #E2B1FD: hue angle of 278.68º degrees, saturation: 0.95, 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 #E2B1FD is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 177 | 253 | - |
| CMYK | 0.11 | 0.30 | 0 | 0.01 |
| HSL | 278.68º | 0.95% | 0.84% | - |
| HSV(B) | 278.68º | 0.3% | 0.99% | - |
| XYZ | 64.82 | 54.7 | 100.07 | - |
| YUV | 200.32 | 157.73 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 177 | 253 | 0.11 | 0.30 | 0 | 0.01 | 278.68 | 0.95 | 0.84 |
| Hex | E2 | B1 | FD | B | 1E | 0 | 1 | 117 | 5F | 54 |
| Octal | 342 | 261 | 375 | 13 | 36 | 0 | 1 | 427 | 137 | 124 |
| Binary | 11100010 | 10110001 | 11111101 | 1011 | 11110 | 0 | 1 | 100010111 | 1011111 | 1010100 |
Color Harmonies of #E2B1FD
Complementary color
Monochromatic Colors of #E2B1FD
Black with #E2B1FD
Text Example
Text Example
White with #E2B1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B1FD; }
p { color: rgb(226,177,253); }
H1.HeaderClassName
{
color: #E2B1FD;
}
.AnyTagClassName
{
color: #E2B1FD;
}
</style>
background-color css
<style>
a { background-color: #E2B1FD; }
a { background-color: rgb(226,177,253); }
div.DivClassName
{
background-color: #E2B1FD;
}
.BgClassName
{
background-color: #E2B1FD;
}
</style>
border-color css
<style>
span { border-color: #E2B1FD; }
span { border-color: rgb(226,177,253); }
td.TdClassName
{
border-color: #E2B1FD;
}
.TagClassName
{
border-color: #E2B1FD;
}
</style>