Shades of Mauve #E8A2FB
Tints of Mauve #E8A2FB
RGB
CMYK
RGB Variations
Color information
#E8A2FB (or 0xE8A2FB) is known color: Mauve. HEX triplet: E8, A2 and FB. RGB value is (232,162,251). Sum of RGB (Red+Green+Blue) = 232+162+251=645 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.97% from 645); Green value is 162 (63.67% from 255 or 25.12% from 645); Blue value is 251 (98.44% from 255 or 38.91% from 645); Max value from RGB is 251 - color contains mainly: blue. Hex color #E8A2FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8A2FB is #175D04. Grayscale: #C0C0C0. Windows color (decimal): -1531141 or 16491240. OLE color: 16491240.
HSL color Cylindrical-coordinate representation of color #E8A2FB: hue angle of 287.19º 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 #E8A2FB is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 162 | 251 | - |
| CMYK | 0.08 | 0.35 | 0 | 0.02 |
| HSL | 287.19º | 0.92% | 0.81% | - |
| HSV(B) | 287.19º | 0.35% | 0.98% | - |
| XYZ | 63.61 | 49.96 | 97.56 | - |
| YUV | 193.08 | 160.69 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 162 | 251 | 0.08 | 0.35 | 0 | 0.02 | 287.19 | 0.92 | 0.81 |
| Hex | E8 | A2 | FB | 8 | 23 | 0 | 2 | 11F | 5C | 51 |
| Octal | 350 | 242 | 373 | 10 | 43 | 0 | 2 | 437 | 134 | 121 |
| Binary | 11101000 | 10100010 | 11111011 | 1000 | 100011 | 0 | 10 | 100011111 | 1011100 | 1010001 |
Color Harmonies of #E8A2FB
Complementary color
Monochromatic Colors of #E8A2FB
Black with #E8A2FB
Text Example
Text Example
White with #E8A2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A2FB; }
p { color: rgb(232,162,251); }
H1.HeaderClassName
{
color: #E8A2FB;
}
.AnyTagClassName
{
color: #E8A2FB;
}
</style>
background-color css
<style>
a { background-color: #E8A2FB; }
a { background-color: rgb(232,162,251); }
div.DivClassName
{
background-color: #E8A2FB;
}
.BgClassName
{
background-color: #E8A2FB;
}
</style>
border-color css
<style>
span { border-color: #E8A2FB; }
span { border-color: rgb(232,162,251); }
td.TdClassName
{
border-color: #E8A2FB;
}
.TagClassName
{
border-color: #E8A2FB;
}
</style>