Shades of Plum #E39FDA
Tints of Plum #E39FDA
RGB
CMYK
RGB Variations
Color information
#E39FDA (or 0xE39FDA) is known color: Plum. HEX triplet: E3, 9F and DA. RGB value is (227,159,218). Sum of RGB (Red+Green+Blue) = 227+159+218=604 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.58% from 604); Green value is 159 (62.5% from 255 or 26.32% from 604); Blue value is 218 (85.55% from 255 or 36.09% from 604); Max value from RGB is 227 - color contains mainly: red. Hex color #E39FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E39FDA is #1C6025. Grayscale: #B9B9B9. Windows color (decimal): -1859622 or 14327779. OLE color: 14327779.
HSL color Cylindrical-coordinate representation of color #E39FDA: hue angle of 307.94º 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 #E39FDA is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 159 | 218 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.11 |
| HSL | 307.94º | 0.55% | 0.76% | - |
| HSV(B) | 307.94º | 0.3% | 0.89% | - |
| XYZ | 56.73 | 46.19 | 72.25 | - |
| YUV | 186.06 | 146.03 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 159 | 218 | 0 | 0.30 | 0.04 | 0.11 | 307.94 | 0.55 | 0.76 |
| Hex | E3 | 9F | DA | 0 | 1E | 4 | B | 134 | 37 | 4C |
| Octal | 343 | 237 | 332 | 0 | 36 | 4 | 13 | 464 | 67 | 114 |
| Binary | 11100011 | 10011111 | 11011010 | 0 | 11110 | 100 | 1011 | 100110100 | 110111 | 1001100 |
Color Harmonies of #E39FDA
Complementary color
Monochromatic Colors of #E39FDA
Black with #E39FDA
Text Example
Text Example
White with #E39FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39FDA; }
p { color: rgb(227,159,218); }
H1.HeaderClassName
{
color: #E39FDA;
}
.AnyTagClassName
{
color: #E39FDA;
}
</style>
background-color css
<style>
a { background-color: #E39FDA; }
a { background-color: rgb(227,159,218); }
div.DivClassName
{
background-color: #E39FDA;
}
.BgClassName
{
background-color: #E39FDA;
}
</style>
border-color css
<style>
span { border-color: #E39FDA; }
span { border-color: rgb(227,159,218); }
td.TdClassName
{
border-color: #E39FDA;
}
.TagClassName
{
border-color: #E39FDA;
}
</style>