Shades of Mauve #E2B2FE
Tints of Mauve #E2B2FE
RGB
CMYK
RGB Variations
Color information
#E2B2FE (or 0xE2B2FE) is known color: Mauve. HEX triplet: E2, B2 and FE. RGB value is (226,178,254). Sum of RGB (Red+Green+Blue) = 226+178+254=658 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.35% from 658); Green value is 178 (69.92% from 255 or 27.05% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #E2B2FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2B2FE is #1D4D01. Grayscale: #C8C8C8. Windows color (decimal): -1920258 or 16691938. OLE color: 16691938.
HSL color Cylindrical-coordinate representation of color #E2B2FE: hue angle of 277.89º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E2B2FE is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 178 | 254 | - |
| CMYK | 0.11 | 0.30 | 0 | 0.00 |
| HSL | 277.89º | 0.97% | 0.85% | - |
| HSV(B) | 277.89º | 0.3% | 1% | - |
| XYZ | 65.17 | 55.17 | 100.98 | - |
| YUV | 201.02 | 157.9 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 178 | 254 | 0.11 | 0.30 | 0 | 0.00 | 277.89 | 0.97 | 0.85 |
| Hex | E2 | B2 | FE | B | 1E | 0 | 0 | 116 | 61 | 55 |
| Octal | 342 | 262 | 376 | 13 | 36 | 0 | 0 | 426 | 141 | 125 |
| Binary | 11100010 | 10110010 | 11111110 | 1011 | 11110 | 0 | 0 | 100010110 | 1100001 | 1010101 |
Color Harmonies of #E2B2FE
Complementary color
Monochromatic Colors of #E2B2FE
Black with #E2B2FE
Text Example
Text Example
White with #E2B2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B2FE; }
p { color: rgb(226,178,254); }
H1.HeaderClassName
{
color: #E2B2FE;
}
.AnyTagClassName
{
color: #E2B2FE;
}
</style>
background-color css
<style>
a { background-color: #E2B2FE; }
a { background-color: rgb(226,178,254); }
div.DivClassName
{
background-color: #E2B2FE;
}
.BgClassName
{
background-color: #E2B2FE;
}
</style>
border-color css
<style>
span { border-color: #E2B2FE; }
span { border-color: rgb(226,178,254); }
td.TdClassName
{
border-color: #E2B2FE;
}
.TagClassName
{
border-color: #E2B2FE;
}
</style>