Shades of Plum #E89BED
Tints of Plum #E89BED
RGB
CMYK
RGB Variations
Color information
#E89BED (or 0xE89BED) is known color: Plum. HEX triplet: E8, 9B and ED. RGB value is (232,155,237). Sum of RGB (Red+Green+Blue) = 232+155+237=624 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.18% from 624); Green value is 155 (60.94% from 255 or 24.84% from 624); Blue value is 237 (92.97% from 255 or 37.98% from 624); Max value from RGB is 237 - color contains mainly: blue. Hex color #E89BED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E89BED is #176412. Grayscale: #BBBBBB. Windows color (decimal): -1532947 or 15571944. OLE color: 15571944.
HSL color Cylindrical-coordinate representation of color #E89BED: hue angle of 296.34º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E89BED is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 155 | 237 | - |
| CMYK | 0.02 | 0.35 | 0 | 0.07 |
| HSL | 296.34º | 0.69% | 0.77% | - |
| HSV(B) | 296.34º | 0.35% | 0.93% | - |
| XYZ | 60.29 | 46.71 | 85.96 | - |
| YUV | 187.37 | 156.01 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 155 | 237 | 0.02 | 0.35 | 0 | 0.07 | 296.34 | 0.69 | 0.77 |
| Hex | E8 | 9B | ED | 2 | 23 | 0 | 7 | 128 | 45 | 4D |
| Octal | 350 | 233 | 355 | 2 | 43 | 0 | 7 | 450 | 105 | 115 |
| Binary | 11101000 | 10011011 | 11101101 | 10 | 100011 | 0 | 111 | 100101000 | 1000101 | 1001101 |
Color Harmonies of #E89BED
Complementary color
Monochromatic Colors of #E89BED
Black with #E89BED
Text Example
Text Example
White with #E89BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89BED; }
p { color: rgb(232,155,237); }
H1.HeaderClassName
{
color: #E89BED;
}
.AnyTagClassName
{
color: #E89BED;
}
</style>
background-color css
<style>
a { background-color: #E89BED; }
a { background-color: rgb(232,155,237); }
div.DivClassName
{
background-color: #E89BED;
}
.BgClassName
{
background-color: #E89BED;
}
</style>
border-color css
<style>
span { border-color: #E89BED; }
span { border-color: rgb(232,155,237); }
td.TdClassName
{
border-color: #E89BED;
}
.TagClassName
{
border-color: #E89BED;
}
</style>