#E5A4ED

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

Shades of Plum #E5A4ED

Tints of Plum #E5A4ED

Color information

#E5A4ED (or 0xE5A4ED) is unknown color: approx Plum. HEX triplet: E5, A4 and ED. RGB value is (229,164,237). Sum of RGB (Red+Green+Blue) = 229+164+237=630 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.35% from 630); Green value is 164 (64.45% from 255 or 26.03% from 630); Blue value is 237 (92.97% from 255 or 37.62% from 630); Max value from RGB is 237 - color contains mainly: blue. Hex color #E5A4ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5A4ED is #1A5B12. Grayscale: #BFBFBF. Windows color (decimal): -1727251 or 15574245. OLE color: 15574245.

HSL color Cylindrical-coordinate representation of color #E5A4ED: hue angle of 293.42º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E5A4ED is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB229164237-
CMYK0.030.3100.07
HSL293.42º66.97%78.63%-
HSV(B)293.42º30.8%92.94%-
XYZ60.8749.3286.43-
YUV191.76153.53154.56-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.35%
GREEN value IS 164 (64.45% from 255) = 26.03%
BLUE value IS 237 (92.97% from 255) = 37.62%
R=36.35%
G=26.03%
B=37.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2291642370.030.3100.07293.4266.9778.63
HexE5A4ED31F07125434f
Octal34524435533707445103117
Binary1110010110100100111011011111111011110010010110000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A4ED; }

 p { color: rgb(229,164,237); }

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

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

 a { background-color: rgb(229,164,237); }

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

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

 span { border-color: rgb(229,164,237); }

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