Shades of Plum #E89AEA
Tints of Plum #E89AEA
RGB
CMYK
RGB Variations
Color information
#E89AEA (or 0xE89AEA) is known color: Plum. HEX triplet: E8, 9A and EA. RGB value is (232,154,234). Sum of RGB (Red+Green+Blue) = 232+154+234=620 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.42% from 620); Green value is 154 (60.55% from 255 or 24.84% from 620); Blue value is 234 (91.80% from 255 or 37.74% from 620); Max value from RGB is 234 - color contains mainly: blue. Hex color #E89AEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E89AEA is #176515. Grayscale: #BABABA. Windows color (decimal): -1533206 or 15375080. OLE color: 15375080.
HSL color Cylindrical-coordinate representation of color #E89AEA: hue angle of 298.5º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E89AEA is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 232 | 154 | 234 | - |
| CMYK | 0.01 | 0.34 | 0 | 0.08 |
| HSL | 298.5º | 0.66% | 0.76% | - |
| HSV(B) | 298.5º | 0.34% | 0.92% | - |
| XYZ | 59.69 | 46.21 | 83.62 | - |
| YUV | 186.44 | 154.84 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 154 | 234 | 0.01 | 0.34 | 0 | 0.08 | 298.5 | 0.66 | 0.76 |
| Hex | E8 | 9A | EA | 1 | 22 | 0 | 8 | 12A | 42 | 4C |
| Octal | 350 | 232 | 352 | 1 | 42 | 0 | 10 | 452 | 102 | 114 |
| Binary | 11101000 | 10011010 | 11101010 | 1 | 100010 | 0 | 1000 | 100101010 | 1000010 | 1001100 |
Color Harmonies of #E89AEA
Complementary color
Monochromatic Colors of #E89AEA
Black with #E89AEA
Text Example
Text Example
White with #E89AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89AEA; }
p { color: rgb(232,154,234); }
H1.HeaderClassName
{
color: #E89AEA;
}
.AnyTagClassName
{
color: #E89AEA;
}
</style>
background-color css
<style>
a { background-color: #E89AEA; }
a { background-color: rgb(232,154,234); }
div.DivClassName
{
background-color: #E89AEA;
}
.BgClassName
{
background-color: #E89AEA;
}
</style>
border-color css
<style>
span { border-color: #E89AEA; }
span { border-color: rgb(232,154,234); }
td.TdClassName
{
border-color: #E89AEA;
}
.TagClassName
{
border-color: #E89AEA;
}
</style>