Shades of Mauve #E2B2ED
Tints of Mauve #E2B2ED
RGB
CMYK
RGB Variations
Color information
#E2B2ED (or 0xE2B2ED) is known color: Mauve. HEX triplet: E2, B2 and ED. RGB value is (226,178,237). Sum of RGB (Red+Green+Blue) = 226+178+237=641 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.26% from 641); Green value is 178 (69.92% from 255 or 27.77% from 641); Blue value is 237 (92.97% from 255 or 36.97% from 641); Max value from RGB is 237 - color contains mainly: blue. Hex color #E2B2ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2B2ED is #1D4D12. Grayscale: #C6C6C6. Windows color (decimal): -1920275 or 15577826. OLE color: 15577826.
HSL color Cylindrical-coordinate representation of color #E2B2ED: hue angle of 288.81º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E2B2ED is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 178 | 237 | - |
| CMYK | 0.05 | 0.25 | 0 | 0.07 |
| HSL | 288.81º | 0.62% | 0.81% | - |
| HSV(B) | 288.81º | 0.25% | 0.93% | - |
| XYZ | 62.57 | 54.12 | 87.27 | - |
| YUV | 199.08 | 149.4 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 178 | 237 | 0.05 | 0.25 | 0 | 0.07 | 288.81 | 0.62 | 0.81 |
| Hex | E2 | B2 | ED | 5 | 19 | 0 | 7 | 121 | 3E | 51 |
| Octal | 342 | 262 | 355 | 5 | 31 | 0 | 7 | 441 | 76 | 121 |
| Binary | 11100010 | 10110010 | 11101101 | 101 | 11001 | 0 | 111 | 100100001 | 111110 | 1010001 |
Color Harmonies of #E2B2ED
Complementary color
Monochromatic Colors of #E2B2ED
Black with #E2B2ED
Text Example
Text Example
White with #E2B2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B2ED; }
p { color: rgb(226,178,237); }
H1.HeaderClassName
{
color: #E2B2ED;
}
.AnyTagClassName
{
color: #E2B2ED;
}
</style>
background-color css
<style>
a { background-color: #E2B2ED; }
a { background-color: rgb(226,178,237); }
div.DivClassName
{
background-color: #E2B2ED;
}
.BgClassName
{
background-color: #E2B2ED;
}
</style>
border-color css
<style>
span { border-color: #E2B2ED; }
span { border-color: rgb(226,178,237); }
td.TdClassName
{
border-color: #E2B2ED;
}
.TagClassName
{
border-color: #E2B2ED;
}
</style>