Shades of Plum #E39FDC
Tints of Plum #E39FDC
RGB
CMYK
RGB Variations
Color information
#E39FDC (or 0xE39FDC) is known color: Plum. HEX triplet: E3, 9F and DC. RGB value is (227,159,220). Sum of RGB (Red+Green+Blue) = 227+159+220=606 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.46% from 606); Green value is 159 (62.5% from 255 or 26.24% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 227 - color contains mainly: red. Hex color #E39FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E39FDC is #1C6023. Grayscale: #BABABA. Windows color (decimal): -1859620 or 14458851. OLE color: 14458851.
HSL color Cylindrical-coordinate representation of color #E39FDC: hue angle of 306.18º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E39FDC is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 159 | 220 | - |
| CMYK | 0 | 0.30 | 0.03 | 0.11 |
| HSL | 306.18º | 0.55% | 0.76% | - |
| HSV(B) | 306.18º | 0.3% | 0.89% | - |
| XYZ | 56.99 | 46.29 | 73.64 | - |
| YUV | 186.29 | 147.03 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 159 | 220 | 0 | 0.30 | 0.03 | 0.11 | 306.18 | 0.55 | 0.76 |
| Hex | E3 | 9F | DC | 0 | 1E | 3 | B | 132 | 37 | 4C |
| Octal | 343 | 237 | 334 | 0 | 36 | 3 | 13 | 462 | 67 | 114 |
| Binary | 11100011 | 10011111 | 11011100 | 0 | 11110 | 11 | 1011 | 100110010 | 110111 | 1001100 |
Color Harmonies of #E39FDC
Complementary color
Monochromatic Colors of #E39FDC
Black with #E39FDC
Text Example
Text Example
White with #E39FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39FDC; }
p { color: rgb(227,159,220); }
H1.HeaderClassName
{
color: #E39FDC;
}
.AnyTagClassName
{
color: #E39FDC;
}
</style>
background-color css
<style>
a { background-color: #E39FDC; }
a { background-color: rgb(227,159,220); }
div.DivClassName
{
background-color: #E39FDC;
}
.BgClassName
{
background-color: #E39FDC;
}
</style>
border-color css
<style>
span { border-color: #E39FDC; }
span { border-color: rgb(227,159,220); }
td.TdClassName
{
border-color: #E39FDC;
}
.TagClassName
{
border-color: #E39FDC;
}
</style>