Shades of Plum #E39ED1
Tints of Plum #E39ED1
RGB
CMYK
RGB Variations
Color information
#E39ED1 (or 0xE39ED1) is known color: Plum. HEX triplet: E3, 9E and D1. RGB value is (227,158,209). Sum of RGB (Red+Green+Blue) = 227+158+209=594 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.22% from 594); Green value is 158 (62.11% from 255 or 26.60% from 594); Blue value is 209 (82.03% from 255 or 35.19% from 594); Max value from RGB is 227 - color contains mainly: red. Hex color #E39ED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E39ED1 is #1C612E. Grayscale: #B8B8B8. Windows color (decimal): -1859887 or 13737699. OLE color: 13737699.
HSL color Cylindrical-coordinate representation of color #E39ED1: hue angle of 315.65º 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 #E39ED1 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 158 | 209 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.11 |
| HSL | 315.65º | 0.55% | 0.75% | - |
| HSV(B) | 315.65º | 0.3% | 0.89% | - |
| XYZ | 55.41 | 45.39 | 66.16 | - |
| YUV | 184.45 | 141.86 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 158 | 209 | 0 | 0.30 | 0.08 | 0.11 | 315.65 | 0.55 | 0.75 |
| Hex | E3 | 9E | D1 | 0 | 1E | 8 | B | 13C | 37 | 4B |
| Octal | 343 | 236 | 321 | 0 | 36 | 10 | 13 | 474 | 67 | 113 |
| Binary | 11100011 | 10011110 | 11010001 | 0 | 11110 | 1000 | 1011 | 100111100 | 110111 | 1001011 |
Color Harmonies of #E39ED1
Complementary color
Monochromatic Colors of #E39ED1
Black with #E39ED1
Text Example
Text Example
White with #E39ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39ED1; }
p { color: rgb(227,158,209); }
H1.HeaderClassName
{
color: #E39ED1;
}
.AnyTagClassName
{
color: #E39ED1;
}
</style>
background-color css
<style>
a { background-color: #E39ED1; }
a { background-color: rgb(227,158,209); }
div.DivClassName
{
background-color: #E39ED1;
}
.BgClassName
{
background-color: #E39ED1;
}
</style>
border-color css
<style>
span { border-color: #E39ED1; }
span { border-color: rgb(227,158,209); }
td.TdClassName
{
border-color: #E39ED1;
}
.TagClassName
{
border-color: #E39ED1;
}
</style>