Shades of Plum #E596ED
Tints of Plum #E596ED
RGB
CMYK
RGB Variations
Color information
#E596ED (or 0xE596ED) is known color: Plum. HEX triplet: E5, 96 and ED. RGB value is (229,150,237). Sum of RGB (Red+Green+Blue) = 229+150+237=616 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.18% from 616); Green value is 150 (58.98% from 255 or 24.35% from 616); Blue value is 237 (92.97% from 255 or 38.47% from 616); Max value from RGB is 237 - color contains mainly: blue. Hex color #E596ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E596ED is #1A6912. Grayscale: #B7B7B7. Windows color (decimal): -1730835 or 15570661. OLE color: 15570661.
HSL color Cylindrical-coordinate representation of color #E596ED: hue angle of 294.48º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E596ED is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 150 | 237 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.07 |
| HSL | 294.48º | 0.71% | 0.76% | - |
| HSV(B) | 294.48º | 0.37% | 0.93% | - |
| XYZ | 58.51 | 44.59 | 85.64 | - |
| YUV | 183.54 | 158.17 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 150 | 237 | 0.03 | 0.37 | 0 | 0.07 | 294.48 | 0.71 | 0.76 |
| Hex | E5 | 96 | ED | 3 | 25 | 0 | 7 | 126 | 47 | 4C |
| Octal | 345 | 226 | 355 | 3 | 45 | 0 | 7 | 446 | 107 | 114 |
| Binary | 11100101 | 10010110 | 11101101 | 11 | 100101 | 0 | 111 | 100100110 | 1000111 | 1001100 |
Color Harmonies of #E596ED
Complementary color
Monochromatic Colors of #E596ED
Black with #E596ED
Text Example
Text Example
White with #E596ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E596ED; }
p { color: rgb(229,150,237); }
H1.HeaderClassName
{
color: #E596ED;
}
.AnyTagClassName
{
color: #E596ED;
}
</style>
background-color css
<style>
a { background-color: #E596ED; }
a { background-color: rgb(229,150,237); }
div.DivClassName
{
background-color: #E596ED;
}
.BgClassName
{
background-color: #E596ED;
}
</style>
border-color css
<style>
span { border-color: #E596ED; }
span { border-color: rgb(229,150,237); }
td.TdClassName
{
border-color: #E596ED;
}
.TagClassName
{
border-color: #E596ED;
}
</style>