Shades of Plum #E596EC
Tints of Plum #E596EC
RGB
CMYK
RGB Variations
Color information
#E596EC (or 0xE596EC) is known color: Plum. HEX triplet: E5, 96 and EC. RGB value is (229,150,236). Sum of RGB (Red+Green+Blue) = 229+150+236=615 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.24% from 615); Green value is 150 (58.98% from 255 or 24.39% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 236 - color contains mainly: blue. Hex color #E596EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E596EC is #1A6913. Grayscale: #B7B7B7. Windows color (decimal): -1730836 or 15505125. OLE color: 15505125.
HSL color Cylindrical-coordinate representation of color #E596EC: hue angle of 295.12º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E596EC is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 150 | 236 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.07 |
| HSL | 295.12º | 0.69% | 0.76% | - |
| HSV(B) | 295.12º | 0.36% | 0.93% | - |
| XYZ | 58.36 | 44.53 | 84.88 | - |
| YUV | 183.43 | 157.67 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 150 | 236 | 0.03 | 0.36 | 0 | 0.07 | 295.12 | 0.69 | 0.76 |
| Hex | E5 | 96 | EC | 3 | 24 | 0 | 7 | 127 | 45 | 4C |
| Octal | 345 | 226 | 354 | 3 | 44 | 0 | 7 | 447 | 105 | 114 |
| Binary | 11100101 | 10010110 | 11101100 | 11 | 100100 | 0 | 111 | 100100111 | 1000101 | 1001100 |
Color Harmonies of #E596EC
Complementary color
Monochromatic Colors of #E596EC
Black with #E596EC
Text Example
Text Example
White with #E596EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E596EC; }
p { color: rgb(229,150,236); }
H1.HeaderClassName
{
color: #E596EC;
}
.AnyTagClassName
{
color: #E596EC;
}
</style>
background-color css
<style>
a { background-color: #E596EC; }
a { background-color: rgb(229,150,236); }
div.DivClassName
{
background-color: #E596EC;
}
.BgClassName
{
background-color: #E596EC;
}
</style>
border-color css
<style>
span { border-color: #E596EC; }
span { border-color: rgb(229,150,236); }
td.TdClassName
{
border-color: #E596EC;
}
.TagClassName
{
border-color: #E596EC;
}
</style>