Shades of Plum #E89AE7
Tints of Plum #E89AE7
RGB
CMYK
RGB Variations
Color information
#E89AE7 (or 0xE89AE7) is known color: Plum. HEX triplet: E8, 9A and E7. RGB value is (232,154,231). Sum of RGB (Red+Green+Blue) = 232+154+231=617 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.60% from 617); Green value is 154 (60.55% from 255 or 24.96% from 617); Blue value is 231 (90.62% from 255 or 37.44% from 617); Max value from RGB is 232 - color contains mainly: red. Hex color #E89AE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E89AE7 is #176518. Grayscale: #B9B9B9. Windows color (decimal): -1533209 or 15178472. OLE color: 15178472.
HSL color Cylindrical-coordinate representation of color #E89AE7: hue angle of 300.77º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E89AE7 is Cyan = 0, Magento = 0.34, Yellow = 0.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 154 | 231 | - |
| CMYK | 0 | 0.34 | 0.00 | 0.09 |
| HSL | 300.77º | 0.63% | 0.76% | - |
| HSV(B) | 300.77º | 0.34% | 0.91% | - |
| XYZ | 59.26 | 46.04 | 81.36 | - |
| YUV | 186.1 | 153.34 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 154 | 231 | 0 | 0.34 | 0.00 | 0.09 | 300.77 | 0.63 | 0.76 |
| Hex | E8 | 9A | E7 | 0 | 22 | 0 | 9 | 12D | 3F | 4C |
| Octal | 350 | 232 | 347 | 0 | 42 | 0 | 11 | 455 | 77 | 114 |
| Binary | 11101000 | 10011010 | 11100111 | 0 | 100010 | 0 | 1001 | 100101101 | 111111 | 1001100 |
Color Harmonies of #E89AE7
Complementary color
Monochromatic Colors of #E89AE7
Black with #E89AE7
Text Example
Text Example
White with #E89AE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89AE7; }
p { color: rgb(232,154,231); }
H1.HeaderClassName
{
color: #E89AE7;
}
.AnyTagClassName
{
color: #E89AE7;
}
</style>
background-color css
<style>
a { background-color: #E89AE7; }
a { background-color: rgb(232,154,231); }
div.DivClassName
{
background-color: #E89AE7;
}
.BgClassName
{
background-color: #E89AE7;
}
</style>
border-color css
<style>
span { border-color: #E89AE7; }
span { border-color: rgb(232,154,231); }
td.TdClassName
{
border-color: #E89AE7;
}
.TagClassName
{
border-color: #E89AE7;
}
</style>