Shades of Plum #E390D9
Tints of Plum #E390D9
RGB
CMYK
RGB Variations
Color information
#E390D9 (or 0xE390D9) is known color: Plum. HEX triplet: E3, 90 and D9. RGB value is (227,144,217). Sum of RGB (Red+Green+Blue) = 227+144+217=588 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.61% from 588); Green value is 144 (56.64% from 255 or 24.49% from 588); Blue value is 217 (85.16% from 255 or 36.90% from 588); Max value from RGB is 227 - color contains mainly: red. Hex color #E390D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E390D9 is #1C6F26. Grayscale: #B0B0B0. Windows color (decimal): -1863463 or 14258403. OLE color: 14258403.
HSL color Cylindrical-coordinate representation of color #E390D9: hue angle of 307.23º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E390D9 is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 144 | 217 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.11 |
| HSL | 307.23º | 0.6% | 0.73% | - |
| HSV(B) | 307.23º | 0.37% | 0.89% | - |
| XYZ | 54.18 | 41.29 | 70.76 | - |
| YUV | 177.14 | 150.5 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 144 | 217 | 0 | 0.37 | 0.04 | 0.11 | 307.23 | 0.6 | 0.73 |
| Hex | E3 | 90 | D9 | 0 | 25 | 4 | B | 133 | 3C | 49 |
| Octal | 343 | 220 | 331 | 0 | 45 | 4 | 13 | 463 | 74 | 111 |
| Binary | 11100011 | 10010000 | 11011001 | 0 | 100101 | 100 | 1011 | 100110011 | 111100 | 1001001 |
Color Harmonies of #E390D9
Complementary color
Monochromatic Colors of #E390D9
Black with #E390D9
Text Example
Text Example
White with #E390D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E390D9; }
p { color: rgb(227,144,217); }
H1.HeaderClassName
{
color: #E390D9;
}
.AnyTagClassName
{
color: #E390D9;
}
</style>
background-color css
<style>
a { background-color: #E390D9; }
a { background-color: rgb(227,144,217); }
div.DivClassName
{
background-color: #E390D9;
}
.BgClassName
{
background-color: #E390D9;
}
</style>
border-color css
<style>
span { border-color: #E390D9; }
span { border-color: rgb(227,144,217); }
td.TdClassName
{
border-color: #E390D9;
}
.TagClassName
{
border-color: #E390D9;
}
</style>