Shades of Plum #E39FDD
Tints of Plum #E39FDD
RGB
CMYK
RGB Variations
Color information
#E39FDD (or 0xE39FDD) is known color: Plum. HEX triplet: E3, 9F and DD. RGB value is (227,159,221). Sum of RGB (Red+Green+Blue) = 227+159+221=607 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.40% from 607); Green value is 159 (62.5% from 255 or 26.19% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 227 - color contains mainly: red. Hex color #E39FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E39FDD is #1C6022. Grayscale: #BABABA. Windows color (decimal): -1859619 or 14524387. OLE color: 14524387.
HSL color Cylindrical-coordinate representation of color #E39FDD: hue angle of 305.29º 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 #E39FDD is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 159 | 221 | - |
| CMYK | 0 | 0.30 | 0.03 | 0.11 |
| HSL | 305.29º | 0.55% | 0.76% | - |
| HSV(B) | 305.29º | 0.3% | 0.89% | - |
| XYZ | 57.13 | 46.35 | 74.34 | - |
| YUV | 186.4 | 147.53 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 159 | 221 | 0 | 0.30 | 0.03 | 0.11 | 305.29 | 0.55 | 0.76 |
| Hex | E3 | 9F | DD | 0 | 1E | 3 | B | 131 | 37 | 4C |
| Octal | 343 | 237 | 335 | 0 | 36 | 3 | 13 | 461 | 67 | 114 |
| Binary | 11100011 | 10011111 | 11011101 | 0 | 11110 | 11 | 1011 | 100110001 | 110111 | 1001100 |
Color Harmonies of #E39FDD
Complementary color
Monochromatic Colors of #E39FDD
Black with #E39FDD
Text Example
Text Example
White with #E39FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39FDD; }
p { color: rgb(227,159,221); }
H1.HeaderClassName
{
color: #E39FDD;
}
.AnyTagClassName
{
color: #E39FDD;
}
</style>
background-color css
<style>
a { background-color: #E39FDD; }
a { background-color: rgb(227,159,221); }
div.DivClassName
{
background-color: #E39FDD;
}
.BgClassName
{
background-color: #E39FDD;
}
</style>
border-color css
<style>
span { border-color: #E39FDD; }
span { border-color: rgb(227,159,221); }
td.TdClassName
{
border-color: #E39FDD;
}
.TagClassName
{
border-color: #E39FDD;
}
</style>