Shades of Mauve #E89DFA
Tints of Mauve #E89DFA
RGB
CMYK
RGB Variations
Color information
#E89DFA (or 0xE89DFA) is known color: Mauve. HEX triplet: E8, 9D and FA. RGB value is (232,157,250). Sum of RGB (Red+Green+Blue) = 232+157+250=639 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.31% from 639); Green value is 157 (61.72% from 255 or 24.57% from 639); Blue value is 250 (98.05% from 255 or 39.12% from 639); Max value from RGB is 250 - color contains mainly: blue. Hex color #E89DFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E89DFA is #176205. Grayscale: #BDBDBD. Windows color (decimal): -1532422 or 16424424. OLE color: 16424424.
HSL color Cylindrical-coordinate representation of color #E89DFA: hue angle of 288.39º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E89DFA is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 157 | 250 | - |
| CMYK | 0.07 | 0.37 | 0 | 0.02 |
| HSL | 288.39º | 0.9% | 0.8% | - |
| HSV(B) | 288.39º | 0.37% | 0.98% | - |
| XYZ | 62.59 | 48.17 | 96.44 | - |
| YUV | 190.03 | 161.85 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 157 | 250 | 0.07 | 0.37 | 0 | 0.02 | 288.39 | 0.9 | 0.8 |
| Hex | E8 | 9D | FA | 7 | 25 | 0 | 2 | 120 | 5A | 50 |
| Octal | 350 | 235 | 372 | 7 | 45 | 0 | 2 | 440 | 132 | 120 |
| Binary | 11101000 | 10011101 | 11111010 | 111 | 100101 | 0 | 10 | 100100000 | 1011010 | 1010000 |
Color Harmonies of #E89DFA
Complementary color
Monochromatic Colors of #E89DFA
Black with #E89DFA
Text Example
Text Example
White with #E89DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89DFA; }
p { color: rgb(232,157,250); }
H1.HeaderClassName
{
color: #E89DFA;
}
.AnyTagClassName
{
color: #E89DFA;
}
</style>
background-color css
<style>
a { background-color: #E89DFA; }
a { background-color: rgb(232,157,250); }
div.DivClassName
{
background-color: #E89DFA;
}
.BgClassName
{
background-color: #E89DFA;
}
</style>
border-color css
<style>
span { border-color: #E89DFA; }
span { border-color: rgb(232,157,250); }
td.TdClassName
{
border-color: #E89DFA;
}
.TagClassName
{
border-color: #E89DFA;
}
</style>