Shades of Plum #E593D7
Tints of Plum #E593D7
RGB
CMYK
RGB Variations
Color information
#E593D7 (or 0xE593D7) is known color: Plum. HEX triplet: E5, 93 and D7. RGB value is (229,147,215). Sum of RGB (Red+Green+Blue) = 229+147+215=591 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.75% from 591); Green value is 147 (57.81% from 255 or 24.87% from 591); Blue value is 215 (84.38% from 255 or 36.38% from 591); Max value from RGB is 229 - color contains mainly: red. Hex color #E593D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E593D7 is #1A6C28. Grayscale: #B3B3B3. Windows color (decimal): -1731625 or 14128101. OLE color: 14128101.
HSL color Cylindrical-coordinate representation of color #E593D7: hue angle of 310.24º 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 #E593D7 is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 147 | 215 | - |
| CMYK | 0 | 0.36 | 0.06 | 0.10 |
| HSL | 310.24º | 0.61% | 0.74% | - |
| HSV(B) | 310.24º | 0.36% | 0.9% | - |
| XYZ | 55.01 | 42.43 | 69.58 | - |
| YUV | 179.27 | 148.17 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 147 | 215 | 0 | 0.36 | 0.06 | 0.10 | 310.24 | 0.61 | 0.74 |
| Hex | E5 | 93 | D7 | 0 | 24 | 6 | A | 136 | 3D | 4A |
| Octal | 345 | 223 | 327 | 0 | 44 | 6 | 12 | 466 | 75 | 112 |
| Binary | 11100101 | 10010011 | 11010111 | 0 | 100100 | 110 | 1010 | 100110110 | 111101 | 1001010 |
Color Harmonies of #E593D7
Complementary color
Monochromatic Colors of #E593D7
Black with #E593D7
Text Example
Text Example
White with #E593D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E593D7; }
p { color: rgb(229,147,215); }
H1.HeaderClassName
{
color: #E593D7;
}
.AnyTagClassName
{
color: #E593D7;
}
</style>
background-color css
<style>
a { background-color: #E593D7; }
a { background-color: rgb(229,147,215); }
div.DivClassName
{
background-color: #E593D7;
}
.BgClassName
{
background-color: #E593D7;
}
</style>
border-color css
<style>
span { border-color: #E593D7; }
span { border-color: rgb(229,147,215); }
td.TdClassName
{
border-color: #E593D7;
}
.TagClassName
{
border-color: #E593D7;
}
</style>