#E5A1DF

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

Shades of Plum #E5A1DF

Tints of Plum #E5A1DF

Color information

#E5A1DF (or 0xE5A1DF) is unknown color: approx Plum. HEX triplet: E5, A1 and DF. RGB value is (229,161,223). Sum of RGB (Red+Green+Blue) = 229+161+223=613 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.36% from 613); Green value is 161 (63.28% from 255 or 26.26% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A1DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A1DF is #1A5E20. Grayscale: #BCBCBC. Windows color (decimal): -1728033 or 14655973. OLE color: 14655973.

HSL color Cylindrical-coordinate representation of color #E5A1DF: hue angle of 305.29º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E5A1DF is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB229161223-
CMYK00.300.030.10
HSL305.29º56.67%76.47%-
HSV(B)305.29º29.69%89.8%-
XYZ58.3847.4875.9-
YUV188.4147.53156.96-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.36%
GREEN value IS 161 (63.28% from 255) = 26.26%
BLUE value IS 223 (87.5% from 255) = 36.38%
R=37.36%
G=26.26%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22916122300.300.030.10305.2956.6776.47
HexE5A1DF01E3A131394c
Octal34524133703631246171114
Binary1110010110100001110111110111101110101001100011110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A1DF; }

 p { color: rgb(229,161,223); }

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

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

 a { background-color: rgb(229,161,223); }

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

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

 span { border-color: rgb(229,161,223); }

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