Shades of Mauve #E2B2FB
Tints of Mauve #E2B2FB
RGB
CMYK
RGB Variations
Color information
#E2B2FB (or 0xE2B2FB) is known color: Mauve. HEX triplet: E2, B2 and FB. RGB value is (226,178,251). Sum of RGB (Red+Green+Blue) = 226+178+251=655 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.50% from 655); Green value is 178 (69.92% from 255 or 27.18% from 655); Blue value is 251 (98.44% from 255 or 38.32% from 655); Max value from RGB is 251 - color contains mainly: blue. Hex color #E2B2FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2B2FB is #1D4D04. Grayscale: #C8C8C8. Windows color (decimal): -1920261 or 16495330. OLE color: 16495330.
HSL color Cylindrical-coordinate representation of color #E2B2FB: hue angle of 279.45º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E2B2FB is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 178 | 251 | - |
| CMYK | 0.10 | 0.29 | 0 | 0.02 |
| HSL | 279.45º | 0.9% | 0.84% | - |
| HSV(B) | 279.45º | 0.29% | 0.98% | - |
| XYZ | 64.7 | 54.97 | 98.47 | - |
| YUV | 200.67 | 156.4 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 178 | 251 | 0.10 | 0.29 | 0 | 0.02 | 279.45 | 0.9 | 0.84 |
| Hex | E2 | B2 | FB | A | 1D | 0 | 2 | 117 | 5A | 54 |
| Octal | 342 | 262 | 373 | 12 | 35 | 0 | 2 | 427 | 132 | 124 |
| Binary | 11100010 | 10110010 | 11111011 | 1010 | 11101 | 0 | 10 | 100010111 | 1011010 | 1010100 |
Color Harmonies of #E2B2FB
Complementary color
Monochromatic Colors of #E2B2FB
Black with #E2B2FB
Text Example
Text Example
White with #E2B2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B2FB; }
p { color: rgb(226,178,251); }
H1.HeaderClassName
{
color: #E2B2FB;
}
.AnyTagClassName
{
color: #E2B2FB;
}
</style>
background-color css
<style>
a { background-color: #E2B2FB; }
a { background-color: rgb(226,178,251); }
div.DivClassName
{
background-color: #E2B2FB;
}
.BgClassName
{
background-color: #E2B2FB;
}
</style>
border-color css
<style>
span { border-color: #E2B2FB; }
span { border-color: rgb(226,178,251); }
td.TdClassName
{
border-color: #E2B2FB;
}
.TagClassName
{
border-color: #E2B2FB;
}
</style>