Shades of Plum #E590D7
Tints of Plum #E590D7
RGB
CMYK
RGB Variations
Color information
#E590D7 (or 0xE590D7) is known color: Plum. HEX triplet: E5, 90 and D7. RGB value is (229,144,215). Sum of RGB (Red+Green+Blue) = 229+144+215=588 (77% of max value = 765). Red value is 229 (89.84% from 255 or 38.95% from 588); Green value is 144 (56.64% from 255 or 24.49% from 588); Blue value is 215 (84.38% from 255 or 36.56% from 588); Max value from RGB is 229 - color contains mainly: red. Hex color #E590D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E590D7 is #1A6F28. Grayscale: #B1B1B1. Windows color (decimal): -1732393 or 14127333. OLE color: 14127333.
HSL color Cylindrical-coordinate representation of color #E590D7: hue angle of 309.88º 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 #E590D7 is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 144 | 215 | - |
| CMYK | 0 | 0.37 | 0.06 | 0.10 |
| HSL | 309.88º | 0.62% | 0.73% | - |
| HSV(B) | 309.88º | 0.37% | 0.9% | - |
| XYZ | 54.55 | 41.51 | 69.43 | - |
| YUV | 177.51 | 149.16 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 144 | 215 | 0 | 0.37 | 0.06 | 0.10 | 309.88 | 0.62 | 0.73 |
| Hex | E5 | 90 | D7 | 0 | 25 | 6 | A | 136 | 3E | 49 |
| Octal | 345 | 220 | 327 | 0 | 45 | 6 | 12 | 466 | 76 | 111 |
| Binary | 11100101 | 10010000 | 11010111 | 0 | 100101 | 110 | 1010 | 100110110 | 111110 | 1001001 |
Color Harmonies of #E590D7
Complementary color
Monochromatic Colors of #E590D7
Black with #E590D7
Text Example
Text Example
White with #E590D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E590D7; }
p { color: rgb(229,144,215); }
H1.HeaderClassName
{
color: #E590D7;
}
.AnyTagClassName
{
color: #E590D7;
}
</style>
background-color css
<style>
a { background-color: #E590D7; }
a { background-color: rgb(229,144,215); }
div.DivClassName
{
background-color: #E590D7;
}
.BgClassName
{
background-color: #E590D7;
}
</style>
border-color css
<style>
span { border-color: #E590D7; }
span { border-color: rgb(229,144,215); }
td.TdClassName
{
border-color: #E590D7;
}
.TagClassName
{
border-color: #E590D7;
}
</style>