Shades of Plum #E89BF2
Tints of Plum #E89BF2
RGB
CMYK
RGB Variations
Color information
#E89BF2 (or 0xE89BF2) is known color: Plum. HEX triplet: E8, 9B and F2. RGB value is (232,155,242). Sum of RGB (Red+Green+Blue) = 232+155+242=629 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.88% from 629); Green value is 155 (60.94% from 255 or 24.64% from 629); Blue value is 242 (94.92% from 255 or 38.47% from 629); Max value from RGB is 242 - color contains mainly: blue. Hex color #E89BF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E89BF2 is #17640D. Grayscale: #BBBBBB. Windows color (decimal): -1532942 or 15899624. OLE color: 15899624.
HSL color Cylindrical-coordinate representation of color #E89BF2: hue angle of 293.1º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E89BF2 is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 155 | 242 | - |
| CMYK | 0.04 | 0.36 | 0 | 0.05 |
| HSL | 293.1º | 0.77% | 0.78% | - |
| HSV(B) | 293.1º | 0.36% | 0.95% | - |
| XYZ | 61.03 | 47.01 | 89.86 | - |
| YUV | 187.94 | 158.51 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 155 | 242 | 0.04 | 0.36 | 0 | 0.05 | 293.1 | 0.77 | 0.78 |
| Hex | E8 | 9B | F2 | 4 | 24 | 0 | 5 | 125 | 4D | 4E |
| Octal | 350 | 233 | 362 | 4 | 44 | 0 | 5 | 445 | 115 | 116 |
| Binary | 11101000 | 10011011 | 11110010 | 100 | 100100 | 0 | 101 | 100100101 | 1001101 | 1001110 |
Color Harmonies of #E89BF2
Complementary color
Monochromatic Colors of #E89BF2
Black with #E89BF2
Text Example
Text Example
White with #E89BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89BF2; }
p { color: rgb(232,155,242); }
H1.HeaderClassName
{
color: #E89BF2;
}
.AnyTagClassName
{
color: #E89BF2;
}
</style>
background-color css
<style>
a { background-color: #E89BF2; }
a { background-color: rgb(232,155,242); }
div.DivClassName
{
background-color: #E89BF2;
}
.BgClassName
{
background-color: #E89BF2;
}
</style>
border-color css
<style>
span { border-color: #E89BF2; }
span { border-color: rgb(232,155,242); }
td.TdClassName
{
border-color: #E89BF2;
}
.TagClassName
{
border-color: #E89BF2;
}
</style>