Shades of Plum #E39DF0
Tints of Plum #E39DF0
RGB
CMYK
RGB Variations
Color information
#E39DF0 (or 0xE39DF0) is known color: Plum. HEX triplet: E3, 9D and F0. RGB value is (227,157,240). Sum of RGB (Red+Green+Blue) = 227+157+240=624 (82% of max value = 765). Red value is 227 (89.06% from 255 or 36.38% from 624); Green value is 157 (61.72% from 255 or 25.16% from 624); Blue value is 240 (94.14% from 255 or 38.46% from 624); Max value from RGB is 240 - color contains mainly: blue. Hex color #E39DF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E39DF0 is #1C620F. Grayscale: #BBBBBB. Windows color (decimal): -1860112 or 15769059. OLE color: 15769059.
HSL color Cylindrical-coordinate representation of color #E39DF0: hue angle of 290.6º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E39DF0 is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 227 | 157 | 240 | - |
| CMYK | 0.05 | 0.35 | 0 | 0.06 |
| HSL | 290.6º | 0.73% | 0.78% | - |
| HSV(B) | 290.6º | 0.35% | 0.94% | - |
| XYZ | 59.46 | 46.74 | 88.32 | - |
| YUV | 187.39 | 157.69 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 157 | 240 | 0.05 | 0.35 | 0 | 0.06 | 290.6 | 0.73 | 0.78 |
| Hex | E3 | 9D | F0 | 5 | 23 | 0 | 6 | 123 | 49 | 4E |
| Octal | 343 | 235 | 360 | 5 | 43 | 0 | 6 | 443 | 111 | 116 |
| Binary | 11100011 | 10011101 | 11110000 | 101 | 100011 | 0 | 110 | 100100011 | 1001001 | 1001110 |
Color Harmonies of #E39DF0
Complementary color
Monochromatic Colors of #E39DF0
Black with #E39DF0
Text Example
Text Example
White with #E39DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39DF0; }
p { color: rgb(227,157,240); }
H1.HeaderClassName
{
color: #E39DF0;
}
.AnyTagClassName
{
color: #E39DF0;
}
</style>
background-color css
<style>
a { background-color: #E39DF0; }
a { background-color: rgb(227,157,240); }
div.DivClassName
{
background-color: #E39DF0;
}
.BgClassName
{
background-color: #E39DF0;
}
</style>
border-color css
<style>
span { border-color: #E39DF0; }
span { border-color: rgb(227,157,240); }
td.TdClassName
{
border-color: #E39DF0;
}
.TagClassName
{
border-color: #E39DF0;
}
</style>