Shades of Plum #E89FE2
Tints of Plum #E89FE2
RGB
CMYK
RGB Variations
Color information
#E89FE2 (or 0xE89FE2) is known color: Plum. HEX triplet: E8, 9F and E2. RGB value is (232,159,226). Sum of RGB (Red+Green+Blue) = 232+159+226=617 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.60% from 617); Green value is 159 (62.5% from 255 or 25.77% from 617); Blue value is 226 (88.67% from 255 or 36.63% from 617); Max value from RGB is 232 - color contains mainly: red. Hex color #E89FE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E89FE2 is #17601D. Grayscale: #BCBCBC. Windows color (decimal): -1531934 or 14852072. OLE color: 14852072.
HSL color Cylindrical-coordinate representation of color #E89FE2: hue angle of 304.93º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E89FE2 is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 159 | 226 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.09 |
| HSL | 304.93º | 0.61% | 0.77% | - |
| HSV(B) | 304.93º | 0.31% | 0.91% | - |
| XYZ | 59.4 | 47.44 | 77.98 | - |
| YUV | 188.47 | 149.18 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 159 | 226 | 0 | 0.31 | 0.03 | 0.09 | 304.93 | 0.61 | 0.77 |
| Hex | E8 | 9F | E2 | 0 | 1F | 3 | 9 | 131 | 3D | 4D |
| Octal | 350 | 237 | 342 | 0 | 37 | 3 | 11 | 461 | 75 | 115 |
| Binary | 11101000 | 10011111 | 11100010 | 0 | 11111 | 11 | 1001 | 100110001 | 111101 | 1001101 |
Color Harmonies of #E89FE2
Complementary color
Monochromatic Colors of #E89FE2
Black with #E89FE2
Text Example
Text Example
White with #E89FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89FE2; }
p { color: rgb(232,159,226); }
H1.HeaderClassName
{
color: #E89FE2;
}
.AnyTagClassName
{
color: #E89FE2;
}
</style>
background-color css
<style>
a { background-color: #E89FE2; }
a { background-color: rgb(232,159,226); }
div.DivClassName
{
background-color: #E89FE2;
}
.BgClassName
{
background-color: #E89FE2;
}
</style>
border-color css
<style>
span { border-color: #E89FE2; }
span { border-color: rgb(232,159,226); }
td.TdClassName
{
border-color: #E89FE2;
}
.TagClassName
{
border-color: #E89FE2;
}
</style>