#E5A1DE

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

Shades of Plum #E5A1DE

Tints of Plum #E5A1DE

Color information

#E5A1DE (or 0xE5A1DE) is unknown color: approx Plum. HEX triplet: E5, A1 and DE. RGB value is (229,161,222). Sum of RGB (Red+Green+Blue) = 229+161+222=612 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.42% from 612); Green value is 161 (63.28% from 255 or 26.31% from 612); Blue value is 222 (87.11% from 255 or 36.27% from 612); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A1DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A1DE is #1A5E21. Grayscale: #BCBCBC. Windows color (decimal): -1728034 or 14590437. OLE color: 14590437.

HSL color Cylindrical-coordinate representation of color #E5A1DE: hue angle of 306.18º 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 #E5A1DE is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB229161222-
CMYK00.300.030.10
HSL306.18º56.67%76.47%-
HSV(B)306.18º29.69%89.8%-
XYZ58.2447.4275.19-
YUV188.29147.03157.04-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.42%
GREEN value IS 161 (63.28% from 255) = 26.31%
BLUE value IS 222 (87.11% from 255) = 36.27%
R=37.42%
G=26.31%
B=36.27%

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
Decimal22916122200.300.030.10306.1856.6776.47
HexE5A1DE01E3A132394c
Octal34524133603631246271114
Binary1110010110100001110111100111101110101001100101110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A1DE; }

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

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

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

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

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

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

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

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