#E59BEB

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

Shades of Plum #E59BEB

Tints of Plum #E59BEB

Color information

#E59BEB (or 0xE59BEB) is unknown color: approx Plum. HEX triplet: E5, 9B and EB. RGB value is (229,155,235). Sum of RGB (Red+Green+Blue) = 229+155+235=619 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.00% from 619); Green value is 155 (60.94% from 255 or 25.04% from 619); Blue value is 235 (92.19% from 255 or 37.96% from 619); Max value from RGB is 235 - color contains mainly: blue. Hex color #E59BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E59BEB is #1A6414. Grayscale: #B9B9B9. Windows color (decimal): -1729557 or 15440869. OLE color: 15440869.

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

Color convert

RGB229155235-
CMYK0.030.3400.08
HSL295.5º66.67%76.47%-
HSV(B)295.5º34.04%92.16%-
XYZ59.0346.184.38-
YUV186.25155.52158.5-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.00%
GREEN value IS 155 (60.94% from 255) = 25.04%
BLUE value IS 235 (92.19% from 255) = 37.96%
R=37.00%
G=25.04%
B=37.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2291552350.030.3400.08295.566.6776.47
HexE59BEB32208128434c
Octal345233353342010450103114
Binary111001011001101111101011111000100100010010100010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59BEB; }

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

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

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

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

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

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

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

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