#E59FEB

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

Shades of Plum #E59FEB

Tints of Plum #E59FEB

Color information

#E59FEB (or 0xE59FEB) is unknown color: approx Plum. HEX triplet: E5, 9F and EB. RGB value is (229,159,235). Sum of RGB (Red+Green+Blue) = 229+159+235=623 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.76% from 623); Green value is 159 (62.5% from 255 or 25.52% from 623); Blue value is 235 (92.19% from 255 or 37.72% from 623); Max value from RGB is 235 - color contains mainly: blue. Hex color #E59FEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E59FEB is #1A6014. Grayscale: #BCBCBC. Windows color (decimal): -1728533 or 15441893. OLE color: 15441893.

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

Color convert

RGB229159235-
CMYK0.030.3200.08
HSL295.26º65.52%77.25%-
HSV(B)295.26º32.34%92.16%-
XYZ59.7147.4584.61-
YUV188.59154.19156.82-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.76%
GREEN value IS 159 (62.5% from 255) = 25.52%
BLUE value IS 235 (92.19% from 255) = 37.72%
R=36.76%
G=25.52%
B=37.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2291592350.030.3200.08295.2665.5277.25
HexE59FEB32008127424d
Octal345237353340010447102115
Binary111001011001111111101011111000000100010010011110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59FEB; }

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

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

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

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

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

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

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

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