Shades of Plum #E39DE4
Tints of Plum #E39DE4
RGB
CMYK
RGB Variations
Color information
#E39DE4 (or 0xE39DE4) is known color: Plum. HEX triplet: E3, 9D and E4. RGB value is (227,157,228). Sum of RGB (Red+Green+Blue) = 227+157+228=612 (81% of max value = 765). Red value is 227 (89.06% from 255 or 37.09% from 612); Green value is 157 (61.72% from 255 or 25.65% from 612); Blue value is 228 (89.45% from 255 or 37.25% from 612); Max value from RGB is 228 - color contains mainly: blue. Hex color #E39DE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E39DE4 is #1C621B. Grayscale: #B9B9B9. Windows color (decimal): -1860124 or 14982627. OLE color: 14982627.
HSL color Cylindrical-coordinate representation of color #E39DE4: hue angle of 299.15º degrees, saturation: 0.57, 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 #E39DE4 is Cyan = 0.00, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 157 | 228 | - |
| CMYK | 0.00 | 0.31 | 0 | 0.11 |
| HSL | 299.15º | 0.57% | 0.75% | - |
| HSV(B) | 299.15º | 0.31% | 0.89% | - |
| XYZ | 57.74 | 46.05 | 79.24 | - |
| YUV | 186.02 | 151.69 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 157 | 228 | 0.00 | 0.31 | 0 | 0.11 | 299.15 | 0.57 | 0.75 |
| Hex | E3 | 9D | E4 | 0 | 1F | 0 | B | 12B | 39 | 4B |
| Octal | 343 | 235 | 344 | 0 | 37 | 0 | 13 | 453 | 71 | 113 |
| Binary | 11100011 | 10011101 | 11100100 | 0 | 11111 | 0 | 1011 | 100101011 | 111001 | 1001011 |
Color Harmonies of #E39DE4
Complementary color
Monochromatic Colors of #E39DE4
Black with #E39DE4
Text Example
Text Example
White with #E39DE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39DE4; }
p { color: rgb(227,157,228); }
H1.HeaderClassName
{
color: #E39DE4;
}
.AnyTagClassName
{
color: #E39DE4;
}
</style>
background-color css
<style>
a { background-color: #E39DE4; }
a { background-color: rgb(227,157,228); }
div.DivClassName
{
background-color: #E39DE4;
}
.BgClassName
{
background-color: #E39DE4;
}
</style>
border-color css
<style>
span { border-color: #E39DE4; }
span { border-color: rgb(227,157,228); }
td.TdClassName
{
border-color: #E39DE4;
}
.TagClassName
{
border-color: #E39DE4;
}
</style>