Shades of Plum #E590D9
Tints of Plum #E590D9
RGB
CMYK
RGB Variations
Color information
#E590D9 (or 0xE590D9) is known color: Plum. HEX triplet: E5, 90 and D9. RGB value is (229,144,217). Sum of RGB (Red+Green+Blue) = 229+144+217=590 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.81% from 590); Green value is 144 (56.64% from 255 or 24.41% from 590); Blue value is 217 (85.16% from 255 or 36.78% from 590); Max value from RGB is 229 - color contains mainly: red. Hex color #E590D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E590D9 is #1A6F26. Grayscale: #B1B1B1. Windows color (decimal): -1732391 or 14258405. OLE color: 14258405.
HSL color Cylindrical-coordinate representation of color #E590D9: hue angle of 308.47º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E590D9 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 144 | 217 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.10 |
| HSL | 308.47º | 0.62% | 0.73% | - |
| HSV(B) | 308.47º | 0.37% | 0.9% | - |
| XYZ | 54.81 | 41.61 | 70.79 | - |
| YUV | 177.74 | 150.16 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 144 | 217 | 0 | 0.37 | 0.05 | 0.10 | 308.47 | 0.62 | 0.73 |
| Hex | E5 | 90 | D9 | 0 | 25 | 5 | A | 134 | 3E | 49 |
| Octal | 345 | 220 | 331 | 0 | 45 | 5 | 12 | 464 | 76 | 111 |
| Binary | 11100101 | 10010000 | 11011001 | 0 | 100101 | 101 | 1010 | 100110100 | 111110 | 1001001 |
Color Harmonies of #E590D9
Complementary color
Monochromatic Colors of #E590D9
Black with #E590D9
Text Example
Text Example
White with #E590D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E590D9; }
p { color: rgb(229,144,217); }
H1.HeaderClassName
{
color: #E590D9;
}
.AnyTagClassName
{
color: #E590D9;
}
</style>
background-color css
<style>
a { background-color: #E590D9; }
a { background-color: rgb(229,144,217); }
div.DivClassName
{
background-color: #E590D9;
}
.BgClassName
{
background-color: #E590D9;
}
</style>
border-color css
<style>
span { border-color: #E590D9; }
span { border-color: rgb(229,144,217); }
td.TdClassName
{
border-color: #E590D9;
}
.TagClassName
{
border-color: #E590D9;
}
</style>