Shades of Plum #E89EED
Tints of Plum #E89EED
RGB
CMYK
RGB Variations
Color information
#E89EED (or 0xE89EED) is known color: Plum. HEX triplet: E8, 9E and ED. RGB value is (232,158,237). Sum of RGB (Red+Green+Blue) = 232+158+237=627 (83% of max value = 765). Red value is 232 (91.02% from 255 or 37.00% from 627); Green value is 158 (62.11% from 255 or 25.20% from 627); Blue value is 237 (92.97% from 255 or 37.80% from 627); Max value from RGB is 237 - color contains mainly: blue. Hex color #E89EED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E89EED is #176112. Grayscale: #BCBCBC. Windows color (decimal): -1532179 or 15572712. OLE color: 15572712.
HSL color Cylindrical-coordinate representation of color #E89EED: hue angle of 296.2º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E89EED is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 158 | 237 | - |
| CMYK | 0.02 | 0.33 | 0 | 0.07 |
| HSL | 296.2º | 0.69% | 0.77% | - |
| HSV(B) | 296.2º | 0.33% | 0.93% | - |
| XYZ | 60.79 | 47.72 | 86.13 | - |
| YUV | 189.13 | 155.02 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 158 | 237 | 0.02 | 0.33 | 0 | 0.07 | 296.2 | 0.69 | 0.77 |
| Hex | E8 | 9E | ED | 2 | 21 | 0 | 7 | 128 | 45 | 4D |
| Octal | 350 | 236 | 355 | 2 | 41 | 0 | 7 | 450 | 105 | 115 |
| Binary | 11101000 | 10011110 | 11101101 | 10 | 100001 | 0 | 111 | 100101000 | 1000101 | 1001101 |
Color Harmonies of #E89EED
Complementary color
Monochromatic Colors of #E89EED
Black with #E89EED
Text Example
Text Example
White with #E89EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89EED; }
p { color: rgb(232,158,237); }
H1.HeaderClassName
{
color: #E89EED;
}
.AnyTagClassName
{
color: #E89EED;
}
</style>
background-color css
<style>
a { background-color: #E89EED; }
a { background-color: rgb(232,158,237); }
div.DivClassName
{
background-color: #E89EED;
}
.BgClassName
{
background-color: #E89EED;
}
</style>
border-color css
<style>
span { border-color: #E89EED; }
span { border-color: rgb(232,158,237); }
td.TdClassName
{
border-color: #E89EED;
}
.TagClassName
{
border-color: #E89EED;
}
</style>