#E5A1DC

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

Shades of Plum #E5A1DC

Tints of Plum #E5A1DC

Color information

#E5A1DC (or 0xE5A1DC) is unknown color: approx Plum. HEX triplet: E5, A1 and DC. RGB value is (229,161,220). Sum of RGB (Red+Green+Blue) = 229+161+220=610 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.54% from 610); Green value is 161 (63.28% from 255 or 26.39% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A1DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A1DC is #1A5E23. Grayscale: #BBBBBB. Windows color (decimal): -1728036 or 14459365. OLE color: 14459365.

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

Color convert

RGB229161220-
CMYK00.300.040.10
HSL307.94º56.67%76.47%-
HSV(B)307.94º29.69%89.8%-
XYZ57.9847.3273.79-
YUV188.06146.03157.2-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.54%
GREEN value IS 161 (63.28% from 255) = 26.39%
BLUE value IS 220 (86.33% from 255) = 36.07%
R=37.54%
G=26.39%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22916122000.300.040.10307.9456.6776.47
HexE5A1DC01E4A134394c
Octal34524133403641246471114
Binary11100101101000011101110001111010010101001101001110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A1DC; }

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

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

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

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

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

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

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

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