Shades of Mauve #E89BFC
Tints of Mauve #E89BFC
RGB
CMYK
RGB Variations
Color information
#E89BFC (or 0xE89BFC) is known color: Mauve. HEX triplet: E8, 9B and FC. RGB value is (232,155,252). Sum of RGB (Red+Green+Blue) = 232+155+252=639 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.31% from 639); Green value is 155 (60.94% from 255 or 24.26% from 639); Blue value is 252 (98.83% from 255 or 39.44% from 639); Max value from RGB is 252 - color contains mainly: blue. Hex color #E89BFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E89BFC is #176403. Grayscale: #BCBCBC. Windows color (decimal): -1532932 or 16554984. OLE color: 16554984.
HSL color Cylindrical-coordinate representation of color #E89BFC: hue angle of 287.63º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E89BFC is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 155 | 252 | - |
| CMYK | 0.08 | 0.38 | 0 | 0.01 |
| HSL | 287.63º | 0.94% | 0.8% | - |
| HSV(B) | 287.63º | 0.38% | 0.99% | - |
| XYZ | 62.57 | 47.63 | 97.99 | - |
| YUV | 189.08 | 163.51 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 155 | 252 | 0.08 | 0.38 | 0 | 0.01 | 287.63 | 0.94 | 0.8 |
| Hex | E8 | 9B | FC | 8 | 26 | 0 | 1 | 120 | 5E | 50 |
| Octal | 350 | 233 | 374 | 10 | 46 | 0 | 1 | 440 | 136 | 120 |
| Binary | 11101000 | 10011011 | 11111100 | 1000 | 100110 | 0 | 1 | 100100000 | 1011110 | 1010000 |
Color Harmonies of #E89BFC
Complementary color
Monochromatic Colors of #E89BFC
Black with #E89BFC
Text Example
Text Example
White with #E89BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89BFC; }
p { color: rgb(232,155,252); }
H1.HeaderClassName
{
color: #E89BFC;
}
.AnyTagClassName
{
color: #E89BFC;
}
</style>
background-color css
<style>
a { background-color: #E89BFC; }
a { background-color: rgb(232,155,252); }
div.DivClassName
{
background-color: #E89BFC;
}
.BgClassName
{
background-color: #E89BFC;
}
</style>
border-color css
<style>
span { border-color: #E89BFC; }
span { border-color: rgb(232,155,252); }
td.TdClassName
{
border-color: #E89BFC;
}
.TagClassName
{
border-color: #E89BFC;
}
</style>