Shades of Plum #E39EDC
Tints of Plum #E39EDC
RGB
CMYK
RGB Variations
Color information
#E39EDC (or 0xE39EDC) is known color: Plum. HEX triplet: E3, 9E and DC. RGB value is (227,158,220). Sum of RGB (Red+Green+Blue) = 227+158+220=605 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.52% from 605); Green value is 158 (62.11% from 255 or 26.12% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 227 - color contains mainly: red. Hex color #E39EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E39EDC is #1C6123. Grayscale: #B9B9B9. Windows color (decimal): -1859876 or 14458595. OLE color: 14458595.
HSL color Cylindrical-coordinate representation of color #E39EDC: hue angle of 306.09º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E39EDC is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 158 | 220 | - |
| CMYK | 0 | 0.30 | 0.03 | 0.11 |
| HSL | 306.09º | 0.55% | 0.75% | - |
| HSV(B) | 306.09º | 0.3% | 0.89% | - |
| XYZ | 56.82 | 45.95 | 73.58 | - |
| YUV | 185.7 | 147.36 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 158 | 220 | 0 | 0.30 | 0.03 | 0.11 | 306.09 | 0.55 | 0.75 |
| Hex | E3 | 9E | DC | 0 | 1E | 3 | B | 132 | 37 | 4B |
| Octal | 343 | 236 | 334 | 0 | 36 | 3 | 13 | 462 | 67 | 113 |
| Binary | 11100011 | 10011110 | 11011100 | 0 | 11110 | 11 | 1011 | 100110010 | 110111 | 1001011 |
Color Harmonies of #E39EDC
Complementary color
Monochromatic Colors of #E39EDC
Black with #E39EDC
Text Example
Text Example
White with #E39EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39EDC; }
p { color: rgb(227,158,220); }
H1.HeaderClassName
{
color: #E39EDC;
}
.AnyTagClassName
{
color: #E39EDC;
}
</style>
background-color css
<style>
a { background-color: #E39EDC; }
a { background-color: rgb(227,158,220); }
div.DivClassName
{
background-color: #E39EDC;
}
.BgClassName
{
background-color: #E39EDC;
}
</style>
border-color css
<style>
span { border-color: #E39EDC; }
span { border-color: rgb(227,158,220); }
td.TdClassName
{
border-color: #E39EDC;
}
.TagClassName
{
border-color: #E39EDC;
}
</style>