Shades of Mauve #E2B9FE
Tints of Mauve #E2B9FE
RGB
CMYK
RGB Variations
Color information
#E2B9FE (or 0xE2B9FE) is known color: Mauve. HEX triplet: E2, B9 and FE. RGB value is (226,185,254). Sum of RGB (Red+Green+Blue) = 226+185+254=665 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.98% from 665); Green value is 185 (72.66% from 255 or 27.82% from 665); Blue value is 254 (99.61% from 255 or 38.20% from 665); Max value from RGB is 254 - color contains mainly: blue. Hex color #E2B9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2B9FE is #1D4601. Grayscale: #CCCCCC. Windows color (decimal): -1918466 or 16693730. OLE color: 16693730.
HSL color Cylindrical-coordinate representation of color #E2B9FE: hue angle of 275.65º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E2B9FE is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 185 | 254 | - |
| CMYK | 0.11 | 0.27 | 0 | 0.00 |
| HSL | 275.65º | 0.97% | 0.86% | - |
| HSV(B) | 275.65º | 0.27% | 1% | - |
| XYZ | 66.6 | 58.02 | 101.46 | - |
| YUV | 205.13 | 155.58 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 185 | 254 | 0.11 | 0.27 | 0 | 0.00 | 275.65 | 0.97 | 0.86 |
| Hex | E2 | B9 | FE | B | 1B | 0 | 0 | 114 | 61 | 56 |
| Octal | 342 | 271 | 376 | 13 | 33 | 0 | 0 | 424 | 141 | 126 |
| Binary | 11100010 | 10111001 | 11111110 | 1011 | 11011 | 0 | 0 | 100010100 | 1100001 | 1010110 |
Color Harmonies of #E2B9FE
Complementary color
Monochromatic Colors of #E2B9FE
Black with #E2B9FE
Text Example
Text Example
White with #E2B9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B9FE; }
p { color: rgb(226,185,254); }
H1.HeaderClassName
{
color: #E2B9FE;
}
.AnyTagClassName
{
color: #E2B9FE;
}
</style>
background-color css
<style>
a { background-color: #E2B9FE; }
a { background-color: rgb(226,185,254); }
div.DivClassName
{
background-color: #E2B9FE;
}
.BgClassName
{
background-color: #E2B9FE;
}
</style>
border-color css
<style>
span { border-color: #E2B9FE; }
span { border-color: rgb(226,185,254); }
td.TdClassName
{
border-color: #E2B9FE;
}
.TagClassName
{
border-color: #E2B9FE;
}
</style>