Shades of Plum #E591DF
Tints of Plum #E591DF
RGB
CMYK
RGB Variations
Color information
#E591DF (or 0xE591DF) is known color: Plum. HEX triplet: E5, 91 and DF. RGB value is (229,145,223). Sum of RGB (Red+Green+Blue) = 229+145+223=597 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.36% from 597); Green value is 145 (57.03% from 255 or 24.29% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 229 - color contains mainly: red. Hex color #E591DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E591DF is #1A6E20. Grayscale: #B2B2B2. Windows color (decimal): -1732129 or 14651877. OLE color: 14651877.
HSL color Cylindrical-coordinate representation of color #E591DF: hue angle of 304.29º 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 #E591DF is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 145 | 223 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.10 |
| HSL | 304.29º | 0.62% | 0.73% | - |
| HSV(B) | 304.29º | 0.37% | 0.9% | - |
| XYZ | 55.76 | 42.24 | 75.03 | - |
| YUV | 179.01 | 152.83 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 145 | 223 | 0 | 0.37 | 0.03 | 0.10 | 304.29 | 0.62 | 0.73 |
| Hex | E5 | 91 | DF | 0 | 25 | 3 | A | 130 | 3E | 49 |
| Octal | 345 | 221 | 337 | 0 | 45 | 3 | 12 | 460 | 76 | 111 |
| Binary | 11100101 | 10010001 | 11011111 | 0 | 100101 | 11 | 1010 | 100110000 | 111110 | 1001001 |
Color Harmonies of #E591DF
Complementary color
Monochromatic Colors of #E591DF
Black with #E591DF
Text Example
Text Example
White with #E591DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E591DF; }
p { color: rgb(229,145,223); }
H1.HeaderClassName
{
color: #E591DF;
}
.AnyTagClassName
{
color: #E591DF;
}
</style>
background-color css
<style>
a { background-color: #E591DF; }
a { background-color: rgb(229,145,223); }
div.DivClassName
{
background-color: #E591DF;
}
.BgClassName
{
background-color: #E591DF;
}
</style>
border-color css
<style>
span { border-color: #E591DF; }
span { border-color: rgb(229,145,223); }
td.TdClassName
{
border-color: #E591DF;
}
.TagClassName
{
border-color: #E591DF;
}
</style>