Shades of Mauve #E89BFE
Tints of Mauve #E89BFE
RGB
CMYK
RGB Variations
Color information
#E89BFE (or 0xE89BFE) is known color: Mauve. HEX triplet: E8, 9B and FE. RGB value is (232,155,254). Sum of RGB (Red+Green+Blue) = 232+155+254=641 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.19% from 641); Green value is 155 (60.94% from 255 or 24.18% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: blue. Hex color #E89BFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E89BFE is #176401. Grayscale: #BCBCBC. Windows color (decimal): -1532930 or 16686056. OLE color: 16686056.
HSL color Cylindrical-coordinate representation of color #E89BFE: hue angle of 286.67º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E89BFE is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 232 | 155 | 254 | - |
| CMYK | 0.09 | 0.39 | 0 | 0.00 |
| HSL | 286.67º | 0.98% | 0.8% | - |
| HSV(B) | 286.67º | 0.39% | 1% | - |
| XYZ | 62.89 | 47.75 | 99.67 | - |
| YUV | 189.31 | 164.51 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 155 | 254 | 0.09 | 0.39 | 0 | 0.00 | 286.67 | 0.98 | 0.8 |
| Hex | E8 | 9B | FE | 9 | 27 | 0 | 0 | 11F | 62 | 50 |
| Octal | 350 | 233 | 376 | 11 | 47 | 0 | 0 | 437 | 142 | 120 |
| Binary | 11101000 | 10011011 | 11111110 | 1001 | 100111 | 0 | 0 | 100011111 | 1100010 | 1010000 |
Color Harmonies of #E89BFE
Complementary color
Monochromatic Colors of #E89BFE
Black with #E89BFE
Text Example
Text Example
White with #E89BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89BFE; }
p { color: rgb(232,155,254); }
H1.HeaderClassName
{
color: #E89BFE;
}
.AnyTagClassName
{
color: #E89BFE;
}
</style>
background-color css
<style>
a { background-color: #E89BFE; }
a { background-color: rgb(232,155,254); }
div.DivClassName
{
background-color: #E89BFE;
}
.BgClassName
{
background-color: #E89BFE;
}
</style>
border-color css
<style>
span { border-color: #E89BFE; }
span { border-color: rgb(232,155,254); }
td.TdClassName
{
border-color: #E89BFE;
}
.TagClassName
{
border-color: #E89BFE;
}
</style>