Shades of Plum #E89CDF
Tints of Plum #E89CDF
RGB
CMYK
RGB Variations
Color information
#E89CDF (or 0xE89CDF) is known color: Plum. HEX triplet: E8, 9C and DF. RGB value is (232,156,223). Sum of RGB (Red+Green+Blue) = 232+156+223=611 (80% of max value = 765). Red value is 232 (91.02% from 255 or 37.97% from 611); Green value is 156 (61.33% from 255 or 25.53% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 232 - color contains mainly: red. Hex color #E89CDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E89CDF is #176320. Grayscale: #BABABA. Windows color (decimal): -1532705 or 14654696. OLE color: 14654696.
HSL color Cylindrical-coordinate representation of color #E89CDF: hue angle of 307.11º 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 #E89CDF is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 156 | 223 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.09 |
| HSL | 307.11º | 0.62% | 0.76% | - |
| HSV(B) | 307.11º | 0.33% | 0.91% | - |
| XYZ | 58.49 | 46.26 | 75.66 | - |
| YUV | 186.36 | 148.68 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 156 | 223 | 0 | 0.33 | 0.04 | 0.09 | 307.11 | 0.62 | 0.76 |
| Hex | E8 | 9C | DF | 0 | 21 | 4 | 9 | 133 | 3E | 4C |
| Octal | 350 | 234 | 337 | 0 | 41 | 4 | 11 | 463 | 76 | 114 |
| Binary | 11101000 | 10011100 | 11011111 | 0 | 100001 | 100 | 1001 | 100110011 | 111110 | 1001100 |
Color Harmonies of #E89CDF
Complementary color
Monochromatic Colors of #E89CDF
Black with #E89CDF
Text Example
Text Example
White with #E89CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89CDF; }
p { color: rgb(232,156,223); }
H1.HeaderClassName
{
color: #E89CDF;
}
.AnyTagClassName
{
color: #E89CDF;
}
</style>
background-color css
<style>
a { background-color: #E89CDF; }
a { background-color: rgb(232,156,223); }
div.DivClassName
{
background-color: #E89CDF;
}
.BgClassName
{
background-color: #E89CDF;
}
</style>
border-color css
<style>
span { border-color: #E89CDF; }
span { border-color: rgb(232,156,223); }
td.TdClassName
{
border-color: #E89CDF;
}
.TagClassName
{
border-color: #E89CDF;
}
</style>