Shades of Plum #E593D3
Tints of Plum #E593D3
RGB
CMYK
RGB Variations
Color information
#E593D3 (or 0xE593D3) is known color: Plum. HEX triplet: E5, 93 and D3. RGB value is (229,147,211). Sum of RGB (Red+Green+Blue) = 229+147+211=587 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.01% from 587); Green value is 147 (57.81% from 255 or 25.04% from 587); Blue value is 211 (82.81% from 255 or 35.95% from 587); Max value from RGB is 229 - color contains mainly: red. Hex color #E593D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E593D3 is #1A6C2C. Grayscale: #B2B2B2. Windows color (decimal): -1731629 or 13865957. OLE color: 13865957.
HSL color Cylindrical-coordinate representation of color #E593D3: hue angle of 313.17º 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 #E593D3 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 147 | 211 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.10 |
| HSL | 313.17º | 0.61% | 0.74% | - |
| HSV(B) | 313.17º | 0.36% | 0.9% | - |
| XYZ | 54.5 | 42.23 | 66.91 | - |
| YUV | 178.81 | 146.17 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 147 | 211 | 0 | 0.36 | 0.08 | 0.10 | 313.17 | 0.61 | 0.74 |
| Hex | E5 | 93 | D3 | 0 | 24 | 8 | A | 139 | 3D | 4A |
| Octal | 345 | 223 | 323 | 0 | 44 | 10 | 12 | 471 | 75 | 112 |
| Binary | 11100101 | 10010011 | 11010011 | 0 | 100100 | 1000 | 1010 | 100111001 | 111101 | 1001010 |
Color Harmonies of #E593D3
Complementary color
Monochromatic Colors of #E593D3
Black with #E593D3
Text Example
Text Example
White with #E593D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E593D3; }
p { color: rgb(229,147,211); }
H1.HeaderClassName
{
color: #E593D3;
}
.AnyTagClassName
{
color: #E593D3;
}
</style>
background-color css
<style>
a { background-color: #E593D3; }
a { background-color: rgb(229,147,211); }
div.DivClassName
{
background-color: #E593D3;
}
.BgClassName
{
background-color: #E593D3;
}
</style>
border-color css
<style>
span { border-color: #E593D3; }
span { border-color: rgb(229,147,211); }
td.TdClassName
{
border-color: #E593D3;
}
.TagClassName
{
border-color: #E593D3;
}
</style>