Shades of Plum #E595DB
Tints of Plum #E595DB
RGB
CMYK
RGB Variations
Color information
#E595DB (or 0xE595DB) is known color: Plum. HEX triplet: E5, 95 and DB. RGB value is (229,149,219). Sum of RGB (Red+Green+Blue) = 229+149+219=597 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.36% from 597); Green value is 149 (58.59% from 255 or 24.96% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 229 - color contains mainly: red. Hex color #E595DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E595DB is #1A6A24. Grayscale: #B4B4B4. Windows color (decimal): -1731109 or 14390757. OLE color: 14390757.
HSL color Cylindrical-coordinate representation of color #E595DB: hue angle of 307.5º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E595DB is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 149 | 219 | - |
| CMYK | 0 | 0.35 | 0.04 | 0.10 |
| HSL | 307.5º | 0.61% | 0.74% | - |
| HSV(B) | 307.5º | 0.35% | 0.9% | - |
| XYZ | 55.85 | 43.27 | 72.43 | - |
| YUV | 180.9 | 149.5 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 149 | 219 | 0 | 0.35 | 0.04 | 0.10 | 307.5 | 0.61 | 0.74 |
| Hex | E5 | 95 | DB | 0 | 23 | 4 | A | 134 | 3D | 4A |
| Octal | 345 | 225 | 333 | 0 | 43 | 4 | 12 | 464 | 75 | 112 |
| Binary | 11100101 | 10010101 | 11011011 | 0 | 100011 | 100 | 1010 | 100110100 | 111101 | 1001010 |
Color Harmonies of #E595DB
Complementary color
Monochromatic Colors of #E595DB
Black with #E595DB
Text Example
Text Example
White with #E595DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E595DB; }
p { color: rgb(229,149,219); }
H1.HeaderClassName
{
color: #E595DB;
}
.AnyTagClassName
{
color: #E595DB;
}
</style>
background-color css
<style>
a { background-color: #E595DB; }
a { background-color: rgb(229,149,219); }
div.DivClassName
{
background-color: #E595DB;
}
.BgClassName
{
background-color: #E595DB;
}
</style>
border-color css
<style>
span { border-color: #E595DB; }
span { border-color: rgb(229,149,219); }
td.TdClassName
{
border-color: #E595DB;
}
.TagClassName
{
border-color: #E595DB;
}
</style>