Shades of Plum #E89AE3
Tints of Plum #E89AE3
RGB
CMYK
RGB Variations
Color information
#E89AE3 (or 0xE89AE3) is known color: Plum. HEX triplet: E8, 9A and E3. RGB value is (232,154,227). Sum of RGB (Red+Green+Blue) = 232+154+227=613 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.85% from 613); Green value is 154 (60.55% from 255 or 25.12% from 613); Blue value is 227 (89.06% from 255 or 37.03% from 613); Max value from RGB is 232 - color contains mainly: red. Hex color #E89AE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E89AE3 is #17651C. Grayscale: #B9B9B9. Windows color (decimal): -1533213 or 14916328. OLE color: 14916328.
HSL color Cylindrical-coordinate representation of color #E89AE3: hue angle of 303.85º 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 #E89AE3 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 154 | 227 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.09 |
| HSL | 303.85º | 0.63% | 0.76% | - |
| HSV(B) | 303.85º | 0.34% | 0.91% | - |
| XYZ | 58.7 | 45.81 | 78.42 | - |
| YUV | 185.64 | 151.34 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 154 | 227 | 0 | 0.34 | 0.02 | 0.09 | 303.85 | 0.63 | 0.76 |
| Hex | E8 | 9A | E3 | 0 | 22 | 2 | 9 | 130 | 3F | 4C |
| Octal | 350 | 232 | 343 | 0 | 42 | 2 | 11 | 460 | 77 | 114 |
| Binary | 11101000 | 10011010 | 11100011 | 0 | 100010 | 10 | 1001 | 100110000 | 111111 | 1001100 |
Color Harmonies of #E89AE3
Complementary color
Monochromatic Colors of #E89AE3
Black with #E89AE3
Text Example
Text Example
White with #E89AE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89AE3; }
p { color: rgb(232,154,227); }
H1.HeaderClassName
{
color: #E89AE3;
}
.AnyTagClassName
{
color: #E89AE3;
}
</style>
background-color css
<style>
a { background-color: #E89AE3; }
a { background-color: rgb(232,154,227); }
div.DivClassName
{
background-color: #E89AE3;
}
.BgClassName
{
background-color: #E89AE3;
}
</style>
border-color css
<style>
span { border-color: #E89AE3; }
span { border-color: rgb(232,154,227); }
td.TdClassName
{
border-color: #E89AE3;
}
.TagClassName
{
border-color: #E89AE3;
}
</style>