#E1A0DA

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

Shades of Plum #E1A0DA

Tints of Plum #E1A0DA

Color information

#E1A0DA (or 0xE1A0DA) is unknown color: approx Plum. HEX triplet: E1, A0 and DA. RGB value is (225,160,218). Sum of RGB (Red+Green+Blue) = 225+160+218=603 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.31% from 603); Green value is 160 (62.89% from 255 or 26.53% from 603); Blue value is 218 (85.55% from 255 or 36.15% from 603); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A0DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A0DA is #1E5F25. Grayscale: #B9B9B9. Windows color (decimal): -1990438 or 14328033. OLE color: 14328033.

HSL color Cylindrical-coordinate representation of color #E1A0DA: hue angle of 306.46º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E1A0DA is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB225160218-
CMYK00.290.030.12
HSL306.46º52%75.49%-
HSV(B)306.46º28.89%88.24%-
XYZ56.2846.2172.28-
YUV186.05146.03155.78-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.31%
GREEN value IS 160 (62.89% from 255) = 26.53%
BLUE value IS 218 (85.55% from 255) = 36.15%
R=37.31%
G=26.53%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22516021800.290.030.12306.465275.49
HexE1A0DA01D3C132344b
Octal34124033203531446264113
Binary1110000110100000110110100111011111001001100101101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A0DA; }

 p { color: rgb(225,160,218); }

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

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

 a { background-color: rgb(225,160,218); }

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

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

 span { border-color: rgb(225,160,218); }

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