Shades of Plum #E596DE
Tints of Plum #E596DE
RGB
CMYK
RGB Variations
Color information
#E596DE (or 0xE596DE) is known color: Plum. HEX triplet: E5, 96 and DE. RGB value is (229,150,222). Sum of RGB (Red+Green+Blue) = 229+150+222=601 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.10% from 601); Green value is 150 (58.98% from 255 or 24.96% from 601); Blue value is 222 (87.11% from 255 or 36.94% from 601); Max value from RGB is 229 - color contains mainly: red. Hex color #E596DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E596DE is #1A6921. Grayscale: #B5B5B5. Windows color (decimal): -1730850 or 14587621. OLE color: 14587621.
HSL color Cylindrical-coordinate representation of color #E596DE: hue angle of 305.32º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E596DE is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 150 | 222 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.10 |
| HSL | 305.32º | 0.6% | 0.74% | - |
| HSV(B) | 305.32º | 0.34% | 0.9% | - |
| XYZ | 56.4 | 43.74 | 74.58 | - |
| YUV | 181.83 | 150.67 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 150 | 222 | 0 | 0.34 | 0.03 | 0.10 | 305.32 | 0.6 | 0.74 |
| Hex | E5 | 96 | DE | 0 | 22 | 3 | A | 131 | 3C | 4A |
| Octal | 345 | 226 | 336 | 0 | 42 | 3 | 12 | 461 | 74 | 112 |
| Binary | 11100101 | 10010110 | 11011110 | 0 | 100010 | 11 | 1010 | 100110001 | 111100 | 1001010 |
Color Harmonies of #E596DE
Complementary color
Monochromatic Colors of #E596DE
Black with #E596DE
Text Example
Text Example
White with #E596DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E596DE; }
p { color: rgb(229,150,222); }
H1.HeaderClassName
{
color: #E596DE;
}
.AnyTagClassName
{
color: #E596DE;
}
</style>
background-color css
<style>
a { background-color: #E596DE; }
a { background-color: rgb(229,150,222); }
div.DivClassName
{
background-color: #E596DE;
}
.BgClassName
{
background-color: #E596DE;
}
</style>
border-color css
<style>
span { border-color: #E596DE; }
span { border-color: rgb(229,150,222); }
td.TdClassName
{
border-color: #E596DE;
}
.TagClassName
{
border-color: #E596DE;
}
</style>