Shades of Mauve #E2B1ED
Tints of Mauve #E2B1ED
RGB
CMYK
RGB Variations
Color information
#E2B1ED (or 0xE2B1ED) is known color: Mauve. HEX triplet: E2, B1 and ED. RGB value is (226,177,237). Sum of RGB (Red+Green+Blue) = 226+177+237=640 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.31% from 640); Green value is 177 (69.53% from 255 or 27.66% from 640); Blue value is 237 (92.97% from 255 or 37.03% from 640); Max value from RGB is 237 - color contains mainly: blue. Hex color #E2B1ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2B1ED is #1D4E12. Grayscale: #C6C6C6. Windows color (decimal): -1920531 or 15577570. OLE color: 15577570.
HSL color Cylindrical-coordinate representation of color #E2B1ED: hue angle of 289º 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 #E2B1ED is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 226 | 177 | 237 | - |
CMYK | 0.05 | 0.25 | 0 | 0.07 |
HSL | 289º | 0.63% | 0.81% | - |
HSV(B) | 289º | 0.25% | 0.93% | - |
XYZ | 62.37 | 53.73 | 87.2 | - |
YUV | 198.49 | 149.73 | 147.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 177 | 237 | 0.05 | 0.25 | 0 | 0.07 | 289 | 0.63 | 0.81 |
Hex | E2 | B1 | ED | 5 | 19 | 0 | 7 | 121 | 3E | 51 |
Octal | 342 | 261 | 355 | 5 | 31 | 0 | 7 | 441 | 76 | 121 |
Binary | 11100010 | 10110001 | 11101101 | 101 | 11001 | 0 | 111 | 100100001 | 111110 | 1010001 |
Color Harmonies of #E2B1ED
Complementary color
Monochromatic Colors of #E2B1ED
Black with #E2B1ED
Text Example
Text Example
White with #E2B1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B1ED; }
p { color: rgb(226,177,237); }
H1.HeaderClassName
{
color: #E2B1ED;
}
.AnyTagClassName
{
color: #E2B1ED;
}
</style>
background-color css
<style>
a { background-color: #E2B1ED; }
a { background-color: rgb(226,177,237); }
div.DivClassName
{
background-color: #E2B1ED;
}
.BgClassName
{
background-color: #E2B1ED;
}
</style>
border-color css
<style>
span { border-color: #E2B1ED; }
span { border-color: rgb(226,177,237); }
td.TdClassName
{
border-color: #E2B1ED;
}
.TagClassName
{
border-color: #E2B1ED;
}
</style>