Shades of Plum #E597EE
Tints of Plum #E597EE
RGB
CMYK
RGB Variations
Color information
#E597EE (or 0xE597EE) is known color: Plum. HEX triplet: E5, 97 and EE. RGB value is (229,151,238). Sum of RGB (Red+Green+Blue) = 229+151+238=618 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.06% from 618); Green value is 151 (59.38% from 255 or 24.43% from 618); Blue value is 238 (93.36% from 255 or 38.51% from 618); Max value from RGB is 238 - color contains mainly: blue. Hex color #E597EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E597EE is #1A6811. Grayscale: #B7B7B7. Windows color (decimal): -1730578 or 15636453. OLE color: 15636453.
HSL color Cylindrical-coordinate representation of color #E597EE: hue angle of 293.79º degrees, saturation: 0.72, 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 #E597EE is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 151 | 238 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.07 |
| HSL | 293.79º | 0.72% | 0.76% | - |
| HSV(B) | 293.79º | 0.37% | 0.93% | - |
| XYZ | 58.81 | 44.96 | 86.47 | - |
| YUV | 184.24 | 158.34 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 151 | 238 | 0.04 | 0.37 | 0 | 0.07 | 293.79 | 0.72 | 0.76 |
| Hex | E5 | 97 | EE | 4 | 25 | 0 | 7 | 126 | 48 | 4C |
| Octal | 345 | 227 | 356 | 4 | 45 | 0 | 7 | 446 | 110 | 114 |
| Binary | 11100101 | 10010111 | 11101110 | 100 | 100101 | 0 | 111 | 100100110 | 1001000 | 1001100 |
Color Harmonies of #E597EE
Complementary color
Monochromatic Colors of #E597EE
Black with #E597EE
Text Example
Text Example
White with #E597EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E597EE; }
p { color: rgb(229,151,238); }
H1.HeaderClassName
{
color: #E597EE;
}
.AnyTagClassName
{
color: #E597EE;
}
</style>
background-color css
<style>
a { background-color: #E597EE; }
a { background-color: rgb(229,151,238); }
div.DivClassName
{
background-color: #E597EE;
}
.BgClassName
{
background-color: #E597EE;
}
</style>
border-color css
<style>
span { border-color: #E597EE; }
span { border-color: rgb(229,151,238); }
td.TdClassName
{
border-color: #E597EE;
}
.TagClassName
{
border-color: #E597EE;
}
</style>