Shades of Plum #E594D9
Tints of Plum #E594D9
RGB
CMYK
RGB Variations
Color information
#E594D9 (or 0xE594D9) is known color: Plum. HEX triplet: E5, 94 and D9. RGB value is (229,148,217). Sum of RGB (Red+Green+Blue) = 229+148+217=594 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.55% from 594); Green value is 148 (58.20% from 255 or 24.92% from 594); Blue value is 217 (85.16% from 255 or 36.53% from 594); Max value from RGB is 229 - color contains mainly: red. Hex color #E594D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E594D9 is #1A6B26. Grayscale: #B3B3B3. Windows color (decimal): -1731367 or 14259429. OLE color: 14259429.
HSL color Cylindrical-coordinate representation of color #E594D9: hue angle of 308.89º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E594D9 is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 148 | 217 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.10 |
| HSL | 308.89º | 0.61% | 0.74% | - |
| HSV(B) | 308.89º | 0.35% | 0.9% | - |
| XYZ | 55.43 | 42.85 | 70.99 | - |
| YUV | 180.09 | 148.84 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 148 | 217 | 0 | 0.35 | 0.05 | 0.10 | 308.89 | 0.61 | 0.74 |
| Hex | E5 | 94 | D9 | 0 | 23 | 5 | A | 135 | 3D | 4A |
| Octal | 345 | 224 | 331 | 0 | 43 | 5 | 12 | 465 | 75 | 112 |
| Binary | 11100101 | 10010100 | 11011001 | 0 | 100011 | 101 | 1010 | 100110101 | 111101 | 1001010 |
Color Harmonies of #E594D9
Complementary color
Monochromatic Colors of #E594D9
Black with #E594D9
Text Example
Text Example
White with #E594D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E594D9; }
p { color: rgb(229,148,217); }
H1.HeaderClassName
{
color: #E594D9;
}
.AnyTagClassName
{
color: #E594D9;
}
</style>
background-color css
<style>
a { background-color: #E594D9; }
a { background-color: rgb(229,148,217); }
div.DivClassName
{
background-color: #E594D9;
}
.BgClassName
{
background-color: #E594D9;
}
</style>
border-color css
<style>
span { border-color: #E594D9; }
span { border-color: rgb(229,148,217); }
td.TdClassName
{
border-color: #E594D9;
}
.TagClassName
{
border-color: #E594D9;
}
</style>