#E593D7

Color #E593D7 Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #E593D7

Tints of Plum #E593D7

Color information

#E593D7 (or 0xE593D7) is unknown color: approx Plum. HEX triplet: E5, 93 and D7. RGB value is (229,147,215). Sum of RGB (Red+Green+Blue) = 229+147+215=591 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.75% from 591); Green value is 147 (57.81% from 255 or 24.87% from 591); Blue value is 215 (84.38% from 255 or 36.38% from 591); Max value from RGB is 229 - color contains mainly: red. Hex color #E593D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E593D7 is #1A6C28. Grayscale: #B3B3B3. Windows color (decimal): -1731625 or 14128101. OLE color: 14128101.

HSL color Cylindrical-coordinate representation of color #E593D7: hue angle of 310.24º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E593D7 is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.10.

Color convert

RGB229147215-
CMYK00.360.060.10
HSL310.24º61.19%73.73%-
HSV(B)310.24º35.81%89.8%-
XYZ55.0142.4369.58-
YUV179.27148.17163.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 229 (89.84% from 255) = 38.75%
GREEN value IS 147 (57.81% from 255) = 24.87%
BLUE value IS 215 (84.38% from 255) = 36.38%
R=38.75%
G=24.87%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914721500.360.060.10310.2461.1973.73
HexE593D70246A1363d4a
Octal34522332704461246675112
Binary111001011001001111010111010010011010101001101101111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E593D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E593D7; }

 p { color: rgb(229,147,215); }

 H1.HeaderClassName
 {
   color: #E593D7;
 }
 .AnyTagClassName
 {
   color: #E593D7;
 }
</style>
background-color css

<style>
 a { background-color: #E593D7; }

 a { background-color: rgb(229,147,215); }

 div.DivClassName
 {
   background-color: #E593D7;
 }
 .BgClassName
 {
   background-color: #E593D7;
 }
</style>
border-color css

<style>
 span { border-color: #E593D7; }

 span { border-color: rgb(229,147,215); }

 td.TdClassName
 {
   border-color: #E593D7;
 }
 .TagClassName
 {
   border-color: #E593D7;
 }
</style>