Shades of Plum #E39CDF
Tints of Plum #E39CDF
RGB
CMYK
RGB Variations
Color information
#E39CDF (or 0xE39CDF) is known color: Plum. HEX triplet: E3, 9C and DF. RGB value is (227,156,223). Sum of RGB (Red+Green+Blue) = 227+156+223=606 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.46% from 606); Green value is 156 (61.33% from 255 or 25.74% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 227 - color contains mainly: red. Hex color #E39CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E39CDF is #1C6320. Grayscale: #B8B8B8. Windows color (decimal): -1860385 or 14654691. OLE color: 14654691.
HSL color Cylindrical-coordinate representation of color #E39CDF: hue angle of 303.38º 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 #E39CDF is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 156 | 223 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.11 |
| HSL | 303.38º | 0.56% | 0.75% | - |
| HSV(B) | 303.38º | 0.31% | 0.89% | - |
| XYZ | 56.89 | 45.44 | 75.58 | - |
| YUV | 184.87 | 149.52 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 156 | 223 | 0 | 0.31 | 0.02 | 0.11 | 303.38 | 0.56 | 0.75 |
| Hex | E3 | 9C | DF | 0 | 1F | 2 | B | 12F | 38 | 4B |
| Octal | 343 | 234 | 337 | 0 | 37 | 2 | 13 | 457 | 70 | 113 |
| Binary | 11100011 | 10011100 | 11011111 | 0 | 11111 | 10 | 1011 | 100101111 | 111000 | 1001011 |
Color Harmonies of #E39CDF
Complementary color
Monochromatic Colors of #E39CDF
Black with #E39CDF
Text Example
Text Example
White with #E39CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39CDF; }
p { color: rgb(227,156,223); }
H1.HeaderClassName
{
color: #E39CDF;
}
.AnyTagClassName
{
color: #E39CDF;
}
</style>
background-color css
<style>
a { background-color: #E39CDF; }
a { background-color: rgb(227,156,223); }
div.DivClassName
{
background-color: #E39CDF;
}
.BgClassName
{
background-color: #E39CDF;
}
</style>
border-color css
<style>
span { border-color: #E39CDF; }
span { border-color: rgb(227,156,223); }
td.TdClassName
{
border-color: #E39CDF;
}
.TagClassName
{
border-color: #E39CDF;
}
</style>