#E5A1D6

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

Shades of Plum #E5A1D6

Tints of Plum #E5A1D6

Color information

#E5A1D6 (or 0xE5A1D6) is unknown color: approx Plum. HEX triplet: E5, A1 and D6. RGB value is (229,161,214). Sum of RGB (Red+Green+Blue) = 229+161+214=604 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.91% from 604); Green value is 161 (63.28% from 255 or 26.66% from 604); Blue value is 214 (83.98% from 255 or 35.43% from 604); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A1D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A1D6 is #1A5E29. Grayscale: #BBBBBB. Windows color (decimal): -1728042 or 14066149. OLE color: 14066149.

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

Color convert

RGB229161214-
CMYK00.300.070.10
HSL313.24º56.67%76.47%-
HSV(B)313.24º29.69%89.8%-
XYZ57.24769.68-
YUV187.37143.03157.69-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.91%
GREEN value IS 161 (63.28% from 255) = 26.66%
BLUE value IS 214 (83.98% from 255) = 35.43%
R=37.91%
G=26.66%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22916121400.300.070.10313.2456.6776.47
HexE5A1D601E7A139394c
Octal34524132603671247171114
Binary11100101101000011101011001111011110101001110011110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A1D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A1D6; }

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

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

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

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

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

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

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

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