Shades of Mauve #E2A3FB
Tints of Mauve #E2A3FB
RGB
CMYK
RGB Variations
Color information
#E2A3FB (or 0xE2A3FB) is known color: Mauve. HEX triplet: E2, A3 and FB. RGB value is (226,163,251). Sum of RGB (Red+Green+Blue) = 226+163+251=640 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.31% from 640); Green value is 163 (64.06% from 255 or 25.47% from 640); Blue value is 251 (98.44% from 255 or 39.22% from 640); Max value from RGB is 251 - color contains mainly: blue. Hex color #E2A3FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2A3FB is #1D5C04. Grayscale: #BFBFBF. Windows color (decimal): -1924101 or 16491490. OLE color: 16491490.
HSL color Cylindrical-coordinate representation of color #E2A3FB: hue angle of 282.95º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E2A3FB is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 163 | 251 | - |
| CMYK | 0.10 | 0.35 | 0 | 0.02 |
| HSL | 282.95º | 0.92% | 0.81% | - |
| HSV(B) | 282.95º | 0.35% | 0.98% | - |
| XYZ | 61.87 | 49.33 | 97.53 | - |
| YUV | 191.87 | 161.37 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 163 | 251 | 0.10 | 0.35 | 0 | 0.02 | 282.95 | 0.92 | 0.81 |
| Hex | E2 | A3 | FB | A | 23 | 0 | 2 | 11B | 5C | 51 |
| Octal | 342 | 243 | 373 | 12 | 43 | 0 | 2 | 433 | 134 | 121 |
| Binary | 11100010 | 10100011 | 11111011 | 1010 | 100011 | 0 | 10 | 100011011 | 1011100 | 1010001 |
Color Harmonies of #E2A3FB
Complementary color
Monochromatic Colors of #E2A3FB
Black with #E2A3FB
Text Example
Text Example
White with #E2A3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A3FB; }
p { color: rgb(226,163,251); }
H1.HeaderClassName
{
color: #E2A3FB;
}
.AnyTagClassName
{
color: #E2A3FB;
}
</style>
background-color css
<style>
a { background-color: #E2A3FB; }
a { background-color: rgb(226,163,251); }
div.DivClassName
{
background-color: #E2A3FB;
}
.BgClassName
{
background-color: #E2A3FB;
}
</style>
border-color css
<style>
span { border-color: #E2A3FB; }
span { border-color: rgb(226,163,251); }
td.TdClassName
{
border-color: #E2A3FB;
}
.TagClassName
{
border-color: #E2A3FB;
}
</style>