Shades of Plum #E89BEC
Tints of Plum #E89BEC
RGB
CMYK
RGB Variations
Color information
#E89BEC (or 0xE89BEC) is known color: Plum. HEX triplet: E8, 9B and EC. RGB value is (232,155,236). Sum of RGB (Red+Green+Blue) = 232+155+236=623 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.24% from 623); Green value is 155 (60.94% from 255 or 24.88% from 623); Blue value is 236 (92.58% from 255 or 37.88% from 623); Max value from RGB is 236 - color contains mainly: blue. Hex color #E89BEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E89BEC is #176413. Grayscale: #BBBBBB. Windows color (decimal): -1532948 or 15506408. OLE color: 15506408.
HSL color Cylindrical-coordinate representation of color #E89BEC: hue angle of 297.04º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E89BEC is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 155 | 236 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.07 |
| HSL | 297.04º | 0.68% | 0.77% | - |
| HSV(B) | 297.04º | 0.34% | 0.93% | - |
| XYZ | 60.14 | 46.65 | 85.19 | - |
| YUV | 187.26 | 155.51 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 155 | 236 | 0.02 | 0.34 | 0 | 0.07 | 297.04 | 0.68 | 0.77 |
| Hex | E8 | 9B | EC | 2 | 22 | 0 | 7 | 129 | 44 | 4D |
| Octal | 350 | 233 | 354 | 2 | 42 | 0 | 7 | 451 | 104 | 115 |
| Binary | 11101000 | 10011011 | 11101100 | 10 | 100010 | 0 | 111 | 100101001 | 1000100 | 1001101 |
Color Harmonies of #E89BEC
Complementary color
Monochromatic Colors of #E89BEC
Black with #E89BEC
Text Example
Text Example
White with #E89BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89BEC; }
p { color: rgb(232,155,236); }
H1.HeaderClassName
{
color: #E89BEC;
}
.AnyTagClassName
{
color: #E89BEC;
}
</style>
background-color css
<style>
a { background-color: #E89BEC; }
a { background-color: rgb(232,155,236); }
div.DivClassName
{
background-color: #E89BEC;
}
.BgClassName
{
background-color: #E89BEC;
}
</style>
border-color css
<style>
span { border-color: #E89BEC; }
span { border-color: rgb(232,155,236); }
td.TdClassName
{
border-color: #E89BEC;
}
.TagClassName
{
border-color: #E89BEC;
}
</style>