Shades of Mauve #E89AF9
Tints of Mauve #E89AF9
RGB
CMYK
RGB Variations
Color information
#E89AF9 (or 0xE89AF9) is known color: Mauve. HEX triplet: E8, 9A and F9. RGB value is (232,154,249). Sum of RGB (Red+Green+Blue) = 232+154+249=635 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.54% from 635); Green value is 154 (60.55% from 255 or 24.25% from 635); Blue value is 249 (97.66% from 255 or 39.21% from 635); Max value from RGB is 249 - color contains mainly: blue. Hex color #E89AF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E89AF9 is #176506. Grayscale: #BBBBBB. Windows color (decimal): -1533191 or 16358120. OLE color: 16358120.
HSL color Cylindrical-coordinate representation of color #E89AF9: hue angle of 289.26º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E89AF9 is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 154 | 249 | - |
| CMYK | 0.07 | 0.38 | 0 | 0.02 |
| HSL | 289.26º | 0.89% | 0.79% | - |
| HSV(B) | 289.26º | 0.38% | 0.98% | - |
| XYZ | 61.93 | 47.11 | 95.45 | - |
| YUV | 188.15 | 162.34 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 154 | 249 | 0.07 | 0.38 | 0 | 0.02 | 289.26 | 0.89 | 0.79 |
| Hex | E8 | 9A | F9 | 7 | 26 | 0 | 2 | 121 | 59 | 4F |
| Octal | 350 | 232 | 371 | 7 | 46 | 0 | 2 | 441 | 131 | 117 |
| Binary | 11101000 | 10011010 | 11111001 | 111 | 100110 | 0 | 10 | 100100001 | 1011001 | 1001111 |
Color Harmonies of #E89AF9
Complementary color
Monochromatic Colors of #E89AF9
Black with #E89AF9
Text Example
Text Example
White with #E89AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89AF9; }
p { color: rgb(232,154,249); }
H1.HeaderClassName
{
color: #E89AF9;
}
.AnyTagClassName
{
color: #E89AF9;
}
</style>
background-color css
<style>
a { background-color: #E89AF9; }
a { background-color: rgb(232,154,249); }
div.DivClassName
{
background-color: #E89AF9;
}
.BgClassName
{
background-color: #E89AF9;
}
</style>
border-color css
<style>
span { border-color: #E89AF9; }
span { border-color: rgb(232,154,249); }
td.TdClassName
{
border-color: #E89AF9;
}
.TagClassName
{
border-color: #E89AF9;
}
</style>