Shades of Mauve #E1A5FB
Tints of Mauve #E1A5FB
RGB
CMYK
RGB Variations
Color information
#E1A5FB (or 0xE1A5FB) is known color: Mauve. HEX triplet: E1, A5 and FB. RGB value is (225,165,251). Sum of RGB (Red+Green+Blue) = 225+165+251=641 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.10% from 641); Green value is 165 (64.84% from 255 or 25.74% from 641); Blue value is 251 (98.44% from 255 or 39.16% from 641); Max value from RGB is 251 - color contains mainly: blue. Hex color #E1A5FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1A5FB is #1E5A04. Grayscale: #C0C0C0. Windows color (decimal): -1989125 or 16492001. OLE color: 16492001.
HSL color Cylindrical-coordinate representation of color #E1A5FB: hue angle of 281.86º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E1A5FB is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 165 | 251 | - |
| CMYK | 0.10 | 0.34 | 0 | 0.02 |
| HSL | 281.86º | 0.91% | 0.82% | - |
| HSV(B) | 281.86º | 0.34% | 0.98% | - |
| XYZ | 61.92 | 49.88 | 97.63 | - |
| YUV | 192.74 | 160.88 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 165 | 251 | 0.10 | 0.34 | 0 | 0.02 | 281.86 | 0.91 | 0.82 |
| Hex | E1 | A5 | FB | A | 22 | 0 | 2 | 11A | 5B | 52 |
| Octal | 341 | 245 | 373 | 12 | 42 | 0 | 2 | 432 | 133 | 122 |
| Binary | 11100001 | 10100101 | 11111011 | 1010 | 100010 | 0 | 10 | 100011010 | 1011011 | 1010010 |
Color Harmonies of #E1A5FB
Complementary color
Monochromatic Colors of #E1A5FB
Black with #E1A5FB
Text Example
Text Example
White with #E1A5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A5FB; }
p { color: rgb(225,165,251); }
H1.HeaderClassName
{
color: #E1A5FB;
}
.AnyTagClassName
{
color: #E1A5FB;
}
</style>
background-color css
<style>
a { background-color: #E1A5FB; }
a { background-color: rgb(225,165,251); }
div.DivClassName
{
background-color: #E1A5FB;
}
.BgClassName
{
background-color: #E1A5FB;
}
</style>
border-color css
<style>
span { border-color: #E1A5FB; }
span { border-color: rgb(225,165,251); }
td.TdClassName
{
border-color: #E1A5FB;
}
.TagClassName
{
border-color: #E1A5FB;
}
</style>