#E59AEF

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

Shades of Plum #E59AEF

Tints of Plum #E59AEF

Color information

#E59AEF (or 0xE59AEF) is unknown color: approx Plum. HEX triplet: E5, 9A and EF. RGB value is (229,154,239). Sum of RGB (Red+Green+Blue) = 229+154+239=622 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.82% from 622); Green value is 154 (60.55% from 255 or 24.76% from 622); Blue value is 239 (93.75% from 255 or 38.42% from 622); Max value from RGB is 239 - color contains mainly: blue. Hex color #E59AEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E59AEF is #1A6510. Grayscale: #B9B9B9. Windows color (decimal): -1729809 or 15702757. OLE color: 15702757.

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

Color convert

RGB229154239-
CMYK0.040.3600.06
HSL292.94º72.65%77.06%-
HSV(B)292.94º35.56%93.73%-
XYZ59.454687.41-
YUV186.12157.85158.59-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.82%
GREEN value IS 154 (60.55% from 255) = 24.76%
BLUE value IS 239 (93.75% from 255) = 38.42%
R=36.82%
G=24.76%
B=38.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2291542390.040.3600.06292.9472.6577.06
HexE59AEF42406125494d
Octal34523235744406445111115
Binary111001011001101011101111100100100011010010010110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59AEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59AEF; }

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

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

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

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

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

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

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

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