#E5A4EB

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

Shades of Plum #E5A4EB

Tints of Plum #E5A4EB

Color information

#E5A4EB (or 0xE5A4EB) is unknown color: approx Plum. HEX triplet: E5, A4 and EB. RGB value is (229,164,235). Sum of RGB (Red+Green+Blue) = 229+164+235=628 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.46% from 628); Green value is 164 (64.45% from 255 or 26.11% from 628); Blue value is 235 (92.19% from 255 or 37.42% from 628); Max value from RGB is 235 - color contains mainly: blue. Hex color #E5A4EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5A4EB is #1A5B14. Grayscale: #BFBFBF. Windows color (decimal): -1727253 or 15443173. OLE color: 15443173.

HSL color Cylindrical-coordinate representation of color #E5A4EB: hue angle of 294.93º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E5A4EB is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB229164235-
CMYK0.030.3000.08
HSL294.93º63.96%78.24%-
HSV(B)294.93º30.21%92.16%-
XYZ60.5849.2184.9-
YUV191.53152.53154.73-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.46%
GREEN value IS 164 (64.45% from 255) = 26.11%
BLUE value IS 235 (92.19% from 255) = 37.42%
R=36.46%
G=26.11%
B=37.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2291642350.030.3000.08294.9363.9678.24
HexE5A4EB31E08127404e
Octal345244353336010447100116
Binary11100101101001001110101111111100100010010011110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A4EB; }

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

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

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

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

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

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

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

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