Shades of Plum #E591DA
Tints of Plum #E591DA
RGB
CMYK
RGB Variations
Color information
#E591DA (or 0xE591DA) is known color: Plum. HEX triplet: E5, 91 and DA. RGB value is (229,145,218). Sum of RGB (Red+Green+Blue) = 229+145+218=592 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.68% from 592); Green value is 145 (57.03% from 255 or 24.49% from 592); Blue value is 218 (85.55% from 255 or 36.82% from 592); Max value from RGB is 229 - color contains mainly: red. Hex color #E591DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E591DA is #1A6E25. Grayscale: #B2B2B2. Windows color (decimal): -1732134 or 14324197. OLE color: 14324197.
HSL color Cylindrical-coordinate representation of color #E591DA: hue angle of 307.86º 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 #E591DA is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 145 | 218 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.10 |
| HSL | 307.86º | 0.62% | 0.73% | - |
| HSV(B) | 307.86º | 0.37% | 0.9% | - |
| XYZ | 55.09 | 41.97 | 71.53 | - |
| YUV | 178.44 | 150.33 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 145 | 218 | 0 | 0.37 | 0.05 | 0.10 | 307.86 | 0.62 | 0.73 |
| Hex | E5 | 91 | DA | 0 | 25 | 5 | A | 134 | 3E | 49 |
| Octal | 345 | 221 | 332 | 0 | 45 | 5 | 12 | 464 | 76 | 111 |
| Binary | 11100101 | 10010001 | 11011010 | 0 | 100101 | 101 | 1010 | 100110100 | 111110 | 1001001 |
Color Harmonies of #E591DA
Complementary color
Monochromatic Colors of #E591DA
Black with #E591DA
Text Example
Text Example
White with #E591DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E591DA; }
p { color: rgb(229,145,218); }
H1.HeaderClassName
{
color: #E591DA;
}
.AnyTagClassName
{
color: #E591DA;
}
</style>
background-color css
<style>
a { background-color: #E591DA; }
a { background-color: rgb(229,145,218); }
div.DivClassName
{
background-color: #E591DA;
}
.BgClassName
{
background-color: #E591DA;
}
</style>
border-color css
<style>
span { border-color: #E591DA; }
span { border-color: rgb(229,145,218); }
td.TdClassName
{
border-color: #E591DA;
}
.TagClassName
{
border-color: #E591DA;
}
</style>