Shades of Plum #E39FDE
Tints of Plum #E39FDE
RGB
CMYK
RGB Variations
Color information
#E39FDE (or 0xE39FDE) is known color: Plum. HEX triplet: E3, 9F and DE. RGB value is (227,159,222). Sum of RGB (Red+Green+Blue) = 227+159+222=608 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.34% from 608); Green value is 159 (62.5% from 255 or 26.15% from 608); Blue value is 222 (87.11% from 255 or 36.51% from 608); Max value from RGB is 227 - color contains mainly: red. Hex color #E39FDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E39FDE is #1C6021. Grayscale: #BABABA. Windows color (decimal): -1859618 or 14589923. OLE color: 14589923.
HSL color Cylindrical-coordinate representation of color #E39FDE: hue angle of 304.41º 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 #E39FDE is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 159 | 222 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.11 |
| HSL | 304.41º | 0.55% | 0.76% | - |
| HSV(B) | 304.41º | 0.3% | 0.89% | - |
| XYZ | 57.26 | 46.4 | 75.05 | - |
| YUV | 186.51 | 148.03 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 159 | 222 | 0 | 0.30 | 0.02 | 0.11 | 304.41 | 0.55 | 0.76 |
| Hex | E3 | 9F | DE | 0 | 1E | 2 | B | 130 | 37 | 4C |
| Octal | 343 | 237 | 336 | 0 | 36 | 2 | 13 | 460 | 67 | 114 |
| Binary | 11100011 | 10011111 | 11011110 | 0 | 11110 | 10 | 1011 | 100110000 | 110111 | 1001100 |
Color Harmonies of #E39FDE
Complementary color
Monochromatic Colors of #E39FDE
Black with #E39FDE
Text Example
Text Example
White with #E39FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39FDE; }
p { color: rgb(227,159,222); }
H1.HeaderClassName
{
color: #E39FDE;
}
.AnyTagClassName
{
color: #E39FDE;
}
</style>
background-color css
<style>
a { background-color: #E39FDE; }
a { background-color: rgb(227,159,222); }
div.DivClassName
{
background-color: #E39FDE;
}
.BgClassName
{
background-color: #E39FDE;
}
</style>
border-color css
<style>
span { border-color: #E39FDE; }
span { border-color: rgb(227,159,222); }
td.TdClassName
{
border-color: #E39FDE;
}
.TagClassName
{
border-color: #E39FDE;
}
</style>