Shades of Mauve #E8A9FB
Tints of Mauve #E8A9FB
RGB
CMYK
RGB Variations
Color information
#E8A9FB (or 0xE8A9FB) is known color: Mauve. HEX triplet: E8, A9 and FB. RGB value is (232,169,251). Sum of RGB (Red+Green+Blue) = 232+169+251=652 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.58% from 652); Green value is 169 (66.41% from 255 or 25.92% from 652); Blue value is 251 (98.44% from 255 or 38.50% from 652); Max value from RGB is 251 - color contains mainly: blue. Hex color #E8A9FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8A9FB is #175604. Grayscale: #C4C4C4. Windows color (decimal): -1529349 or 16493032. OLE color: 16493032.
HSL color Cylindrical-coordinate representation of color #E8A9FB: hue angle of 286.1º 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 #E8A9FB is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 169 | 251 | - |
| CMYK | 0.08 | 0.33 | 0 | 0.02 |
| HSL | 286.1º | 0.91% | 0.82% | - |
| HSV(B) | 286.1º | 0.33% | 0.98% | - |
| XYZ | 64.88 | 52.5 | 97.98 | - |
| YUV | 197.19 | 158.37 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 169 | 251 | 0.08 | 0.33 | 0 | 0.02 | 286.1 | 0.91 | 0.82 |
| Hex | E8 | A9 | FB | 8 | 21 | 0 | 2 | 11E | 5B | 52 |
| Octal | 350 | 251 | 373 | 10 | 41 | 0 | 2 | 436 | 133 | 122 |
| Binary | 11101000 | 10101001 | 11111011 | 1000 | 100001 | 0 | 10 | 100011110 | 1011011 | 1010010 |
Color Harmonies of #E8A9FB
Complementary color
Monochromatic Colors of #E8A9FB
Black with #E8A9FB
Text Example
Text Example
White with #E8A9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A9FB; }
p { color: rgb(232,169,251); }
H1.HeaderClassName
{
color: #E8A9FB;
}
.AnyTagClassName
{
color: #E8A9FB;
}
</style>
background-color css
<style>
a { background-color: #E8A9FB; }
a { background-color: rgb(232,169,251); }
div.DivClassName
{
background-color: #E8A9FB;
}
.BgClassName
{
background-color: #E8A9FB;
}
</style>
border-color css
<style>
span { border-color: #E8A9FB; }
span { border-color: rgb(232,169,251); }
td.TdClassName
{
border-color: #E8A9FB;
}
.TagClassName
{
border-color: #E8A9FB;
}
</style>