Shades of Plum #E89AE5
Tints of Plum #E89AE5
RGB
CMYK
RGB Variations
Color information
#E89AE5 (or 0xE89AE5) is known color: Plum. HEX triplet: E8, 9A and E5. RGB value is (232,154,229). Sum of RGB (Red+Green+Blue) = 232+154+229=615 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.72% from 615); Green value is 154 (60.55% from 255 or 25.04% from 615); Blue value is 229 (89.84% from 255 or 37.24% from 615); Max value from RGB is 232 - color contains mainly: red. Hex color #E89AE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E89AE5 is #17651A. Grayscale: #B9B9B9. Windows color (decimal): -1533211 or 15047400. OLE color: 15047400.
HSL color Cylindrical-coordinate representation of color #E89AE5: hue angle of 302.31º 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 #E89AE5 is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 154 | 229 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.09 |
| HSL | 302.31º | 0.63% | 0.76% | - |
| HSV(B) | 302.31º | 0.34% | 0.91% | - |
| XYZ | 58.98 | 45.92 | 79.88 | - |
| YUV | 185.87 | 152.34 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 154 | 229 | 0 | 0.34 | 0.01 | 0.09 | 302.31 | 0.63 | 0.76 |
| Hex | E8 | 9A | E5 | 0 | 22 | 1 | 9 | 12E | 3F | 4C |
| Octal | 350 | 232 | 345 | 0 | 42 | 1 | 11 | 456 | 77 | 114 |
| Binary | 11101000 | 10011010 | 11100101 | 0 | 100010 | 1 | 1001 | 100101110 | 111111 | 1001100 |
Color Harmonies of #E89AE5
Complementary color
Monochromatic Colors of #E89AE5
Black with #E89AE5
Text Example
Text Example
White with #E89AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89AE5; }
p { color: rgb(232,154,229); }
H1.HeaderClassName
{
color: #E89AE5;
}
.AnyTagClassName
{
color: #E89AE5;
}
</style>
background-color css
<style>
a { background-color: #E89AE5; }
a { background-color: rgb(232,154,229); }
div.DivClassName
{
background-color: #E89AE5;
}
.BgClassName
{
background-color: #E89AE5;
}
</style>
border-color css
<style>
span { border-color: #E89AE5; }
span { border-color: rgb(232,154,229); }
td.TdClassName
{
border-color: #E89AE5;
}
.TagClassName
{
border-color: #E89AE5;
}
</style>