Shades of Plum #E39DDF
Tints of Plum #E39DDF
RGB
CMYK
RGB Variations
Color information
#E39DDF (or 0xE39DDF) is known color: Plum. HEX triplet: E3, 9D and DF. RGB value is (227,157,223). Sum of RGB (Red+Green+Blue) = 227+157+223=607 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.40% from 607); Green value is 157 (61.72% from 255 or 25.86% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 227 - color contains mainly: red. Hex color #E39DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E39DDF is #1C6220. Grayscale: #B9B9B9. Windows color (decimal): -1860129 or 14654947. OLE color: 14654947.
HSL color Cylindrical-coordinate representation of color #E39DDF: hue angle of 303.43º 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 #E39DDF is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 157 | 223 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.11 |
| HSL | 303.43º | 0.56% | 0.75% | - |
| HSV(B) | 303.43º | 0.31% | 0.89% | - |
| XYZ | 57.05 | 45.77 | 75.64 | - |
| YUV | 185.45 | 149.19 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 157 | 223 | 0 | 0.31 | 0.02 | 0.11 | 303.43 | 0.56 | 0.75 |
| Hex | E3 | 9D | DF | 0 | 1F | 2 | B | 12F | 38 | 4B |
| Octal | 343 | 235 | 337 | 0 | 37 | 2 | 13 | 457 | 70 | 113 |
| Binary | 11100011 | 10011101 | 11011111 | 0 | 11111 | 10 | 1011 | 100101111 | 111000 | 1001011 |
Color Harmonies of #E39DDF
Complementary color
Monochromatic Colors of #E39DDF
Black with #E39DDF
Text Example
Text Example
White with #E39DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39DDF; }
p { color: rgb(227,157,223); }
H1.HeaderClassName
{
color: #E39DDF;
}
.AnyTagClassName
{
color: #E39DDF;
}
</style>
background-color css
<style>
a { background-color: #E39DDF; }
a { background-color: rgb(227,157,223); }
div.DivClassName
{
background-color: #E39DDF;
}
.BgClassName
{
background-color: #E39DDF;
}
</style>
border-color css
<style>
span { border-color: #E39DDF; }
span { border-color: rgb(227,157,223); }
td.TdClassName
{
border-color: #E39DDF;
}
.TagClassName
{
border-color: #E39DDF;
}
</style>