#E591DE

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

Shades of Plum #E591DE

Tints of Plum #E591DE

Color information

#E591DE (or 0xE591DE) is unknown color: approx Plum. HEX triplet: E5, 91 and DE. RGB value is (229,145,222). Sum of RGB (Red+Green+Blue) = 229+145+222=596 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.42% from 596); Green value is 145 (57.03% from 255 or 24.33% from 596); Blue value is 222 (87.11% from 255 or 37.25% from 596); Max value from RGB is 229 - color contains mainly: red. Hex color #E591DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E591DE is #1A6E21. Grayscale: #B2B2B2. Windows color (decimal): -1732130 or 14586341. OLE color: 14586341.

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

Color convert

RGB229145222-
CMYK00.370.030.10
HSL305º61.76%73.33%-
HSV(B)305º36.68%89.8%-
XYZ55.6242.1874.32-
YUV178.89152.33163.74-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.42%
GREEN value IS 145 (57.03% from 255) = 24.33%
BLUE value IS 222 (87.11% from 255) = 37.25%
R=38.42%
G=24.33%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914522200.370.030.1030561.7673.33
HexE591DE0253A1313e49
Octal34522133604531246176111
Binary11100101100100011101111001001011110101001100011111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E591DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E591DE; }

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

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

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

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

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

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

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

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