#E59BEF

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

Shades of Plum #E59BEF

Tints of Plum #E59BEF

Color information

#E59BEF (or 0xE59BEF) is unknown color: approx Plum. HEX triplet: E5, 9B and EF. RGB value is (229,155,239). Sum of RGB (Red+Green+Blue) = 229+155+239=623 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.76% from 623); Green value is 155 (60.94% from 255 or 24.88% from 623); Blue value is 239 (93.75% from 255 or 38.36% from 623); Max value from RGB is 239 - color contains mainly: blue. Hex color #E59BEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E59BEF is #1A6410. Grayscale: #BABABA. Windows color (decimal): -1729553 or 15703013. OLE color: 15703013.

HSL color Cylindrical-coordinate representation of color #E59BEF: hue angle of 292.86º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E59BEF is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB229155239-
CMYK0.040.3500.06
HSL292.86º72.41%77.25%-
HSV(B)292.86º35.15%93.73%-
XYZ59.6146.3387.46-
YUV186.7157.52158.17-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.76%
GREEN value IS 155 (60.94% from 255) = 24.88%
BLUE value IS 239 (93.75% from 255) = 38.36%
R=36.76%
G=24.88%
B=38.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2291552390.040.3500.06292.8672.4177.25
HexE59BEF42306125484d
Octal34523335744306445110115
Binary111001011001101111101111100100011011010010010110010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59BEF; }

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

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

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

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

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

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

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

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