Shades of Plum #E39ED5
Tints of Plum #E39ED5
RGB
CMYK
RGB Variations
Color information
#E39ED5 (or 0xE39ED5) is known color: Plum. HEX triplet: E3, 9E and D5. RGB value is (227,158,213). Sum of RGB (Red+Green+Blue) = 227+158+213=598 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.96% from 598); Green value is 158 (62.11% from 255 or 26.42% from 598); Blue value is 213 (83.59% from 255 or 35.62% from 598); Max value from RGB is 227 - color contains mainly: red. Hex color #E39ED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E39ED5 is #1C612A. Grayscale: #B8B8B8. Windows color (decimal): -1859883 or 13999843. OLE color: 13999843.
HSL color Cylindrical-coordinate representation of color #E39ED5: hue angle of 312.17º 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 #E39ED5 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 158 | 213 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.11 |
| HSL | 312.17º | 0.55% | 0.75% | - |
| HSV(B) | 312.17º | 0.3% | 0.89% | - |
| XYZ | 55.92 | 45.59 | 68.8 | - |
| YUV | 184.9 | 143.86 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 158 | 213 | 0 | 0.30 | 0.06 | 0.11 | 312.17 | 0.55 | 0.75 |
| Hex | E3 | 9E | D5 | 0 | 1E | 6 | B | 138 | 37 | 4B |
| Octal | 343 | 236 | 325 | 0 | 36 | 6 | 13 | 470 | 67 | 113 |
| Binary | 11100011 | 10011110 | 11010101 | 0 | 11110 | 110 | 1011 | 100111000 | 110111 | 1001011 |
Color Harmonies of #E39ED5
Complementary color
Monochromatic Colors of #E39ED5
Black with #E39ED5
Text Example
Text Example
White with #E39ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39ED5; }
p { color: rgb(227,158,213); }
H1.HeaderClassName
{
color: #E39ED5;
}
.AnyTagClassName
{
color: #E39ED5;
}
</style>
background-color css
<style>
a { background-color: #E39ED5; }
a { background-color: rgb(227,158,213); }
div.DivClassName
{
background-color: #E39ED5;
}
.BgClassName
{
background-color: #E39ED5;
}
</style>
border-color css
<style>
span { border-color: #E39ED5; }
span { border-color: rgb(227,158,213); }
td.TdClassName
{
border-color: #E39ED5;
}
.TagClassName
{
border-color: #E39ED5;
}
</style>