Shades of Plum #E594DD
Tints of Plum #E594DD
RGB
CMYK
RGB Variations
Color information
#E594DD (or 0xE594DD) is known color: Plum. HEX triplet: E5, 94 and DD. RGB value is (229,148,221). Sum of RGB (Red+Green+Blue) = 229+148+221=598 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.29% from 598); Green value is 148 (58.20% from 255 or 24.75% from 598); Blue value is 221 (86.72% from 255 or 36.96% from 598); Max value from RGB is 229 - color contains mainly: red. Hex color #E594DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E594DD is #1A6B22. Grayscale: #B4B4B4. Windows color (decimal): -1731363 or 14521573. OLE color: 14521573.
HSL color Cylindrical-coordinate representation of color #E594DD: hue angle of 305.93º 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 #E594DD is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 148 | 221 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.10 |
| HSL | 305.93º | 0.61% | 0.74% | - |
| HSV(B) | 305.93º | 0.35% | 0.9% | - |
| XYZ | 55.95 | 43.06 | 73.77 | - |
| YUV | 180.54 | 150.84 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 148 | 221 | 0 | 0.35 | 0.03 | 0.10 | 305.93 | 0.61 | 0.74 |
| Hex | E5 | 94 | DD | 0 | 23 | 3 | A | 132 | 3D | 4A |
| Octal | 345 | 224 | 335 | 0 | 43 | 3 | 12 | 462 | 75 | 112 |
| Binary | 11100101 | 10010100 | 11011101 | 0 | 100011 | 11 | 1010 | 100110010 | 111101 | 1001010 |
Color Harmonies of #E594DD
Complementary color
Monochromatic Colors of #E594DD
Black with #E594DD
Text Example
Text Example
White with #E594DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E594DD; }
p { color: rgb(229,148,221); }
H1.HeaderClassName
{
color: #E594DD;
}
.AnyTagClassName
{
color: #E594DD;
}
</style>
background-color css
<style>
a { background-color: #E594DD; }
a { background-color: rgb(229,148,221); }
div.DivClassName
{
background-color: #E594DD;
}
.BgClassName
{
background-color: #E594DD;
}
</style>
border-color css
<style>
span { border-color: #E594DD; }
span { border-color: rgb(229,148,221); }
td.TdClassName
{
border-color: #E594DD;
}
.TagClassName
{
border-color: #E594DD;
}
</style>