Shades of Plum #E591D0
Tints of Plum #E591D0
RGB
CMYK
RGB Variations
Color information
#E591D0 (or 0xE591D0) is known color: Plum. HEX triplet: E5, 91 and D0. RGB value is (229,145,208). Sum of RGB (Red+Green+Blue) = 229+145+208=582 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.35% from 582); Green value is 145 (57.03% from 255 or 24.91% from 582); Blue value is 208 (81.64% from 255 or 35.74% from 582); Max value from RGB is 229 - color contains mainly: red. Hex color #E591D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E591D0 is #1A6E2F. Grayscale: #B1B1B1. Windows color (decimal): -1732144 or 13668837. OLE color: 13668837.
HSL color Cylindrical-coordinate representation of color #E591D0: hue angle of 315º 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 #E591D0 is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 145 | 208 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.10 |
| HSL | 315º | 0.62% | 0.73% | - |
| HSV(B) | 315º | 0.37% | 0.9% | - |
| XYZ | 53.82 | 41.46 | 64.84 | - |
| YUV | 177.3 | 145.33 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 145 | 208 | 0 | 0.37 | 0.09 | 0.10 | 315 | 0.62 | 0.73 |
| Hex | E5 | 91 | D0 | 0 | 25 | 9 | A | 13B | 3E | 49 |
| Octal | 345 | 221 | 320 | 0 | 45 | 11 | 12 | 473 | 76 | 111 |
| Binary | 11100101 | 10010001 | 11010000 | 0 | 100101 | 1001 | 1010 | 100111011 | 111110 | 1001001 |
Color Harmonies of #E591D0
Complementary color
Monochromatic Colors of #E591D0
Black with #E591D0
Text Example
Text Example
White with #E591D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E591D0; }
p { color: rgb(229,145,208); }
H1.HeaderClassName
{
color: #E591D0;
}
.AnyTagClassName
{
color: #E591D0;
}
</style>
background-color css
<style>
a { background-color: #E591D0; }
a { background-color: rgb(229,145,208); }
div.DivClassName
{
background-color: #E591D0;
}
.BgClassName
{
background-color: #E591D0;
}
</style>
border-color css
<style>
span { border-color: #E591D0; }
span { border-color: rgb(229,145,208); }
td.TdClassName
{
border-color: #E591D0;
}
.TagClassName
{
border-color: #E591D0;
}
</style>