Shades of Plum #E590DD
Tints of Plum #E590DD
RGB
CMYK
RGB Variations
Color information
#E590DD (or 0xE590DD) is known color: Plum. HEX triplet: E5, 90 and DD. RGB value is (229,144,221). Sum of RGB (Red+Green+Blue) = 229+144+221=594 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.55% from 594); Green value is 144 (56.64% from 255 or 24.24% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 229 - color contains mainly: red. Hex color #E590DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E590DD is #1A6F22. Grayscale: #B1B1B1. Windows color (decimal): -1732387 or 14520549. OLE color: 14520549.
HSL color Cylindrical-coordinate representation of color #E590DD: hue angle of 305.65º 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 #E590DD is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 144 | 221 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.10 |
| HSL | 305.65º | 0.62% | 0.73% | - |
| HSV(B) | 305.65º | 0.37% | 0.9% | - |
| XYZ | 55.34 | 41.82 | 73.56 | - |
| YUV | 178.19 | 152.16 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 144 | 221 | 0 | 0.37 | 0.03 | 0.10 | 305.65 | 0.62 | 0.73 |
| Hex | E5 | 90 | DD | 0 | 25 | 3 | A | 132 | 3E | 49 |
| Octal | 345 | 220 | 335 | 0 | 45 | 3 | 12 | 462 | 76 | 111 |
| Binary | 11100101 | 10010000 | 11011101 | 0 | 100101 | 11 | 1010 | 100110010 | 111110 | 1001001 |
Color Harmonies of #E590DD
Complementary color
Monochromatic Colors of #E590DD
Black with #E590DD
Text Example
Text Example
White with #E590DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E590DD; }
p { color: rgb(229,144,221); }
H1.HeaderClassName
{
color: #E590DD;
}
.AnyTagClassName
{
color: #E590DD;
}
</style>
background-color css
<style>
a { background-color: #E590DD; }
a { background-color: rgb(229,144,221); }
div.DivClassName
{
background-color: #E590DD;
}
.BgClassName
{
background-color: #E590DD;
}
</style>
border-color css
<style>
span { border-color: #E590DD; }
span { border-color: rgb(229,144,221); }
td.TdClassName
{
border-color: #E590DD;
}
.TagClassName
{
border-color: #E590DD;
}
</style>