Shades of Plum #E597DE
Tints of Plum #E597DE
RGB
CMYK
RGB Variations
Color information
#E597DE (or 0xE597DE) is known color: Plum. HEX triplet: E5, 97 and DE. RGB value is (229,151,222). Sum of RGB (Red+Green+Blue) = 229+151+222=602 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.04% from 602); Green value is 151 (59.38% from 255 or 25.08% from 602); Blue value is 222 (87.11% from 255 or 36.88% from 602); Max value from RGB is 229 - color contains mainly: red. Hex color #E597DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E597DE is #1A6821. Grayscale: #B6B6B6. Windows color (decimal): -1730594 or 14587877. OLE color: 14587877.
HSL color Cylindrical-coordinate representation of color #E597DE: hue angle of 305.38º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E597DE is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 151 | 222 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.10 |
| HSL | 305.38º | 0.6% | 0.75% | - |
| HSV(B) | 305.38º | 0.34% | 0.9% | - |
| XYZ | 56.56 | 44.07 | 74.63 | - |
| YUV | 182.42 | 150.34 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 151 | 222 | 0 | 0.34 | 0.03 | 0.10 | 305.38 | 0.6 | 0.75 |
| Hex | E5 | 97 | DE | 0 | 22 | 3 | A | 131 | 3C | 4B |
| Octal | 345 | 227 | 336 | 0 | 42 | 3 | 12 | 461 | 74 | 113 |
| Binary | 11100101 | 10010111 | 11011110 | 0 | 100010 | 11 | 1010 | 100110001 | 111100 | 1001011 |
Color Harmonies of #E597DE
Complementary color
Monochromatic Colors of #E597DE
Black with #E597DE
Text Example
Text Example
White with #E597DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E597DE; }
p { color: rgb(229,151,222); }
H1.HeaderClassName
{
color: #E597DE;
}
.AnyTagClassName
{
color: #E597DE;
}
</style>
background-color css
<style>
a { background-color: #E597DE; }
a { background-color: rgb(229,151,222); }
div.DivClassName
{
background-color: #E597DE;
}
.BgClassName
{
background-color: #E597DE;
}
</style>
border-color css
<style>
span { border-color: #E597DE; }
span { border-color: rgb(229,151,222); }
td.TdClassName
{
border-color: #E597DE;
}
.TagClassName
{
border-color: #E597DE;
}
</style>