#E1A1D7

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

Shades of Plum #E1A1D7

Tints of Plum #E1A1D7

Color information

#E1A1D7 (or 0xE1A1D7) is unknown color: approx Plum. HEX triplet: E1, A1 and D7. RGB value is (225,161,215). Sum of RGB (Red+Green+Blue) = 225+161+215=601 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.44% from 601); Green value is 161 (63.28% from 255 or 26.79% from 601); Blue value is 215 (84.38% from 255 or 35.77% from 601); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A1D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A1D7 is #1E5E28. Grayscale: #BABABA. Windows color (decimal): -1990185 or 14131681. OLE color: 14131681.

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

Color convert

RGB225161215-
CMYK00.280.040.12
HSL309.38º51.61%75.69%-
HSV(B)309.38º28.44%88.24%-
XYZ56.0646.470.29-
YUV186.29144.2155.61-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.44%
GREEN value IS 161 (63.28% from 255) = 26.79%
BLUE value IS 215 (84.38% from 255) = 35.77%
R=37.44%
G=26.79%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22516121500.280.040.12309.3851.6175.69
HexE1A1D701C4C135344c
Octal34124132703441446564114
Binary11100001101000011101011101110010011001001101011101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A1D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A1D7; }

 p { color: rgb(225,161,215); }

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

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

 a { background-color: rgb(225,161,215); }

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

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

 span { border-color: rgb(225,161,215); }

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