#E590DA

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

Shades of Plum #E590DA

Tints of Plum #E590DA

Color information

#E590DA (or 0xE590DA) is unknown color: approx Plum. HEX triplet: E5, 90 and DA. RGB value is (229,144,218). Sum of RGB (Red+Green+Blue) = 229+144+218=591 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.75% from 591); Green value is 144 (56.64% from 255 or 24.37% from 591); Blue value is 218 (85.55% from 255 or 36.89% from 591); Max value from RGB is 229 - color contains mainly: red. Hex color #E590DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E590DA is #1A6F25. Grayscale: #B1B1B1. Windows color (decimal): -1732390 or 14323941. OLE color: 14323941.

HSL color Cylindrical-coordinate representation of color #E590DA: hue angle of 307.76º 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 #E590DA is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB229144218-
CMYK00.370.050.10
HSL307.76º62.04%73.14%-
HSV(B)307.76º37.12%89.8%-
XYZ54.9441.6771.48-
YUV177.85150.66164.48-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.75%
GREEN value IS 144 (56.64% from 255) = 24.37%
BLUE value IS 218 (85.55% from 255) = 36.89%
R=38.75%
G=24.37%
B=36.89%

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
Decimal22914421800.370.050.10307.7662.0473.14
HexE590DA0255A1343e49
Octal34522033204551246476111
Binary111001011001000011011010010010110110101001101001111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E590DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E590DA; }

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

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

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

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

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

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

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

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