Shades of Plum #E593DD
Tints of Plum #E593DD
RGB
CMYK
RGB Variations
Color information
#E593DD (or 0xE593DD) is known color: Plum. HEX triplet: E5, 93 and DD. RGB value is (229,147,221). Sum of RGB (Red+Green+Blue) = 229+147+221=597 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.36% from 597); Green value is 147 (57.81% from 255 or 24.62% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 229 - color contains mainly: red. Hex color #E593DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E593DD is #1A6C22. Grayscale: #B3B3B3. Windows color (decimal): -1731619 or 14521317. OLE color: 14521317.
HSL color Cylindrical-coordinate representation of color #E593DD: hue angle of 305.85º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E593DD is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 147 | 221 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.10 |
| HSL | 305.85º | 0.61% | 0.74% | - |
| HSV(B) | 305.85º | 0.36% | 0.9% | - |
| XYZ | 55.8 | 42.75 | 73.72 | - |
| YUV | 179.95 | 151.17 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 147 | 221 | 0 | 0.36 | 0.03 | 0.10 | 305.85 | 0.61 | 0.74 |
| Hex | E5 | 93 | DD | 0 | 24 | 3 | A | 132 | 3D | 4A |
| Octal | 345 | 223 | 335 | 0 | 44 | 3 | 12 | 462 | 75 | 112 |
| Binary | 11100101 | 10010011 | 11011101 | 0 | 100100 | 11 | 1010 | 100110010 | 111101 | 1001010 |
Color Harmonies of #E593DD
Complementary color
Monochromatic Colors of #E593DD
Black with #E593DD
Text Example
Text Example
White with #E593DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E593DD; }
p { color: rgb(229,147,221); }
H1.HeaderClassName
{
color: #E593DD;
}
.AnyTagClassName
{
color: #E593DD;
}
</style>
background-color css
<style>
a { background-color: #E593DD; }
a { background-color: rgb(229,147,221); }
div.DivClassName
{
background-color: #E593DD;
}
.BgClassName
{
background-color: #E593DD;
}
</style>
border-color css
<style>
span { border-color: #E593DD; }
span { border-color: rgb(229,147,221); }
td.TdClassName
{
border-color: #E593DD;
}
.TagClassName
{
border-color: #E593DD;
}
</style>