Shades of Plum #E89CEA
Tints of Plum #E89CEA
RGB
CMYK
RGB Variations
Color information
#E89CEA (or 0xE89CEA) is known color: Plum. HEX triplet: E8, 9C and EA. RGB value is (232,156,234). Sum of RGB (Red+Green+Blue) = 232+156+234=622 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.30% from 622); Green value is 156 (61.33% from 255 or 25.08% from 622); Blue value is 234 (91.80% from 255 or 37.62% from 622); Max value from RGB is 234 - color contains mainly: blue. Hex color #E89CEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E89CEA is #176315. Grayscale: #BBBBBB. Windows color (decimal): -1532694 or 15375592. OLE color: 15375592.
HSL color Cylindrical-coordinate representation of color #E89CEA: hue angle of 298.46º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E89CEA is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 232 | 156 | 234 | - |
| CMYK | 0.01 | 0.33 | 0 | 0.08 |
| HSL | 298.46º | 0.65% | 0.76% | - |
| HSV(B) | 298.46º | 0.33% | 0.92% | - |
| XYZ | 60.02 | 46.87 | 83.73 | - |
| YUV | 187.62 | 154.18 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 156 | 234 | 0.01 | 0.33 | 0 | 0.08 | 298.46 | 0.65 | 0.76 |
| Hex | E8 | 9C | EA | 1 | 21 | 0 | 8 | 12A | 41 | 4C |
| Octal | 350 | 234 | 352 | 1 | 41 | 0 | 10 | 452 | 101 | 114 |
| Binary | 11101000 | 10011100 | 11101010 | 1 | 100001 | 0 | 1000 | 100101010 | 1000001 | 1001100 |
Color Harmonies of #E89CEA
Complementary color
Monochromatic Colors of #E89CEA
Black with #E89CEA
Text Example
Text Example
White with #E89CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89CEA; }
p { color: rgb(232,156,234); }
H1.HeaderClassName
{
color: #E89CEA;
}
.AnyTagClassName
{
color: #E89CEA;
}
</style>
background-color css
<style>
a { background-color: #E89CEA; }
a { background-color: rgb(232,156,234); }
div.DivClassName
{
background-color: #E89CEA;
}
.BgClassName
{
background-color: #E89CEA;
}
</style>
border-color css
<style>
span { border-color: #E89CEA; }
span { border-color: rgb(232,156,234); }
td.TdClassName
{
border-color: #E89CEA;
}
.TagClassName
{
border-color: #E89CEA;
}
</style>