Shades of Plum #E590D1
Tints of Plum #E590D1
RGB
CMYK
RGB Variations
Color information
#E590D1 (or 0xE590D1) is known color: Plum. HEX triplet: E5, 90 and D1. RGB value is (229,144,209). Sum of RGB (Red+Green+Blue) = 229+144+209=582 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.35% from 582); Green value is 144 (56.64% from 255 or 24.74% from 582); Blue value is 209 (82.03% from 255 or 35.91% from 582); Max value from RGB is 229 - color contains mainly: red. Hex color #E590D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E590D1 is #1A6F2E. Grayscale: #B0B0B0. Windows color (decimal): -1732399 or 13734117. OLE color: 13734117.
HSL color Cylindrical-coordinate representation of color #E590D1: hue angle of 314.12º 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 #E590D1 is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 144 | 209 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.10 |
| HSL | 314.12º | 0.62% | 0.73% | - |
| HSV(B) | 314.12º | 0.37% | 0.9% | - |
| XYZ | 53.79 | 41.21 | 65.44 | - |
| YUV | 176.83 | 146.16 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 144 | 209 | 0 | 0.37 | 0.09 | 0.10 | 314.12 | 0.62 | 0.73 |
| Hex | E5 | 90 | D1 | 0 | 25 | 9 | A | 13A | 3E | 49 |
| Octal | 345 | 220 | 321 | 0 | 45 | 11 | 12 | 472 | 76 | 111 |
| Binary | 11100101 | 10010000 | 11010001 | 0 | 100101 | 1001 | 1010 | 100111010 | 111110 | 1001001 |
Color Harmonies of #E590D1
Complementary color
Monochromatic Colors of #E590D1
Black with #E590D1
Text Example
Text Example
White with #E590D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E590D1; }
p { color: rgb(229,144,209); }
H1.HeaderClassName
{
color: #E590D1;
}
.AnyTagClassName
{
color: #E590D1;
}
</style>
background-color css
<style>
a { background-color: #E590D1; }
a { background-color: rgb(229,144,209); }
div.DivClassName
{
background-color: #E590D1;
}
.BgClassName
{
background-color: #E590D1;
}
</style>
border-color css
<style>
span { border-color: #E590D1; }
span { border-color: rgb(229,144,209); }
td.TdClassName
{
border-color: #E590D1;
}
.TagClassName
{
border-color: #E590D1;
}
</style>