Shades of Mauve #E2BAED
Tints of Mauve #E2BAED
RGB
CMYK
RGB Variations
Color information
#E2BAED (or 0xE2BAED) is known color: Mauve. HEX triplet: E2, BA and ED. RGB value is (226,186,237). Sum of RGB (Red+Green+Blue) = 226+186+237=649 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.82% from 649); Green value is 186 (73.05% from 255 or 28.66% from 649); Blue value is 237 (92.97% from 255 or 36.52% from 649); Max value from RGB is 237 - color contains mainly: blue. Hex color #E2BAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BAED is #1D4512. Grayscale: #CBCBCB. Windows color (decimal): -1918227 or 15579874. OLE color: 15579874.
HSL color Cylindrical-coordinate representation of color #E2BAED: hue angle of 287.06º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E2BAED is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 226 | 186 | 237 | - |
CMYK | 0.05 | 0.22 | 0 | 0.07 |
HSL | 287.06º | 0.59% | 0.83% | - |
HSV(B) | 287.06º | 0.22% | 0.93% | - |
XYZ | 64.21 | 57.4 | 87.82 | - |
YUV | 203.77 | 146.75 | 143.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 186 | 237 | 0.05 | 0.22 | 0 | 0.07 | 287.06 | 0.59 | 0.83 |
Hex | E2 | BA | ED | 5 | 16 | 0 | 7 | 11F | 3B | 53 |
Octal | 342 | 272 | 355 | 5 | 26 | 0 | 7 | 437 | 73 | 123 |
Binary | 11100010 | 10111010 | 11101101 | 101 | 10110 | 0 | 111 | 100011111 | 111011 | 1010011 |
Color Harmonies of #E2BAED
Complementary color
Monochromatic Colors of #E2BAED
Black with #E2BAED
Text Example
Text Example
White with #E2BAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BAED; }
p { color: rgb(226,186,237); }
H1.HeaderClassName
{
color: #E2BAED;
}
.AnyTagClassName
{
color: #E2BAED;
}
</style>
background-color css
<style>
a { background-color: #E2BAED; }
a { background-color: rgb(226,186,237); }
div.DivClassName
{
background-color: #E2BAED;
}
.BgClassName
{
background-color: #E2BAED;
}
</style>
border-color css
<style>
span { border-color: #E2BAED; }
span { border-color: rgb(226,186,237); }
td.TdClassName
{
border-color: #E2BAED;
}
.TagClassName
{
border-color: #E2BAED;
}
</style>