Shades of Plum #E39DD5
Tints of Plum #E39DD5
RGB
CMYK
RGB Variations
Color information
#E39DD5 (or 0xE39DD5) is known color: Plum. HEX triplet: E3, 9D and D5. RGB value is (227,157,213). Sum of RGB (Red+Green+Blue) = 227+157+213=597 (79% of max value = 765). Red value is 227 (89.06% from 255 or 38.02% from 597); Green value is 157 (61.72% from 255 or 26.30% from 597); Blue value is 213 (83.59% from 255 or 35.68% from 597); Max value from RGB is 227 - color contains mainly: red. Hex color #E39DD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E39DD5 is #1C622A. Grayscale: #B8B8B8. Windows color (decimal): -1860139 or 13999587. OLE color: 13999587.
HSL color Cylindrical-coordinate representation of color #E39DD5: hue angle of 312º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E39DD5 is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 157 | 213 | - |
| CMYK | 0 | 0.31 | 0.06 | 0.11 |
| HSL | 312º | 0.56% | 0.75% | - |
| HSV(B) | 312º | 0.31% | 0.89% | - |
| XYZ | 55.75 | 45.25 | 68.75 | - |
| YUV | 184.31 | 144.19 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 157 | 213 | 0 | 0.31 | 0.06 | 0.11 | 312 | 0.56 | 0.75 |
| Hex | E3 | 9D | D5 | 0 | 1F | 6 | B | 138 | 38 | 4B |
| Octal | 343 | 235 | 325 | 0 | 37 | 6 | 13 | 470 | 70 | 113 |
| Binary | 11100011 | 10011101 | 11010101 | 0 | 11111 | 110 | 1011 | 100111000 | 111000 | 1001011 |
Color Harmonies of #E39DD5
Complementary color
Monochromatic Colors of #E39DD5
Black with #E39DD5
Text Example
Text Example
White with #E39DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39DD5; }
p { color: rgb(227,157,213); }
H1.HeaderClassName
{
color: #E39DD5;
}
.AnyTagClassName
{
color: #E39DD5;
}
</style>
background-color css
<style>
a { background-color: #E39DD5; }
a { background-color: rgb(227,157,213); }
div.DivClassName
{
background-color: #E39DD5;
}
.BgClassName
{
background-color: #E39DD5;
}
</style>
border-color css
<style>
span { border-color: #E39DD5; }
span { border-color: rgb(227,157,213); }
td.TdClassName
{
border-color: #E39DD5;
}
.TagClassName
{
border-color: #E39DD5;
}
</style>