#E59DEB

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

Shades of Plum #E59DEB

Tints of Plum #E59DEB

Color information

#E59DEB (or 0xE59DEB) is unknown color: approx Plum. HEX triplet: E5, 9D and EB. RGB value is (229,157,235). Sum of RGB (Red+Green+Blue) = 229+157+235=621 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.88% from 621); Green value is 157 (61.72% from 255 or 25.28% from 621); Blue value is 235 (92.19% from 255 or 37.84% from 621); Max value from RGB is 235 - color contains mainly: blue. Hex color #E59DEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E59DEB is #1A6214. Grayscale: #BBBBBB. Windows color (decimal): -1729045 or 15441381. OLE color: 15441381.

HSL color Cylindrical-coordinate representation of color #E59DEB: hue angle of 295.38º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E59DEB is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB229157235-
CMYK0.030.3300.08
HSL295.38º66.1%76.86%-
HSV(B)295.38º33.19%92.16%-
XYZ59.3746.7784.5-
YUV187.42154.85157.66-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.88%
GREEN value IS 157 (61.72% from 255) = 25.28%
BLUE value IS 235 (92.19% from 255) = 37.84%
R=36.88%
G=25.28%
B=37.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2291572350.030.3300.08295.3866.176.86
HexE59DEB32108127424d
Octal345235353341010447102115
Binary111001011001110111101011111000010100010010011110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59DEB; }

 p { color: rgb(229,157,235); }

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

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

 a { background-color: rgb(229,157,235); }

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

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

 span { border-color: rgb(229,157,235); }

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