#E1A4EC

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

Shades of Plum #E1A4EC

Tints of Plum #E1A4EC

Color information

#E1A4EC (or 0xE1A4EC) is unknown color: approx Plum. HEX triplet: E1, A4 and EC. RGB value is (225,164,236). Sum of RGB (Red+Green+Blue) = 225+164+236=625 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36% from 625); Green value is 164 (64.45% from 255 or 26.24% from 625); Blue value is 236 (92.58% from 255 or 37.76% from 625); Max value from RGB is 236 - color contains mainly: blue. Hex color #E1A4EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1A4EC is #1E5B13. Grayscale: #BEBEBE. Windows color (decimal): -1989396 or 15508705. OLE color: 15508705.

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

Color convert

RGB225164236-
CMYK0.050.3100.07
HSL290.83º65.45%78.43%-
HSV(B)290.83º30.51%92.55%-
XYZ59.4748.6185.61-
YUV190.45153.71152.65-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36%
GREEN value IS 164 (64.45% from 255) = 26.24%
BLUE value IS 236 (92.58% from 255) = 37.76%
R=36%
G=26.24%
B=37.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2251642360.050.3100.07290.8365.4578.43
HexE1A4EC51F07123414e
Octal34124435453707443101116
Binary11100001101001001110110010111111011110010001110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A4EC; }

 p { color: rgb(225,164,236); }

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

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

 a { background-color: rgb(225,164,236); }

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

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

 span { border-color: rgb(225,164,236); }

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