Shades of Plum #E39DEA
Tints of Plum #E39DEA
RGB
CMYK
RGB Variations
Color information
#E39DEA (or 0xE39DEA) is known color: Plum. HEX triplet: E3, 9D and EA. RGB value is (227,157,234). Sum of RGB (Red+Green+Blue) = 227+157+234=618 (81% of max value = 765). Red value is 227 (89.06% from 255 or 36.73% from 618); Green value is 157 (61.72% from 255 or 25.40% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 234 - color contains mainly: blue. Hex color #E39DEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E39DEA is #1C6215. Grayscale: #BABABA. Windows color (decimal): -1860118 or 15375843. OLE color: 15375843.
HSL color Cylindrical-coordinate representation of color #E39DEA: hue angle of 294.55º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E39DEA is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 227 | 157 | 234 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.08 |
| HSL | 294.55º | 0.65% | 0.77% | - |
| HSV(B) | 294.55º | 0.33% | 0.92% | - |
| XYZ | 58.59 | 46.39 | 83.71 | - |
| YUV | 186.71 | 154.69 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 157 | 234 | 0.03 | 0.33 | 0 | 0.08 | 294.55 | 0.65 | 0.77 |
| Hex | E3 | 9D | EA | 3 | 21 | 0 | 8 | 127 | 41 | 4D |
| Octal | 343 | 235 | 352 | 3 | 41 | 0 | 10 | 447 | 101 | 115 |
| Binary | 11100011 | 10011101 | 11101010 | 11 | 100001 | 0 | 1000 | 100100111 | 1000001 | 1001101 |
Color Harmonies of #E39DEA
Complementary color
Monochromatic Colors of #E39DEA
Black with #E39DEA
Text Example
Text Example
White with #E39DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39DEA; }
p { color: rgb(227,157,234); }
H1.HeaderClassName
{
color: #E39DEA;
}
.AnyTagClassName
{
color: #E39DEA;
}
</style>
background-color css
<style>
a { background-color: #E39DEA; }
a { background-color: rgb(227,157,234); }
div.DivClassName
{
background-color: #E39DEA;
}
.BgClassName
{
background-color: #E39DEA;
}
</style>
border-color css
<style>
span { border-color: #E39DEA; }
span { border-color: rgb(227,157,234); }
td.TdClassName
{
border-color: #E39DEA;
}
.TagClassName
{
border-color: #E39DEA;
}
</style>