#E591DA

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

Shades of Plum #E591DA

Tints of Plum #E591DA

Color information

#E591DA (or 0xE591DA) is unknown color: approx Plum. HEX triplet: E5, 91 and DA. RGB value is (229,145,218). Sum of RGB (Red+Green+Blue) = 229+145+218=592 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.68% from 592); Green value is 145 (57.03% from 255 or 24.49% from 592); Blue value is 218 (85.55% from 255 or 36.82% from 592); Max value from RGB is 229 - color contains mainly: red. Hex color #E591DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E591DA is #1A6E25. Grayscale: #B2B2B2. Windows color (decimal): -1732134 or 14324197. OLE color: 14324197.

HSL color Cylindrical-coordinate representation of color #E591DA: hue angle of 307.86º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E591DA is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB229145218-
CMYK00.370.050.10
HSL307.86º61.76%73.33%-
HSV(B)307.86º36.68%89.8%-
XYZ55.0941.9771.53-
YUV178.44150.33164.06-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.68%
GREEN value IS 145 (57.03% from 255) = 24.49%
BLUE value IS 218 (85.55% from 255) = 36.82%
R=38.68%
G=24.49%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914521800.370.050.10307.8661.7673.33
HexE591DA0255A1343e49
Octal34522133204551246476111
Binary111001011001000111011010010010110110101001101001111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E591DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E591DA; }

 p { color: rgb(229,145,218); }

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

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

 a { background-color: rgb(229,145,218); }

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

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

 span { border-color: rgb(229,145,218); }

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