Shades of Plum #E593DB
Tints of Plum #E593DB
RGB
CMYK
RGB Variations
Color information
#E593DB (or 0xE593DB) is known color: Plum. HEX triplet: E5, 93 and DB. RGB value is (229,147,219). Sum of RGB (Red+Green+Blue) = 229+147+219=595 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.49% from 595); Green value is 147 (57.81% from 255 or 24.71% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 229 - color contains mainly: red. Hex color #E593DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E593DB is #1A6C24. Grayscale: #B3B3B3. Windows color (decimal): -1731621 or 14390245. OLE color: 14390245.
HSL color Cylindrical-coordinate representation of color #E593DB: hue angle of 307.32º 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 #E593DB is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 147 | 219 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.10 |
| HSL | 307.32º | 0.61% | 0.74% | - |
| HSV(B) | 307.32º | 0.36% | 0.9% | - |
| XYZ | 55.53 | 42.64 | 72.32 | - |
| YUV | 179.73 | 150.17 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 147 | 219 | 0 | 0.36 | 0.04 | 0.10 | 307.32 | 0.61 | 0.74 |
| Hex | E5 | 93 | DB | 0 | 24 | 4 | A | 133 | 3D | 4A |
| Octal | 345 | 223 | 333 | 0 | 44 | 4 | 12 | 463 | 75 | 112 |
| Binary | 11100101 | 10010011 | 11011011 | 0 | 100100 | 100 | 1010 | 100110011 | 111101 | 1001010 |
Color Harmonies of #E593DB
Complementary color
Monochromatic Colors of #E593DB
Black with #E593DB
Text Example
Text Example
White with #E593DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E593DB; }
p { color: rgb(229,147,219); }
H1.HeaderClassName
{
color: #E593DB;
}
.AnyTagClassName
{
color: #E593DB;
}
</style>
background-color css
<style>
a { background-color: #E593DB; }
a { background-color: rgb(229,147,219); }
div.DivClassName
{
background-color: #E593DB;
}
.BgClassName
{
background-color: #E593DB;
}
</style>
border-color css
<style>
span { border-color: #E593DB; }
span { border-color: rgb(229,147,219); }
td.TdClassName
{
border-color: #E593DB;
}
.TagClassName
{
border-color: #E593DB;
}
</style>