Shades of Plum #E39DEB
Tints of Plum #E39DEB
RGB
CMYK
RGB Variations
Color information
#E39DEB (or 0xE39DEB) is known color: Plum. HEX triplet: E3, 9D and EB. RGB value is (227,157,235). Sum of RGB (Red+Green+Blue) = 227+157+235=619 (81% of max value = 765). Red value is 227 (89.06% from 255 or 36.67% from 619); Green value is 157 (61.72% from 255 or 25.36% from 619); Blue value is 235 (92.19% from 255 or 37.96% from 619); Max value from RGB is 235 - color contains mainly: blue. Hex color #E39DEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E39DEB is #1C6214. Grayscale: #BABABA. Windows color (decimal): -1860117 or 15441379. OLE color: 15441379.
HSL color Cylindrical-coordinate representation of color #E39DEB: hue angle of 293.85º degrees, saturation: 0.66, 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 #E39DEB is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 227 | 157 | 235 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.08 |
| HSL | 293.85º | 0.66% | 0.77% | - |
| HSV(B) | 293.85º | 0.33% | 0.92% | - |
| XYZ | 58.73 | 46.44 | 84.47 | - |
| YUV | 186.82 | 155.19 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 157 | 235 | 0.03 | 0.33 | 0 | 0.08 | 293.85 | 0.66 | 0.77 |
| Hex | E3 | 9D | EB | 3 | 21 | 0 | 8 | 126 | 42 | 4D |
| Octal | 343 | 235 | 353 | 3 | 41 | 0 | 10 | 446 | 102 | 115 |
| Binary | 11100011 | 10011101 | 11101011 | 11 | 100001 | 0 | 1000 | 100100110 | 1000010 | 1001101 |
Color Harmonies of #E39DEB
Complementary color
Monochromatic Colors of #E39DEB
Black with #E39DEB
Text Example
Text Example
White with #E39DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39DEB; }
p { color: rgb(227,157,235); }
H1.HeaderClassName
{
color: #E39DEB;
}
.AnyTagClassName
{
color: #E39DEB;
}
</style>
background-color css
<style>
a { background-color: #E39DEB; }
a { background-color: rgb(227,157,235); }
div.DivClassName
{
background-color: #E39DEB;
}
.BgClassName
{
background-color: #E39DEB;
}
</style>
border-color css
<style>
span { border-color: #E39DEB; }
span { border-color: rgb(227,157,235); }
td.TdClassName
{
border-color: #E39DEB;
}
.TagClassName
{
border-color: #E39DEB;
}
</style>