#E59BDA

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

Shades of Plum #E59BDA

Tints of Plum #E59BDA

Color information

#E59BDA (or 0xE59BDA) is unknown color: approx Plum. HEX triplet: E5, 9B and DA. RGB value is (229,155,218). Sum of RGB (Red+Green+Blue) = 229+155+218=602 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.04% from 602); Green value is 155 (60.94% from 255 or 25.75% from 602); Blue value is 218 (85.55% from 255 or 36.21% from 602); Max value from RGB is 229 - color contains mainly: red. Hex color #E59BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59BDA is #1A6425. Grayscale: #B8B8B8. Windows color (decimal): -1729574 or 14326757. OLE color: 14326757.

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

Color convert

RGB229155218-
CMYK00.320.050.10
HSL308.92º58.73%75.29%-
HSV(B)308.92º32.31%89.8%-
XYZ56.6945.1672.06-
YUV184.31147.02159.88-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.04%
GREEN value IS 155 (60.94% from 255) = 25.75%
BLUE value IS 218 (85.55% from 255) = 36.21%
R=38.04%
G=25.75%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915521800.320.050.10308.9258.7375.29
HexE59BDA0205A1353b4b
Octal34523333204051246573113
Binary111001011001101111011010010000010110101001101011110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59BDA; }

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

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

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

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

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

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

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

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