Shades of Plum #E593D0
Tints of Plum #E593D0
RGB
CMYK
RGB Variations
Color information
#E593D0 (or 0xE593D0) is known color: Plum. HEX triplet: E5, 93 and D0. RGB value is (229,147,208). Sum of RGB (Red+Green+Blue) = 229+147+208=584 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.21% from 584); Green value is 147 (57.81% from 255 or 25.17% from 584); Blue value is 208 (81.64% from 255 or 35.62% from 584); Max value from RGB is 229 - color contains mainly: red. Hex color #E593D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E593D0 is #1A6C2F. Grayscale: #B2B2B2. Windows color (decimal): -1731632 or 13669349. OLE color: 13669349.
HSL color Cylindrical-coordinate representation of color #E593D0: hue angle of 315.37º 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 #E593D0 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 147 | 208 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.10 |
| HSL | 315.37º | 0.61% | 0.74% | - |
| HSV(B) | 315.37º | 0.36% | 0.9% | - |
| XYZ | 54.13 | 42.08 | 64.94 | - |
| YUV | 178.47 | 144.67 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 147 | 208 | 0 | 0.36 | 0.09 | 0.10 | 315.37 | 0.61 | 0.74 |
| Hex | E5 | 93 | D0 | 0 | 24 | 9 | A | 13B | 3D | 4A |
| Octal | 345 | 223 | 320 | 0 | 44 | 11 | 12 | 473 | 75 | 112 |
| Binary | 11100101 | 10010011 | 11010000 | 0 | 100100 | 1001 | 1010 | 100111011 | 111101 | 1001010 |
Color Harmonies of #E593D0
Complementary color
Monochromatic Colors of #E593D0
Black with #E593D0
Text Example
Text Example
White with #E593D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E593D0; }
p { color: rgb(229,147,208); }
H1.HeaderClassName
{
color: #E593D0;
}
.AnyTagClassName
{
color: #E593D0;
}
</style>
background-color css
<style>
a { background-color: #E593D0; }
a { background-color: rgb(229,147,208); }
div.DivClassName
{
background-color: #E593D0;
}
.BgClassName
{
background-color: #E593D0;
}
</style>
border-color css
<style>
span { border-color: #E593D0; }
span { border-color: rgb(229,147,208); }
td.TdClassName
{
border-color: #E593D0;
}
.TagClassName
{
border-color: #E593D0;
}
</style>