Shades of Mauve #E2BBF1
Tints of Mauve #E2BBF1
RGB
CMYK
RGB Variations
Color information
#E2BBF1 (or 0xE2BBF1) is known color: Mauve. HEX triplet: E2, BB and F1. RGB value is (226,187,241). Sum of RGB (Red+Green+Blue) = 226+187+241=654 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.56% from 654); Green value is 187 (73.44% from 255 or 28.59% from 654); Blue value is 241 (94.53% from 255 or 36.85% from 654); Max value from RGB is 241 - color contains mainly: blue. Hex color #E2BBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BBF1 is #1D440E. Grayscale: #CCCCCC. Windows color (decimal): -1917967 or 15842274. OLE color: 15842274.
HSL color Cylindrical-coordinate representation of color #E2BBF1: hue angle of 283.33º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E2BBF1 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 187 | 241 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.05 |
| HSL | 283.33º | 0.66% | 0.84% | - |
| HSV(B) | 283.33º | 0.22% | 0.95% | - |
| XYZ | 65.01 | 58.06 | 91 | - |
| YUV | 204.82 | 148.42 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 187 | 241 | 0.06 | 0.22 | 0 | 0.05 | 283.33 | 0.66 | 0.84 |
| Hex | E2 | BB | F1 | 6 | 16 | 0 | 5 | 11B | 42 | 54 |
| Octal | 342 | 273 | 361 | 6 | 26 | 0 | 5 | 433 | 102 | 124 |
| Binary | 11100010 | 10111011 | 11110001 | 110 | 10110 | 0 | 101 | 100011011 | 1000010 | 1010100 |
Color Harmonies of #E2BBF1
Complementary color
Monochromatic Colors of #E2BBF1
Black with #E2BBF1
Text Example
Text Example
White with #E2BBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BBF1; }
p { color: rgb(226,187,241); }
H1.HeaderClassName
{
color: #E2BBF1;
}
.AnyTagClassName
{
color: #E2BBF1;
}
</style>
background-color css
<style>
a { background-color: #E2BBF1; }
a { background-color: rgb(226,187,241); }
div.DivClassName
{
background-color: #E2BBF1;
}
.BgClassName
{
background-color: #E2BBF1;
}
</style>
border-color css
<style>
span { border-color: #E2BBF1; }
span { border-color: rgb(226,187,241); }
td.TdClassName
{
border-color: #E2BBF1;
}
.TagClassName
{
border-color: #E2BBF1;
}
</style>