Shades of Mauve #E2BBF0
Tints of Mauve #E2BBF0
RGB
CMYK
RGB Variations
Color information
#E2BBF0 (or 0xE2BBF0) is known color: Mauve. HEX triplet: E2, BB and F0. RGB value is (226,187,240). Sum of RGB (Red+Green+Blue) = 226+187+240=653 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.61% from 653); Green value is 187 (73.44% from 255 or 28.64% from 653); Blue value is 240 (94.14% from 255 or 36.75% from 653); Max value from RGB is 240 - color contains mainly: blue. Hex color #E2BBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BBF0 is #1D440F. Grayscale: #CCCCCC. Windows color (decimal): -1917968 or 15776738. OLE color: 15776738.
HSL color Cylindrical-coordinate representation of color #E2BBF0: hue angle of 284.15º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E2BBF0 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 187 | 240 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.06 |
| HSL | 284.15º | 0.64% | 0.84% | - |
| HSV(B) | 284.15º | 0.22% | 0.94% | - |
| XYZ | 64.86 | 58 | 90.21 | - |
| YUV | 204.7 | 147.92 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 187 | 240 | 0.06 | 0.22 | 0 | 0.06 | 284.15 | 0.64 | 0.84 |
| Hex | E2 | BB | F0 | 6 | 16 | 0 | 6 | 11C | 40 | 54 |
| Octal | 342 | 273 | 360 | 6 | 26 | 0 | 6 | 434 | 100 | 124 |
| Binary | 11100010 | 10111011 | 11110000 | 110 | 10110 | 0 | 110 | 100011100 | 1000000 | 1010100 |
Color Harmonies of #E2BBF0
Complementary color
Monochromatic Colors of #E2BBF0
Black with #E2BBF0
Text Example
Text Example
White with #E2BBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BBF0; }
p { color: rgb(226,187,240); }
H1.HeaderClassName
{
color: #E2BBF0;
}
.AnyTagClassName
{
color: #E2BBF0;
}
</style>
background-color css
<style>
a { background-color: #E2BBF0; }
a { background-color: rgb(226,187,240); }
div.DivClassName
{
background-color: #E2BBF0;
}
.BgClassName
{
background-color: #E2BBF0;
}
</style>
border-color css
<style>
span { border-color: #E2BBF0; }
span { border-color: rgb(226,187,240); }
td.TdClassName
{
border-color: #E2BBF0;
}
.TagClassName
{
border-color: #E2BBF0;
}
</style>