Shades of Mauve #E8A9F9
Tints of Mauve #E8A9F9
RGB
CMYK
RGB Variations
Color information
#E8A9F9 (or 0xE8A9F9) is known color: Mauve. HEX triplet: E8, A9 and F9. RGB value is (232,169,249). Sum of RGB (Red+Green+Blue) = 232+169+249=650 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.69% from 650); Green value is 169 (66.41% from 255 or 26% from 650); Blue value is 249 (97.66% from 255 or 38.31% from 650); Max value from RGB is 249 - color contains mainly: blue. Hex color #E8A9F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8A9F9 is #175606. Grayscale: #C4C4C4. Windows color (decimal): -1529351 or 16361960. OLE color: 16361960.
HSL color Cylindrical-coordinate representation of color #E8A9F9: hue angle of 287.25º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E8A9F9 is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 169 | 249 | - |
| CMYK | 0.07 | 0.32 | 0 | 0.02 |
| HSL | 287.25º | 0.87% | 0.82% | - |
| HSV(B) | 287.25º | 0.32% | 0.98% | - |
| XYZ | 64.57 | 52.37 | 96.33 | - |
| YUV | 196.96 | 157.37 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 169 | 249 | 0.07 | 0.32 | 0 | 0.02 | 287.25 | 0.87 | 0.82 |
| Hex | E8 | A9 | F9 | 7 | 20 | 0 | 2 | 11F | 57 | 52 |
| Octal | 350 | 251 | 371 | 7 | 40 | 0 | 2 | 437 | 127 | 122 |
| Binary | 11101000 | 10101001 | 11111001 | 111 | 100000 | 0 | 10 | 100011111 | 1010111 | 1010010 |
Color Harmonies of #E8A9F9
Complementary color
Monochromatic Colors of #E8A9F9
Black with #E8A9F9
Text Example
Text Example
White with #E8A9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A9F9; }
p { color: rgb(232,169,249); }
H1.HeaderClassName
{
color: #E8A9F9;
}
.AnyTagClassName
{
color: #E8A9F9;
}
</style>
background-color css
<style>
a { background-color: #E8A9F9; }
a { background-color: rgb(232,169,249); }
div.DivClassName
{
background-color: #E8A9F9;
}
.BgClassName
{
background-color: #E8A9F9;
}
</style>
border-color css
<style>
span { border-color: #E8A9F9; }
span { border-color: rgb(232,169,249); }
td.TdClassName
{
border-color: #E8A9F9;
}
.TagClassName
{
border-color: #E8A9F9;
}
</style>