Shades of Mauve #E2B9FF
Tints of Mauve #E2B9FF
RGB
CMYK
RGB Variations
Color information
#E2B9FF (or 0xE2B9FF) is known color: Mauve. HEX triplet: E2, B9 and FF. RGB value is (226,185,255). Sum of RGB (Red+Green+Blue) = 226+185+255=666 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.93% from 666); Green value is 185 (72.66% from 255 or 27.78% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #E2B9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2B9FF is #1D4600. Grayscale: #CDCDCD. Windows color (decimal): -1918465 or 16759266. OLE color: 16759266.
HSL color Cylindrical-coordinate representation of color #E2B9FF: hue angle of 275.14º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E2B9FF is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 185 | 255 | - |
| CMYK | 0.11 | 0.27 | 0 | 0 |
| HSL | 275.14º | 1% | 0.86% | - |
| HSV(B) | 275.14º | 0.27% | 1% | - |
| XYZ | 66.76 | 58.09 | 102.3 | - |
| YUV | 205.24 | 156.08 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 185 | 255 | 0.11 | 0.27 | 0 | 0 | 275.14 | 1 | 0.86 |
| Hex | E2 | B9 | FF | B | 1B | 0 | 0 | 113 | 64 | 56 |
| Octal | 342 | 271 | 377 | 13 | 33 | 0 | 0 | 423 | 144 | 126 |
| Binary | 11100010 | 10111001 | 11111111 | 1011 | 11011 | 0 | 0 | 100010011 | 1100100 | 1010110 |
Color Harmonies of #E2B9FF
Complementary color
Monochromatic Colors of #E2B9FF
Black with #E2B9FF
Text Example
Text Example
White with #E2B9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B9FF; }
p { color: rgb(226,185,255); }
H1.HeaderClassName
{
color: #E2B9FF;
}
.AnyTagClassName
{
color: #E2B9FF;
}
</style>
background-color css
<style>
a { background-color: #E2B9FF; }
a { background-color: rgb(226,185,255); }
div.DivClassName
{
background-color: #E2B9FF;
}
.BgClassName
{
background-color: #E2B9FF;
}
</style>
border-color css
<style>
span { border-color: #E2B9FF; }
span { border-color: rgb(226,185,255); }
td.TdClassName
{
border-color: #E2B9FF;
}
.TagClassName
{
border-color: #E2B9FF;
}
</style>