Shades of Mauve #E1A9FB
Tints of Mauve #E1A9FB
RGB
CMYK
RGB Variations
Color information
#E1A9FB (or 0xE1A9FB) is known color: Mauve. HEX triplet: E1, A9 and FB. RGB value is (225,169,251). Sum of RGB (Red+Green+Blue) = 225+169+251=645 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.88% from 645); Green value is 169 (66.41% from 255 or 26.20% 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 #E1A9FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1A9FB is #1E5604. Grayscale: #C2C2C2. Windows color (decimal): -1988101 or 16493025. OLE color: 16493025.
HSL color Cylindrical-coordinate representation of color #E1A9FB: hue angle of 280.98º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E1A9FB is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 169 | 251 | - |
| CMYK | 0.10 | 0.33 | 0 | 0.02 |
| HSL | 280.98º | 0.91% | 0.82% | - |
| HSV(B) | 280.98º | 0.33% | 0.98% | - |
| XYZ | 62.65 | 51.35 | 97.88 | - |
| YUV | 195.09 | 159.55 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 169 | 251 | 0.10 | 0.33 | 0 | 0.02 | 280.98 | 0.91 | 0.82 |
| Hex | E1 | A9 | FB | A | 21 | 0 | 2 | 119 | 5B | 52 |
| Octal | 341 | 251 | 373 | 12 | 41 | 0 | 2 | 431 | 133 | 122 |
| Binary | 11100001 | 10101001 | 11111011 | 1010 | 100001 | 0 | 10 | 100011001 | 1011011 | 1010010 |
Color Harmonies of #E1A9FB
Complementary color
Monochromatic Colors of #E1A9FB
Black with #E1A9FB
Text Example
Text Example
White with #E1A9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A9FB; }
p { color: rgb(225,169,251); }
H1.HeaderClassName
{
color: #E1A9FB;
}
.AnyTagClassName
{
color: #E1A9FB;
}
</style>
background-color css
<style>
a { background-color: #E1A9FB; }
a { background-color: rgb(225,169,251); }
div.DivClassName
{
background-color: #E1A9FB;
}
.BgClassName
{
background-color: #E1A9FB;
}
</style>
border-color css
<style>
span { border-color: #E1A9FB; }
span { border-color: rgb(225,169,251); }
td.TdClassName
{
border-color: #E1A9FB;
}
.TagClassName
{
border-color: #E1A9FB;
}
</style>