Shades of Plum #E89CE1
Tints of Plum #E89CE1
RGB
CMYK
RGB Variations
Color information
#E89CE1 (or 0xE89CE1) is known color: Plum. HEX triplet: E8, 9C and E1. RGB value is (232,156,225). Sum of RGB (Red+Green+Blue) = 232+156+225=613 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.85% from 613); Green value is 156 (61.33% from 255 or 25.45% from 613); Blue value is 225 (88.28% from 255 or 36.70% from 613); Max value from RGB is 232 - color contains mainly: red. Hex color #E89CE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E89CE1 is #17631E. Grayscale: #BABABA. Windows color (decimal): -1532703 or 14785768. OLE color: 14785768.
HSL color Cylindrical-coordinate representation of color #E89CE1: hue angle of 305.53º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E89CE1 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 156 | 225 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.09 |
| HSL | 305.53º | 0.62% | 0.76% | - |
| HSV(B) | 305.53º | 0.33% | 0.91% | - |
| XYZ | 58.76 | 46.37 | 77.09 | - |
| YUV | 186.59 | 149.68 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 156 | 225 | 0 | 0.33 | 0.03 | 0.09 | 305.53 | 0.62 | 0.76 |
| Hex | E8 | 9C | E1 | 0 | 21 | 3 | 9 | 132 | 3E | 4C |
| Octal | 350 | 234 | 341 | 0 | 41 | 3 | 11 | 462 | 76 | 114 |
| Binary | 11101000 | 10011100 | 11100001 | 0 | 100001 | 11 | 1001 | 100110010 | 111110 | 1001100 |
Color Harmonies of #E89CE1
Complementary color
Monochromatic Colors of #E89CE1
Black with #E89CE1
Text Example
Text Example
White with #E89CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89CE1; }
p { color: rgb(232,156,225); }
H1.HeaderClassName
{
color: #E89CE1;
}
.AnyTagClassName
{
color: #E89CE1;
}
</style>
background-color css
<style>
a { background-color: #E89CE1; }
a { background-color: rgb(232,156,225); }
div.DivClassName
{
background-color: #E89CE1;
}
.BgClassName
{
background-color: #E89CE1;
}
</style>
border-color css
<style>
span { border-color: #E89CE1; }
span { border-color: rgb(232,156,225); }
td.TdClassName
{
border-color: #E89CE1;
}
.TagClassName
{
border-color: #E89CE1;
}
</style>