#E1A9DD

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

Shades of Plum #E1A9DD

Tints of Plum #E1A9DD

Color information

#E1A9DD (or 0xE1A9DD) is unknown color: approx Plum. HEX triplet: E1, A9 and DD. RGB value is (225,169,221). Sum of RGB (Red+Green+Blue) = 225+169+221=615 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.59% from 615); Green value is 169 (66.41% from 255 or 27.48% from 615); Blue value is 221 (86.72% from 255 or 35.93% from 615); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A9DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A9DD is #1E5622. Grayscale: #BFBFBF. Windows color (decimal): -1988131 or 14526945. OLE color: 14526945.

HSL color Cylindrical-coordinate representation of color #E1A9DD: hue angle of 304.29º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E1A9DD is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB225169221-
CMYK00.250.020.12
HSL304.29º48.28%77.25%-
HSV(B)304.29º24.89%88.24%-
XYZ58.2949.674.91-
YUV191.67144.55151.77-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.59%
GREEN value IS 169 (66.41% from 255) = 27.48%
BLUE value IS 221 (86.72% from 255) = 35.93%
R=36.59%
G=27.48%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22516922100.250.020.12304.2948.2877.25
HexE1A9DD0192C130304d
Octal34125133503121446060115
Binary1110000110101001110111010110011011001001100001100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A9DD; }

 p { color: rgb(225,169,221); }

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

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

 a { background-color: rgb(225,169,221); }

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

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

 span { border-color: rgb(225,169,221); }

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