#E591DD

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

Shades of Plum #E591DD

Tints of Plum #E591DD

Color information

#E591DD (or 0xE591DD) is unknown color: approx Plum. HEX triplet: E5, 91 and DD. RGB value is (229,145,221). Sum of RGB (Red+Green+Blue) = 229+145+221=595 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.49% from 595); Green value is 145 (57.03% from 255 or 24.37% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 229 - color contains mainly: red. Hex color #E591DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E591DD is #1A6E22. Grayscale: #B2B2B2. Windows color (decimal): -1732131 or 14520805. OLE color: 14520805.

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

Color convert

RGB229145221-
CMYK00.370.030.10
HSL305.71º61.76%73.33%-
HSV(B)305.71º36.68%89.8%-
XYZ55.4942.1373.61-
YUV178.78151.83163.82-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.49%
GREEN value IS 145 (57.03% from 255) = 24.37%
BLUE value IS 221 (86.72% from 255) = 37.14%
R=38.49%
G=24.37%
B=37.14%

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
Decimal22914522100.370.030.10305.7161.7673.33
HexE591DD0253A1323e49
Octal34522133504531246276111
Binary11100101100100011101110101001011110101001100101111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E591DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E591DD; }

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

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

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

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

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

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

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

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